ws.bindings.fontconfig

Undocumented in source.

Members

Aliases

FcChar32
alias FcChar32 = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcChar8
alias FcChar8 = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcConfig
alias FcConfig = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcMatchKind
alias FcMatchKind = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FcMatchPattern
anonymousenum FcMatchPattern
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcResult
enum FcResult
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FcCharSetAddChar
Bool FcCharSetAddChar(FcCharSet* , FcChar32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcCharSetCreate
FcCharSet* FcCharSetCreate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcCharSetDestroy
void FcCharSetDestroy(FcCharSet* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcConfigSubstitute
Bool FcConfigSubstitute(void* , FcPattern* , FcMatchKind )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcDefaultSubstitute
void FcDefaultSubstitute(FcPattern* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcFontMatch
FcPattern* FcFontMatch(FcConfig* config, FcPattern* p, FcResult* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcNameParse
FcPattern* FcNameParse(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPatternAddBool
Bool FcPatternAddBool(FcPattern* , const(char)* , Bool b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPatternAddCharSet
Bool FcPatternAddCharSet(FcPattern* , const(char)* , const(FcCharSet)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPatternDestroy
void FcPatternDestroy(FcPattern* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPatternDuplicate
FcPattern* FcPatternDuplicate(FcPattern* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPatternGetInteger
FcResult FcPatternGetInteger(FcPattern* p, 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.
FcPatternGetString
FcResult FcPatternGetString(FcPattern* p, 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.
FcPatternPrint
void FcPatternPrint(FcPattern* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

FC_CHARSET
enum FC_CHARSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FC_SCALABLE
enum FC_SCALABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FcCharSet
struct FcCharSet
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FcPattern
struct FcPattern
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta