cheshirekow
v0.1.0
|
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< Blanks > | create () |
Creates an empty FcBlanks oject. More... | |
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.
typedef FcBlanks* fontconfig::Blanks::cobjptr |
typedef FcBlanks* fontconfig::Blanks::Storage |
Creates an empty FcBlanks oject.