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.

Enums

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

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