fontconfig.functions

Undocumented in source.

Public Imports

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

Members

Aliases

da_FC_FcFontList
alias da_FC_FcFontList = 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.
da_FC_FcFontSetDestroy
alias da_FC_FcFontSetDestroy = 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.
da_FC_FcObjectSetBuild
alias da_FC_FcObjectSetBuild = 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.
da_FC_FcObjectSetDestroy
alias da_FC_FcObjectSetDestroy = 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.
da_FC_FcPatternAddBool
alias da_FC_FcPatternAddBool = 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.
da_FC_FcPatternCreate
alias da_FC_FcPatternCreate = FcPattern* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_FC_FcPatternDestroy
alias da_FC_FcPatternDestroy = 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.
da_FC_FcPatternGetBool
alias da_FC_FcPatternGetBool = 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.
da_FC_FcPatternGetInteger
alias da_FC_FcPatternGetInteger = 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.
da_FC_FcPatternGetString
alias da_FC_FcPatternGetString = 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
da_FC_FcFontList FcFontList;
Undocumented in source.
FcFontSetDestroy
da_FC_FcFontSetDestroy FcFontSetDestroy;
Undocumented in source.
FcObjectSetBuild
da_FC_FcObjectSetBuild FcObjectSetBuild;
Undocumented in source.
FcObjectSetDestroy
da_FC_FcObjectSetDestroy FcObjectSetDestroy;
Undocumented in source.
FcPatternAddBool
da_FC_FcPatternAddBool FcPatternAddBool;
Undocumented in source.
FcPatternCreate
da_FC_FcPatternCreate FcPatternCreate;
Undocumented in source.
FcPatternDestroy
da_FC_FcPatternDestroy FcPatternDestroy;
Undocumented in source.
FcPatternGetBool
da_FC_FcPatternGetBool FcPatternGetBool;
Undocumented in source.
FcPatternGetInteger
da_FC_FcPatternGetInteger FcPatternGetInteger;
Undocumented in source.
FcPatternGetString
da_FC_FcPatternGetString FcPatternGetString;
Undocumented in source.

Meta