- BDF_Property
alias BDF_Property = BDF_PropertyRec*
Undocumented in source.
- CID_FaceDict
alias CID_FaceDict = CID_FaceDictRec*
Undocumented in source.
- CID_FaceInfo
alias CID_FaceInfo = CID_FaceInfoRec*
Undocumented in source.
- CID_FontDict
deprecated alias CID_FontDict = CID_FaceDictRec
Undocumented in source.
- CID_Info
deprecated alias CID_Info = CID_FaceInfoRec
Undocumented in source.
- FTC_CMapCache
alias FTC_CMapCache = FTC_CMapCacheRec*
Undocumented in source.
- FTC_FaceID
alias FTC_FaceID = FTC_FaceIDRec*
Undocumented in source.
- FTC_Face_Requester
alias FTC_Face_Requester = FT_Error function(FTC_FaceID face_id, FT_Library library, FT_Pointer request_data, FT_Face* aface)
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.
- FT_Alloc_Func
alias FT_Alloc_Func = void* function(FT_Memory memory, c_long size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Angle
alias FT_Angle = FT_Fixed
Undocumented in source.
- FT_BitmapGlyph
alias FT_BitmapGlyph = FT_BitmapGlyphRec*
Undocumented in source.
- FT_Bool
alias FT_Bool = byte
Undocumented in source.
- FT_Byte
alias FT_Byte = ubyte
Undocumented in source.
- FT_Bytes
alias FT_Bytes = FT_Byte*
Undocumented in source.
- FT_Char
alias FT_Char = char
Undocumented in source.
- FT_CharMap
alias FT_CharMap = FT_CharMapRec*
Undocumented in source.
- FT_DebugHook_Func
alias FT_DebugHook_Func = void function(void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Driver
alias FT_Driver = FT_DriverRec*
Undocumented in source.
- FT_Error
alias FT_Error = int
Undocumented in source.
- FT_F26Dot6
alias FT_F26Dot6 = c_long
Undocumented in source.
- FT_F2Dot14
alias FT_F2Dot14 = short
Undocumented in source.
- FT_FWord
alias FT_FWord = short
Undocumented in source.
- FT_Face
alias FT_Face = FT_FaceRec*
Undocumented in source.
- FT_Face_Internal
alias FT_Face_Internal = FT_Face_InternalRec*
Undocumented in source.
- FT_Fast
alias FT_Fast = int
Undocumented in source.
- FT_Fixed
alias FT_Fixed = c_long
Undocumented in source.
- FT_Free_Func
alias FT_Free_Func = void function(FT_Memory memory, void* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Generic_Finalizer
alias FT_Generic_Finalizer = void function(void* object)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph
alias FT_Glyph = FT_GlyphRec*
Undocumented in source.
- FT_GlyphSlot
alias FT_GlyphSlot = FT_GlyphSlotRec*
Undocumented in source.
- FT_Glyph_CopyFunc
alias FT_Glyph_CopyFunc = FT_Error function(FT_Glyph source, FT_Glyph target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_DoneFunc
alias FT_Glyph_DoneFunc = void function(FT_Glyph glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_GetBBoxFunc
alias FT_Glyph_GetBBoxFunc = void function(FT_Glyph glyph, FT_BBox* abbox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_InitFunc
alias FT_Glyph_InitFunc = FT_Error function(FT_Glyph glyph, FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_PrepareFunc
alias FT_Glyph_PrepareFunc = FT_Error function(FT_Glyph glyph, FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_TransformFunc
alias FT_Glyph_TransformFunc = void function(FT_Glyph glyph, in FT_Matrix* matrix, in FT_Vector* delta)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Incremental
alias FT_Incremental = FT_IncrementalRec*
Undocumented in source.
- FT_Incremental_FreeGlyphDataFunc
alias FT_Incremental_FreeGlyphDataFunc = void function(FT_Incremental incremental, FT_Data* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Incremental_GetGlyphDataFunc
alias FT_Incremental_GetGlyphDataFunc = FT_Error function(FT_Incremental incremental, FT_UInt glyph_index, FT_Data* adata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Incremental_GetGlyphMetricsFunc
alias FT_Incremental_GetGlyphMetricsFunc = FT_Error function(FT_Incremental incremental, FT_UInt glyph_index, FT_Bool vertical, FT_Incremental_MetricsRec* ametrics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Incremental_Interface
alias FT_Incremental_Interface = FT_Incremental_InterfaceRec*
Undocumented in source.
- FT_Incremental_Metrics
alias FT_Incremental_Metrics = FT_Incremental_MetricsRec*
Undocumented in source.
- FT_Int
alias FT_Int = int
Undocumented in source.
- FT_Int16
alias FT_Int16 = short
Undocumented in source.
- FT_Int32
alias FT_Int32 = int
Undocumented in source.
- FT_Library
alias FT_Library = FT_LibraryRec*
Undocumented in source.
- FT_List
alias FT_List = FT_ListRec*
Undocumented in source.
- FT_ListNode
alias FT_ListNode = FT_ListNodeRec*
Undocumented in source.
- FT_List_Destructor
alias FT_List_Destructor = void function(FT_Memory memory, void* data, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_List_Iterator
alias FT_List_Iterator = FT_Error function(FT_ListNode node, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Long
alias FT_Long = c_long
Undocumented in source.
- FT_Memory
alias FT_Memory = FT_MemoryRec*
Undocumented in source.
- FT_Module
alias FT_Module = FT_ModuleRec*
Undocumented in source.
- FT_Module_Constructor
alias FT_Module_Constructor = FT_Error function(FT_Module mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Module_Destructor
alias FT_Module_Destructor = void function(FT_Module mod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Module_Interface
alias FT_Module_Interface = FT_Pointer
Undocumented in source.
- FT_Module_Requester
alias FT_Module_Requester = FT_Module_Interface function(FT_Module mod, CCPTR name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Offset
alias FT_Offset = size_t
Undocumented in source.
- FT_OutlineGlyph
alias FT_OutlineGlyph = FT_OutlineGlyphRec*
Undocumented in source.
- FT_Outline_ConicToFunc
alias FT_Outline_ConicToFunc = int function(in FT_Vector* control, in FT_Vector* to, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_CubicToFunc
alias FT_Outline_CubicToFunc = int function(in FT_Vector* control1, in FT_Vector* control2, in FT_Vector* to, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_LineToFunc
alias FT_Outline_LineToFunc = int function(in FT_Vector* to, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_MoveToFunc
alias FT_Outline_MoveToFunc = int function(in FT_Vector* to, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Pointer
alias FT_Pointer = void*
Undocumented in source.
- FT_Pos
alias FT_Pos = FT_Long
Undocumented in source.
- FT_PtrDist
alias FT_PtrDist = ptrdiff_t
Undocumented in source.
- FT_Raster
alias FT_Raster = FT_RasterRec*
Undocumented in source.
- FT_Raster_BitSet_Func
alias FT_Raster_BitSet_Func = void function(int y, int x, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_BitTest_Func
alias FT_Raster_BitTest_Func = int function(int y, int x, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_DoneFunc
alias FT_Raster_DoneFunc = void function(FT_Raster raster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_NewFunc
alias FT_Raster_NewFunc = int function(void* memory, FT_Raster* raster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_RenderFunc
alias FT_Raster_RenderFunc = int function(FT_Raster raster, FT_Raster_Params* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_ResetFunc
alias FT_Raster_ResetFunc = void function(FT_Raster raster, ubyte* pool_base, uint pool_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_SetModeFunc
alias FT_Raster_SetModeFunc = int function(FT_Raster raster, uint mode, void* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Realloc_Func
alias FT_Realloc_Func = void* function(FT_Memory memory, c_long cur_size, c_long new_size, void* block)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Renderer
alias FT_Renderer = FT_RendererRec*
Undocumented in source.
- FT_Renderer_GetCBoxFunc
alias FT_Renderer_GetCBoxFunc = void function(FT_Renderer renderer, FT_GlyphSlot slot, FT_BBox* cbox)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Renderer_RenderFunc
alias FT_Renderer_RenderFunc = FT_Error function(FT_Renderer renderer, FT_GlyphSlot slot, FT_UInt mode, in FT_Vector* origin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Renderer_SetModeFunc
alias FT_Renderer_SetModeFunc = FT_Error function(FT_Renderer renderer, FT_ULong mode_tag, FT_Pointer mode_ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Renderer_TransformFunc
alias FT_Renderer_TransformFunc = FT_Error function(FT_Renderer renderer, FT_GlyphSlot slot, in FT_Matrix* matrix, in FT_Vector* delta)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Short
alias FT_Short = short
Undocumented in source.
- FT_Size
alias FT_Size = FT_SizeRec*
Undocumented in source.
- FT_Size_Internal
alias FT_Size_Internal = FT_Size_InternalRec*
Undocumented in source.
- FT_Size_Request
alias FT_Size_Request = FT_Size_RequestRec*
Undocumented in source.
- FT_Slot_Internal
alias FT_Slot_Internal = FT_Slot_InternalRec*
Undocumented in source.
- FT_SpanFunc
alias FT_SpanFunc = void function(int y, int count, FT_Span* spans, void* user)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Stream
alias FT_Stream = FT_StreamRec*
Undocumented in source.
- FT_Stream_CloseFunc
alias FT_Stream_CloseFunc = void function(FT_Stream stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Stream_IoFunc
alias FT_Stream_IoFunc = c_ulong function(FT_Stream stream, c_ulong offset, ubyte* buffer, c_ulong count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_String
alias FT_String = char
Undocumented in source.
- FT_Stroker
alias FT_Stroker = FT_StrokerRec*
Undocumented in source.
- FT_SubGlyph
alias FT_SubGlyph = FT_SubGlyphRec*
Undocumented in source.
- FT_Tag
alias FT_Tag = FT_UInt32
Undocumented in source.
- FT_UFWord
alias FT_UFWord = ushort
Undocumented in source.
- FT_UFast
alias FT_UFast = uint
Undocumented in source.
- FT_UInt
alias FT_UInt = uint
Undocumented in source.
- FT_UInt16
alias FT_UInt16 = ushort
Undocumented in source.
- FT_UInt32
alias FT_UInt32 = uint
Undocumented in source.
- FT_ULong
alias FT_ULong = c_ulong
Undocumented in source.
- FT_UShort
alias FT_UShort = ushort
Undocumented in source.
- FT_WinFNT_Header
alias FT_WinFNT_Header = FT_WinFNT_HeaderRec*
Undocumented in source.
- PS_Blend
alias PS_Blend = PS_BlendRec*
Undocumented in source.
- PS_DesignMap
alias PS_DesignMap = PS_DesignMapRec*
Undocumented in source.
- PS_Dict_Keys
alias PS_Dict_Keys = int
Undocumented in source.
- PS_FontInfo
alias PS_FontInfo = PS_FontInfoRec*
Undocumented in source.
- PS_Private
alias PS_Private = PS_PrivateRec*
Undocumented in source.
- T1_Blend
deprecated alias T1_Blend = PS_BlendRec
Undocumented in source.
- T1_DesignMap
deprecated alias T1_DesignMap = PS_DesignMapRec
Undocumented in source.
- T1_FontInfo
deprecated alias T1_FontInfo = PS_FontInfoRec
Undocumented in source.
- T1_Private
deprecated alias T1_Private = PS_PrivateRec
Undocumented in source.