cheshirekow  v0.1.0
fontconfig::FontSet Struct Reference

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< FontSetcreate (void)
 Create a font set. More...
 

Detailed Description

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.

Definition at line 105 of file FontSet.h.

Member Typedef Documentation

typedef FcFontSet* fontconfig::FontSet::cobjptr

Definition at line 109 of file FontSet.h.

Definition at line 107 of file FontSet.h.

typedef FcFontSet* fontconfig::FontSet::Storage

Definition at line 108 of file FontSet.h.

Member Function Documentation

static RefPtr<FontSet> fontconfig::FontSet::create ( void  )
static

Create a font set.

Creates an empty font set.


The documentation for this struct was generated from the following file: