cheshirekow
v0.1.0
|
Traits class for a charset. An CharSet is an abstract type that holds the set of encoded Unicode chars in a font. Operations to build and compare these sets are provided. More...
#include <cpp_fontconfig/CharSet.h>
Public Types | |
typedef FcCharSet * | cobjptr |
typedef CharSetDelegate | Delegate |
typedef FcCharSet * | Storage |
Static Public Member Functions | |
static RefPtr< CharSet > | create (void) |
Create an empty character set. More... | |
Traits class for a charset. An CharSet is an abstract type that holds the set of encoded Unicode chars in a font. Operations to build and compare these sets are provided.
The underlying FcCharSet object is reference counted, so this CharSet wrapper provides a copy constructor which increments the reference count, and a destructor which decrements the reference count
typedef FcCharSet* fontconfig::CharSet::cobjptr |
typedef FcCharSet* fontconfig::CharSet::Storage |
Create an empty character set.
FcCharSetCreate allocates and initializes a new empty character set object.