bindbc.freetype.bind.ftcache

Undocumented in source.

Members

Aliases

FTC_CMapCache
alias FTC_CMapCache = FTC_CMapCacheRec*
Undocumented in source.
FTC_FaceID
alias FTC_FaceID = FT_Pointer
Undocumented in source.
FTC_Face_Requester
alias FTC_Face_Requester = FT_Error function(FTC_FaceID, FT_Library, FT_Pointer, FT_Face*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_ImageCache
alias FTC_ImageCache = FTC_ImageCacheRec*
Undocumented in source.
FTC_ImageType
alias FTC_ImageType = FTC_ImageTypeRec*
Undocumented in source.
FTC_Manager
alias FTC_Manager = FTC_ManagerRec*
Undocumented in source.
FTC_Node
alias FTC_Node = FTC_NodeRec*
Undocumented in source.
FTC_SBit
alias FTC_SBit = FTC_SBitRec*
Undocumented in source.
FTC_SBitCache
alias FTC_SBitCache = FTC_SBitCacheRec*
Undocumented in source.
FTC_Scaler
alias FTC_Scaler = FTC_ScalerRec*
Undocumented in source.
pFTC_CMapCache_Lookup
alias pFTC_CMapCache_Lookup = FT_UInt function(FTC_CMapCache, FTC_FaceID, FT_Int, FT_UInt32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_CMapCache_New
alias pFTC_CMapCache_New = FT_Error function(FTC_Manager, FTC_CMapCache*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_ImageCache_Lookup
alias pFTC_ImageCache_Lookup = FT_Error function(FTC_ImageCache, FTC_ImageType, FT_UInt, FT_Glyph*, FTC_Node*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_ImageCache_LookupScaler
alias pFTC_ImageCache_LookupScaler = FT_Error function(FTC_ImageCache, FTC_Scaler, FT_ULong, FT_UInt, FT_Glyph*, FTC_Node*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_ImageCache_New
alias pFTC_ImageCache_New = FT_Error function(FTC_Manager, FTC_ImageCache*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_Done
alias pFTC_Manager_Done = void function(FTC_Manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_LookupFace
alias pFTC_Manager_LookupFace = FT_Error function(FTC_Manager, FTC_FaceID, FT_Face*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_LookupSize
alias pFTC_Manager_LookupSize = FT_Error function(FTC_Manager, FTC_Scaler, FT_Size*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_New
alias pFTC_Manager_New = FT_Error function(FT_Library, FT_UInt, FT_UInt, FT_ULong, FTC_Face_Requester, FT_Pointer, FTC_Manager*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_RemoveFaceID
alias pFTC_Manager_RemoveFaceID = void function(FTC_Manager, FTC_FaceID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Manager_Reset
alias pFTC_Manager_Reset = void function(FTC_Manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_Node_Unref
alias pFTC_Node_Unref = void function(FTC_Node, FTC_Manager)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_SBitCache_Lookup
alias pFTC_SBitCache_Lookup = FT_Error function(FTC_SBitCache, FTC_ImageType, FT_UInt, FTC_SBit*, FTC_Node*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_SBitCache_LookupScaler
alias pFTC_SBitCache_LookupScaler = FT_Error function(FTC_SBitCache, FTC_Scaler, FT_ULong, FT_UInt, FTC_SBit*, FTC_Node*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFTC_SBitCache_New
alias pFTC_SBitCache_New = FT_Error function(FTC_Manager, FTC_SBitCache*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FTC_CMapCache_Lookup
FT_UInt FTC_CMapCache_Lookup(FTC_CMapCache , FTC_FaceID , FT_Int , FT_UInt32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_CMapCache_New
FT_Error FTC_CMapCache_New(FTC_Manager , FTC_CMapCache* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_ImageCache_Lookup
FT_Error FTC_ImageCache_Lookup(FTC_ImageCache , FTC_ImageType , FT_UInt , FT_Glyph* , FTC_Node* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_ImageCache_LookupScaler
FT_Error FTC_ImageCache_LookupScaler(FTC_ImageCache , FTC_Scaler , FT_ULong , FT_UInt , FT_Glyph* , FTC_Node* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_ImageCache_New
FT_Error FTC_ImageCache_New(FTC_Manager , FTC_ImageCache* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_Done
void FTC_Manager_Done(FTC_Manager )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_LookupFace
FT_Error FTC_Manager_LookupFace(FTC_Manager , FTC_FaceID , FT_Face* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_LookupSize
FT_Error FTC_Manager_LookupSize(FTC_Manager , FTC_Scaler , FT_Size* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_New
FT_Error FTC_Manager_New(FT_Library , FT_UInt , FT_UInt , FT_ULong , FTC_Face_Requester , FT_Pointer , FTC_Manager* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_RemoveFaceID
void FTC_Manager_RemoveFaceID(FTC_Manager , FTC_FaceID )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Manager_Reset
void FTC_Manager_Reset(FTC_Manager )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_Node_Unref
void FTC_Node_Unref(FTC_Node , FTC_Manager )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_SBitCache_Lookup
FT_Error FTC_SBitCache_Lookup(FTC_SBitCache , FTC_ImageType , FT_UInt , FTC_SBit* , FTC_Node* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_SBitCache_LookupScaler
FT_Error FTC_SBitCache_LookupScaler(FTC_SBitCache , FTC_Scaler , FT_ULong , FT_UInt , FTC_SBit* , FTC_Node* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FTC_SBitCache_New
FT_Error FTC_SBitCache_New(FTC_Manager , FTC_SBitCache* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

FTC_CMapCache_Lookup
pFTC_CMapCache_Lookup FTC_CMapCache_Lookup;
Undocumented in source.
FTC_CMapCache_New
pFTC_CMapCache_New FTC_CMapCache_New;
Undocumented in source.
FTC_ImageCache_Lookup
pFTC_ImageCache_Lookup FTC_ImageCache_Lookup;
Undocumented in source.
FTC_ImageCache_LookupScaler
pFTC_ImageCache_LookupScaler FTC_ImageCache_LookupScaler;
Undocumented in source.
FTC_ImageCache_New
pFTC_ImageCache_New FTC_ImageCache_New;
Undocumented in source.
FTC_Manager_Done
pFTC_Manager_Done FTC_Manager_Done;
Undocumented in source.
FTC_Manager_LookupFace
pFTC_Manager_LookupFace FTC_Manager_LookupFace;
Undocumented in source.
FTC_Manager_LookupSize
pFTC_Manager_LookupSize FTC_Manager_LookupSize;
Undocumented in source.
FTC_Manager_New
pFTC_Manager_New FTC_Manager_New;
Undocumented in source.
FTC_Manager_RemoveFaceID
pFTC_Manager_RemoveFaceID FTC_Manager_RemoveFaceID;
Undocumented in source.
FTC_Manager_Reset
pFTC_Manager_Reset FTC_Manager_Reset;
Undocumented in source.
FTC_Node_Unref
pFTC_Node_Unref FTC_Node_Unref;
Undocumented in source.
FTC_SBitCache_Lookup
pFTC_SBitCache_Lookup FTC_SBitCache_Lookup;
Undocumented in source.
FTC_SBitCache_LookupScaler
pFTC_SBitCache_LookupScaler FTC_SBitCache_LookupScaler;
Undocumented in source.
FTC_SBitCache_New
pFTC_SBitCache_New FTC_SBitCache_New;
Undocumented in source.

Structs

FTC_CMapCacheRec
struct FTC_CMapCacheRec
Undocumented in source.
FTC_ImageCacheRec
struct FTC_ImageCacheRec
Undocumented in source.
FTC_ImageTypeRec
struct FTC_ImageTypeRec
Undocumented in source.
FTC_ManagerRec
struct FTC_ManagerRec
Undocumented in source.
FTC_NodeRec
struct FTC_NodeRec
Undocumented in source.
FTC_SBitCacheRec
struct FTC_SBitCacheRec
Undocumented in source.
FTC_SBitRec
struct FTC_SBitRec
Undocumented in source.
FTC_ScalerRec
struct FTC_ScalerRec
Undocumented in source.

Meta