cheshirekow  v0.1.0
fontconfig::Blanks Struct Reference

traits class for FcBlanks. holds a list of Unicode chars which are expected to be blank More...

#include <cpp_fontconfig/Blanks.h>

Public Types

typedef FcBlanks * cobjptr
 
typedef BlanksDelegate Delegate
 
typedef FcBlanks * Storage
 

Static Public Member Functions

static RefPtr< Blankscreate ()
 Creates an empty FcBlanks oject. More...
 

Detailed Description

traits class for FcBlanks. holds a list of Unicode chars which are expected to be blank

unexpectedly blank chars are assumed to be invalid and are elided from the charset associated with the font.

Blanks structures are not reference counted. It is safe to pass around copies of this object, however you must remember to call destroy on one and only one copy when you're done with it

It contains only one data member which is a pointer and the copy constructor will simply copy that pointer so there is no reason to allocate a Blank on the heap.

Definition at line 120 of file Blanks.h.

Member Typedef Documentation

typedef FcBlanks* fontconfig::Blanks::cobjptr

Definition at line 124 of file Blanks.h.

Definition at line 122 of file Blanks.h.

typedef FcBlanks* fontconfig::Blanks::Storage

Definition at line 123 of file Blanks.h.

Member Function Documentation

static RefPtr<Blanks> fontconfig::Blanks::create ( )
static

Creates an empty FcBlanks oject.

See Also
FcBlanksCreate

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