- 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.