Query: fccharsetmerge
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcCharSetMerge(3) FcCharSetMerge(3)NAMEFcCharSetMerge - Merge charsetsSYNOPSIS#include <fontconfig.h> FcBool FcCharSetMerge (FcCharSet *a, const FcCharSet *b, FcBool *changed);DESCRIPTIONAdds all chars in b to a. In other words, this is an in-place version of FcCharSetUnion. If changed is not NULL, then it returns whether any new chars from b were added to a. Returns FcFalse on failure, either when a is a constant set or from running out of memory.VERSIONFontconfig version 2.9.0 16 April 2012 FcCharSetMerge(3)
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |