fontconfig.functions

Undocumented in source.

Public Imports

fontconfig.fctypes
public import fontconfig.fctypes;
Undocumented in source.

Members

Aliases

pFcFontList
alias pFcFontList = FcFontSet* function(FcConfig* config, FcPattern* p, FcObjectSet* os)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcFontSetDestroy
alias pFcFontSetDestroy = void function(FcFontSet* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcObjectSetBuild
alias pFcObjectSetBuild = FcObjectSet* function(const char* first, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcObjectSetDestroy
alias pFcObjectSetDestroy = void function(FcObjectSet* os)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternAddBool
alias pFcPatternAddBool = FcBool function(FcPattern* p, const char* object, FcBool b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternCreate
alias pFcPatternCreate = FcPattern* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternDestroy
alias pFcPatternDestroy = void function(FcPattern* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternGetBool
alias pFcPatternGetBool = FcResult function(const FcPattern* p, const char* object, int n, FcBool* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternGetInteger
alias pFcPatternGetInteger = FcResult function(const FcPattern* p, const char* object, int n, int* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFcPatternGetString
alias pFcPatternGetString = FcResult function(const FcPattern* p, const char* object, int n, FcChar8** s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

FcFontList
pFcFontList FcFontList;
Undocumented in source.
FcFontSetDestroy
pFcFontSetDestroy FcFontSetDestroy;
Undocumented in source.
FcObjectSetBuild
pFcObjectSetBuild FcObjectSetBuild;
Undocumented in source.
FcObjectSetDestroy
pFcObjectSetDestroy FcObjectSetDestroy;
Undocumented in source.
FcPatternAddBool
pFcPatternAddBool FcPatternAddBool;
Undocumented in source.
FcPatternCreate
pFcPatternCreate FcPatternCreate;
Undocumented in source.
FcPatternDestroy
pFcPatternDestroy FcPatternDestroy;
Undocumented in source.
FcPatternGetBool
pFcPatternGetBool FcPatternGetBool;
Undocumented in source.
FcPatternGetInteger
pFcPatternGetInteger FcPatternGetInteger;
Undocumented in source.
FcPatternGetString
pFcPatternGetString FcPatternGetString;
Undocumented in source.

Meta