www.LinuxHowtos.org





FcCharSetEqual

Section: (3)
Updated: 05 8月 2016
Index Return to Main Contents
 

NAME

FcCharSetEqual - Compare two charsets  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcBool FcCharSetEqual (const FcCharSet *a, const FcCharSet *b);
 

DESCRIPTION

Returns whether a and b contain the same set of Unicode chars.


 

Index

NAME
SYNOPSIS
DESCRIPTION