cheshirekow
v0.1.0
|
An FcFontSet simply holds a list of patterns; these are used to return the results of listing available fonts. More...
#include <cpp_fontconfig/FontSet.h>
Public Types | |
typedef FcFontSet * | cobjptr |
typedef FontSetDelegate | Delegate |
typedef FcFontSet * | Storage |
Static Public Member Functions | |
static RefPtr< FontSet > | create (void) |
Create a font set. More... | |
An FcFontSet simply holds a list of patterns; these are used to return the results of listing available fonts.
An FcFontSet contains a list of FcPatterns. Internally fontconfig uses this data structure to hold sets of fonts. Externally, fontconfig returns the results of listing fonts in this format. 'nfont' holds the number of patterns in the 'fonts' array; 'sfont' is used to indicate the size of that array.
typedef FcFontSet* fontconfig::FontSet::cobjptr |
typedef FcFontSet* fontconfig::FontSet::Storage |
Create a font set.
Creates an empty font set.