|
cheshirekow
v0.1.0
|
#include <cpp_fontconfig/common.h>#include <cpp_fontconfig/ObjectType.h>#include <cpp_fontconfig/Constant.h>Go to the source code of this file.
Classes | |
| class | fontconfig::ConstantList |
| utility class for building a static list of ObjectTypes, replaces static allocation of a list of FcObjectType objects More... | |
| class | fontconfig::ConstantList::BuildToken |
| class | fontconfig::ConstantList::Item |
| class | fontconfig::ObjectTypeList |
| utility class for building a static list of ObjectTypes, replaces static allocation of a list of FcObjectType objects More... | |
| class | fontconfig::ObjectTypeList::BuildToken |
| class | fontconfig::ObjectTypeList::Item |
Namespaces | |
| fontconfig | |
| fontconfig::name | |
Functions | |
| bool | fontconfig::name::constant (Char8_t *string, int *result) |
| Get the value for a symbolic constant. More... | |
| RefPtr< Constant > | fontconfig::name::getConstant (Char8_t *string) |
| Lookup symbolic constant. More... | |
| RefPtr< ObjectType > | fontconfig::name::getObjectType (const char *object) |
| Lookup an object type. More... | |
| bool | fontconfig::name::registerConstants (const ConstantList &list) |
| Register symbolic constants. More... | |
| bool | fontconfig::name::registerObjectTypes (const ObjectTypeList &list) |
| Register object types. More... | |
| bool | fontconfig::name::unregisterConstants (const ConstantList &list) |
| Unregister symbolic constants. More... | |
| bool | fontconfig::name::unregisterObjectTypes (const ObjectTypeList &list) |
| Unregister object types. More... | |