Query: fcpatternadd-type
OS: sunos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcPatternAdd-Type(3) FcPatternAdd-Type(3)NAMEFcPatternAddInteger, FcPatternAddDouble, FcPatternAddString, FcPatternAddMatrix, FcPatternAddCharSet, FcPatternAddBool - Add a typed value to a patternSYNOPSIS#include <fontconfig.h> FcBool FcPatternAddInteger (FcPattern *p, const char *object, inti); FcBool FcPatternAddDouble (FcPattern *p, const char *object, doubled); FcBool FcPatternAddString (FcPattern *p, const char *object, const char *s); FcBool FcPatternAddMatrix (FcPattern *p, const char *object, const FcMatrix *m); FcBool FcPatternAddCharSet (FcPattern *p, const char *object, const FcCharSet *c); FcBool FcPatternAddBool (FcPattern *p, const char *object, FcBoolb);DESCRIPTIONThese are all convenience functions that insert objects of the specified type into the pattern. Use these in preference to FcPatternAdd as they will provide compile-time typechecking. These all append values to any existing list of values.VERSIONFontconfig version 2.2.3 30 June 2004 FcPatternAdd-Type(3)
Related Man Pages |
---|
fcfontmatch(3) - opensolaris |
fcfontsetsort(3) - opensolaris |
fcfontsort(3) - opensolaris |
fcpatternget-type(3) - centos |
fcpatternadd-type(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Merge and Sort tabular data from different text files |
Best performance UNIX just for HOST Virtualization? |
Outputting sequences based on length with sed |