cheshirekow  v0.1.0
fontconfig::CharSet Struct Reference

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< CharSetcreate (void)
 Create an empty character set. More...
 

Detailed Description

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

Definition at line 186 of file CharSet.h.

Member Typedef Documentation

typedef FcCharSet* fontconfig::CharSet::cobjptr

Definition at line 190 of file CharSet.h.

Definition at line 188 of file CharSet.h.

typedef FcCharSet* fontconfig::CharSet::Storage

Definition at line 189 of file CharSet.h.

Member Function Documentation

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

Create an empty character set.

FcCharSetCreate allocates and initializes a new empty character set object.


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