www.LinuxHowtos.org





FcCharSetHasChar

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

NAME

FcCharSetHasChar - Check a charset for a char  

SYNOPSIS

#include <fontconfig/fontconfig.h>

FcBool FcCharSetHasChar (const FcCharSet *fcs, FcChar32 ucs4);
 

DESCRIPTION

Returns whether fcs contains the char ucs4.


 

Index

NAME
SYNOPSIS
DESCRIPTION