bindbc.freetype.types

Undocumented in source.

Members

Aliases

BDF_Property
alias BDF_Property = BDF_PropertyRec*
Undocumented in source.
BDF_PropertyType
alias BDF_PropertyType = int
Undocumented in source.
CID_FaceDict
alias CID_FaceDict = CID_FaceDictRec*
Undocumented in source.
CID_FaceInfo
alias CID_FaceInfo = CID_FaceInfoRec*
Undocumented in source.
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.
FT_Alloc_Func
alias FT_Alloc_Func = void* function(FT_Memory, c_long)
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 = ubyte
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*)
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_ENC_TAG
alias FT_ENC_TAG = FT_MAKE_TAG
Undocumented in source.
FT_Encoding
alias FT_Encoding = FT_Tag
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, void*)
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*)
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_BBox_Mode
alias FT_Glyph_BBox_Mode = int
Undocumented in source.
FT_Glyph_CopyFunc
alias FT_Glyph_CopyFunc = FT_Error function(FT_Glyph, FT_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_DoneFunc
alias FT_Glyph_DoneFunc = void function(FT_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_Format
alias FT_Glyph_Format = FT_Tag
Undocumented in source.
FT_Glyph_GetBBoxFunc
alias FT_Glyph_GetBBoxFunc = void function(FT_Glyph, FT_BBox*)
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, FT_GlyphSlot)
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, FT_GlyphSlot)
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, const(FT_Matrix)* matrix, const(FT_Vector)*)
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, FT_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, FT_UInt, FT_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_GetGlyphMetricsFunc
alias FT_Incremental_GetGlyphMetricsFunc = FT_Error function(FT_Incremental, FT_UInt, FT_Bool, FT_Incremental_MetricsRec*)
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_Int64
alias FT_Int64 = long
Undocumented in source.
FT_LcdFilter
alias FT_LcdFilter = 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, void*, void*)
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, void*)
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)
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)
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, const(char)*)
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_Orientation
alias FT_Orientation = int
Undocumented in source.
FT_OutlineGlyph
alias FT_OutlineGlyph = FT_OutlineGlyphRec*
Undocumented in source.
FT_Outline_ConicToFunc
alias FT_Outline_ConicToFunc = int function(const(FT_Vector)*, const(FT_Vector)*, void*)
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(const(FT_Vector)*, const(FT_Vector)*, const(FT_Vector)*, void*)
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(const(FT_Vector)*, void*)
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(const(FT_Vector)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Pixel_Mode
alias FT_Pixel_Mode = int
Undocumented in source.
FT_Pointer
alias FT_Pointer = void*
Undocumented in source.
FT_Pos
alias FT_Pos = c_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_DoneFunc
alias FT_Raster_DoneFunc = void function(FT_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*, FT_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, FT_Raster_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, ubyte*, uint)
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, uint, void*)
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, c_long, c_long, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Render_Mode
alias FT_Render_Mode = uint
Undocumented in source.
FT_Renderer
alias FT_Renderer = FT_RendererRec*
Undocumented in source.
FT_Renderer_GetCBoxFunc
alias FT_Renderer_GetCBoxFunc = void function(FT_Renderer, FT_GlyphSlot, FT_BBox*)
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, FT_GlyphSlot, FT_UInt, const(FT_Vector)*)
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, FT_ULong, FT_Pointer)
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, FT_GlyphSlot, const(FT_Matrix)*, const(FT_Vector)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Sfnt_Tag
alias FT_Sfnt_Tag = int
Undocumented in source.
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_Size_Request_Type
alias FT_Size_Request_Type = int
Undocumented in source.
FT_Slot_Internal
alias FT_Slot_Internal = FT_Slot_InternalRec*
Undocumented in source.
FT_SpanFunc
alias FT_SpanFunc = void function(int, int, FT_Span*, void*)
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)
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, c_ulong, ubyte*, c_ulong)
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_StrokerBorder
alias FT_StrokerBorder = int
Undocumented in source.
FT_Stroker_LineCap
alias FT_Stroker_LineCap = int
Undocumented in source.
FT_Stroker_LineJoin
alias FT_Stroker_LineJoin = int
Undocumented in source.
FT_SubGlyph
alias FT_SubGlyph = FT_SubGlyphRec*
Undocumented in source.
FT_Tag
alias FT_Tag = FT_UInt32
Undocumented in source.
FT_TrueTypeEngineType
alias FT_TrueTypeEngineType = int
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_Uint64
alias FT_Uint64 = ulong
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_Flags
alias T1_Blend_Flags = int
Undocumented in source.
T1_EncodingType
alias T1_EncodingType = int
Undocumented in source.

Enums

BDF_PROPERTY_TYPE_NONE
anonymousenum BDF_PROPERTY_TYPE_NONE
Undocumented in source.
FREETYPE_MAJOR
anonymousenum FREETYPE_MAJOR
Undocumented in source.
FT_ANGLE_PI
anonymousenum FT_ANGLE_PI
Undocumented in source.
FT_AUTOHINTER_SCRIPT_NONE
anonymousenum FT_AUTOHINTER_SCRIPT_NONE
Undocumented in source.
FT_CFF_HINTING_FREETYPE
anonymousenum FT_CFF_HINTING_FREETYPE
Undocumented in source.
FT_CURVE_TAG_ON
anonymousenum FT_CURVE_TAG_ON
Undocumented in source.
FT_ENCODING_NONE
anonymousenum FT_ENCODING_NONE
Undocumented in source.
FT_Err_Ok
anonymousenum FT_Err_Ok
Undocumented in source.
FT_FACE_FLAG_SCALABLE
anonymousenum FT_FACE_FLAG_SCALABLE
Undocumented in source.
FT_FSTYPE_INSTALLABLE_EMBEDDING
anonymousenum FT_FSTYPE_INSTALLABLE_EMBEDDING
Undocumented in source.
FT_GASP_NO_TABLE
anonymousenum FT_GASP_NO_TABLE
Undocumented in source.
FT_GLYPH_BBOX_UNSCALED
anonymousenum FT_GLYPH_BBOX_UNSCALED
Undocumented in source.
FT_GLYPH_FORMAT_NONE
anonymousenum FT_GLYPH_FORMAT_NONE
Undocumented in source.
FT_Kerning_Mode
enum FT_Kerning_Mode
Undocumented in source.
FT_LCD_FILTER_NONE
anonymousenum FT_LCD_FILTER_NONE
Undocumented in source.
FT_LOAD_DEFAULT
anonymousenum FT_LOAD_DEFAULT
Undocumented in source.
FT_LOAD_TARGET_NORMAL
anonymousenum FT_LOAD_TARGET_NORMAL
Undocumented in source.
FT_MODULE_FONT_DRIVER
anonymousenum FT_MODULE_FONT_DRIVER
Undocumented in source.
FT_Mod_Err_Base
anonymousenum FT_Mod_Err_Base
Undocumented in source.
FT_OPEN_MEMORY
anonymousenum FT_OPEN_MEMORY
Undocumented in source.
FT_ORIENTATION_TRUETYPE
anonymousenum FT_ORIENTATION_TRUETYPE
Undocumented in source.
FT_OUTLINE_NONE
anonymousenum FT_OUTLINE_NONE
Undocumented in source.
FT_PIXEL_MODE_NONE
anonymousenum FT_PIXEL_MODE_NONE
Undocumented in source.
FT_RASTER_FLAG_DEFAULT
anonymousenum FT_RASTER_FLAG_DEFAULT
Undocumented in source.
FT_RENDER_MODE_NORMAL
anonymousenum FT_RENDER_MODE_NORMAL
Undocumented in source.
FT_SFNT_HEAD
anonymousenum FT_SFNT_HEAD
Undocumented in source.
FT_SIZE_REQUEST_TYPE_NOMINAL
anonymousenum FT_SIZE_REQUEST_TYPE_NOMINAL
Undocumented in source.
FT_STROKER_BORDER_LEFT
anonymousenum FT_STROKER_BORDER_LEFT
Undocumented in source.
FT_STROKER_LINECAP_BUTT
anonymousenum FT_STROKER_LINECAP_BUTT
Undocumented in source.
FT_STROKER_LINEJOIN_ROUND
anonymousenum FT_STROKER_LINEJOIN_ROUND
Undocumented in source.
FT_STYLE_FLAG_ITALIC
anonymousenum FT_STYLE_FLAG_ITALIC
Undocumented in source.
FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS
anonymousenum FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS
Undocumented in source.
FT_TRUETYPE_ENGINE_TYPE_NONE
anonymousenum FT_TRUETYPE_ENGINE_TYPE_NONE
Undocumented in source.
FT_VALIDATE_BASE
anonymousenum FT_VALIDATE_BASE
Undocumented in source.
FT_VALIDATE_feat_INDEX
anonymousenum FT_VALIDATE_feat_INDEX
Undocumented in source.
FT_WinFNT_ID_CP1252
anonymousenum FT_WinFNT_ID_CP1252
Undocumented in source.
FreetypeSupport
enum FreetypeSupport
Undocumented in source.
PS_DICT_FONT_TYPE
anonymousenum PS_DICT_FONT_TYPE
Undocumented in source.
T1_BLEND_UNDERLINE_POSITION
anonymousenum T1_BLEND_UNDERLINE_POSITION
Undocumented in source.
T1_ENCODING_TYPE_NONE
anonymousenum T1_ENCODING_TYPE_NONE
Undocumented in source.
TT_ADOBE_ID_STANDARD
anonymousenum TT_ADOBE_ID_STANDARD
Undocumented in source.
TT_APPLE_ID_DEFAULT
anonymousenum TT_APPLE_ID_DEFAULT
Undocumented in source.
TT_ISO_ID_7BIT_ASCII
anonymousenum TT_ISO_ID_7BIT_ASCII
Undocumented in source.
TT_MAC_ID_ROMAN
anonymousenum TT_MAC_ID_ROMAN
Undocumented in source.
TT_MAC_LANGID_ENGLISH
anonymousenum TT_MAC_LANGID_ENGLISH
Undocumented in source.
TT_MS_ID_SYMBOL_CS
anonymousenum TT_MS_ID_SYMBOL_CS
Undocumented in source.
TT_MS_LANGID_ARABIC_GENERAL
anonymousenum TT_MS_LANGID_ARABIC_GENERAL
Undocumented in source.
TT_NAME_ID_COPYRIGHT
anonymousenum TT_NAME_ID_COPYRIGHT
Undocumented in source.
TT_PLATFORM_APPLE_UNICODE
anonymousenum TT_PLATFORM_APPLE_UNICODE
Undocumented in source.
TT_UCR_BASIC_LATIN
anonymousenum TT_UCR_BASIC_LATIN
Undocumented in source.

Functions

FT_HAS_COLOR
bool FT_HAS_COLOR(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_FAST_GLYPHS
bool FT_HAS_FAST_GLYPHS(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_FIXED_SIZES
bool FT_HAS_FIXED_SIZES(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_GLYPH_NAMES
bool FT_HAS_GLYPH_NAMES(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_HORIZONTAL
bool FT_HAS_HORIZONTAL(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_KERNING
bool FT_HAS_KERNING(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_MULTIPLE_MASTERS
bool FT_HAS_MULTIPLE_MASTERS(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_HAS_VERTICAL
bool FT_HAS_VERTICAL(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_CID_KEYED
bool FT_IS_CID_KEYED(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_FIXED_WIDTH
bool FT_IS_FIXED_WIDTH(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_NAMED_INSTANCE
bool FT_IS_NAMED_INSTANCE(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_SCALABLE
bool FT_IS_SCALABLE(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_SFNT
bool FT_IS_SFNT(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_IS_TRICKY
bool FT_IS_TRICKY(FT_FaceRec* face)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_LOAD_TARGET_MODE
FT_Render_Mode FT_LOAD_TARGET_MODE(uint x)
Undocumented in source. Be warned that the author may not have intended to support it.
FT_MAKE_TAG
FT_Tag FT_MAKE_TAG(char x1, char x2, char x3, char x4)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

FT_ADVANCE_FLAG_FAST_ONLY
enum FT_ADVANCE_FLAG_FAST_ONLY;
Undocumented in source.
FT_OUTLINE_CONTOURS_MAX
enum FT_OUTLINE_CONTOURS_MAX;
Undocumented in source.
FT_OUTLINE_POINTS_MAX
enum FT_OUTLINE_POINTS_MAX;
Undocumented in source.
FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY
enum FT_PARAM_TAG_IGNORE_PREFERRED_FAMILY;
Undocumented in source.
FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY
enum FT_PARAM_TAG_IGNORE_PREFERRED_SUBFAMILY;
Undocumented in source.
FT_PARAM_TAG_INCREMENTAL
enum FT_PARAM_TAG_INCREMENTAL;
Undocumented in source.
T1_MAX_MM_AXIS
enum T1_MAX_MM_AXIS;
Undocumented in source.
T1_MAX_MM_DESIGNS
enum T1_MAX_MM_DESIGNS;
Undocumented in source.
T1_MAX_MM_MAP_POINTS
enum T1_MAX_MM_MAP_POINTS;
Undocumented in source.
TT_INTERPRETER_VERSION_35
enum TT_INTERPRETER_VERSION_35;
Undocumented in source.
TT_INTERPRETER_VERSION_38
enum TT_INTERPRETER_VERSION_38;
Undocumented in source.
freetypeSupport
enum freetypeSupport;
Undocumented in source.

Structs

BDF_PropertyRec
struct BDF_PropertyRec
Undocumented in source.
CID_FaceDictRec
struct CID_FaceDictRec
Undocumented in source.
CID_FaceInfoRec
struct CID_FaceInfoRec
Undocumented in source.
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.
FT_BBox
struct FT_BBox
Undocumented in source.
FT_Bitmap
struct FT_Bitmap
Undocumented in source.
FT_BitmapGlyphRec
struct FT_BitmapGlyphRec
Undocumented in source.
FT_Bitmap_Size
struct FT_Bitmap_Size
Undocumented in source.
FT_CharMapRec
struct FT_CharMapRec
Undocumented in source.
FT_Data
struct FT_Data
Undocumented in source.
FT_DriverRec
struct FT_DriverRec
Undocumented in source.
FT_FaceRec
struct FT_FaceRec
Undocumented in source.
FT_Face_InternalRec
struct FT_Face_InternalRec
Undocumented in source.
FT_Generic
struct FT_Generic
Undocumented in source.
FT_GlyphRec
struct FT_GlyphRec
Undocumented in source.
FT_GlyphSlotRec
struct FT_GlyphSlotRec
Undocumented in source.
FT_Glyph_Class
struct FT_Glyph_Class
Undocumented in source.
FT_Glyph_Metrics
struct FT_Glyph_Metrics
Undocumented in source.
FT_IncrementalRec
struct FT_IncrementalRec
Undocumented in source.
FT_Incremental_FuncsRec
struct FT_Incremental_FuncsRec
Undocumented in source.
FT_Incremental_InterfaceRec
struct FT_Incremental_InterfaceRec
Undocumented in source.
FT_Incremental_MetricsRec
struct FT_Incremental_MetricsRec
Undocumented in source.
FT_LibraryRec
struct FT_LibraryRec
Undocumented in source.
FT_ListNodeRec
struct FT_ListNodeRec
Undocumented in source.
FT_ListRec
struct FT_ListRec
Undocumented in source.
FT_MM_Axis
struct FT_MM_Axis
Undocumented in source.
FT_MM_Var
struct FT_MM_Var
Undocumented in source.
FT_Matrix
struct FT_Matrix
Undocumented in source.
FT_MemoryRec
struct FT_MemoryRec
Undocumented in source.
FT_ModuleRec
struct FT_ModuleRec
Undocumented in source.
FT_Module_Class
struct FT_Module_Class
Undocumented in source.
FT_Multi_Master
struct FT_Multi_Master
Undocumented in source.
FT_Open_Args
struct FT_Open_Args
Undocumented in source.
FT_Outline
struct FT_Outline
Undocumented in source.
FT_OutlineGlyphRec
struct FT_OutlineGlyphRec
Undocumented in source.
FT_Outline_Funcs
struct FT_Outline_Funcs
Undocumented in source.
FT_Parameter
struct FT_Parameter
Undocumented in source.
FT_Prop_GlyphToScriptMap
struct FT_Prop_GlyphToScriptMap
Undocumented in source.
FT_Prop_IncreaseXHeight
struct FT_Prop_IncreaseXHeight
Undocumented in source.
FT_RasterRec
struct FT_RasterRec
Undocumented in source.
FT_Raster_Funcs
struct FT_Raster_Funcs
Undocumented in source.
FT_Raster_Params
struct FT_Raster_Params
Undocumented in source.
FT_RendererRec
struct FT_RendererRec
Undocumented in source.
FT_Renderer_Class
struct FT_Renderer_Class
Undocumented in source.
FT_SfntName
struct FT_SfntName
Undocumented in source.
FT_SizeRec
struct FT_SizeRec
Undocumented in source.
FT_Size_InternalRec
struct FT_Size_InternalRec
Undocumented in source.
FT_Size_Metrics
struct FT_Size_Metrics
Undocumented in source.
FT_Size_RequestRec
struct FT_Size_RequestRec
Undocumented in source.
FT_Slot_InternalRec
struct FT_Slot_InternalRec
Undocumented in source.
FT_Span
struct FT_Span
Undocumented in source.
FT_StreamRec
struct FT_StreamRec
Undocumented in source.
FT_StrokerRec
struct FT_StrokerRec
Undocumented in source.
FT_SubGlyphRec
struct FT_SubGlyphRec
Undocumented in source.
FT_UnitVector
struct FT_UnitVector
Undocumented in source.
FT_Var_Axis
struct FT_Var_Axis
Undocumented in source.
FT_Var_Named_Style
struct FT_Var_Named_Style
Undocumented in source.
FT_Vector
struct FT_Vector
Undocumented in source.
FT_WinFNT_HeaderRec
struct FT_WinFNT_HeaderRec
Undocumented in source.
PS_BlendRec
struct PS_BlendRec
Undocumented in source.
PS_DesignMapRec
struct PS_DesignMapRec
Undocumented in source.
PS_FontInfoRec
struct PS_FontInfoRec
Undocumented in source.
PS_PrivateRec
struct PS_PrivateRec
Undocumented in source.
TT_Header
struct TT_Header
Undocumented in source.
TT_HoriHeader
struct TT_HoriHeader
Undocumented in source.
TT_MaxProfile
struct TT_MaxProfile
Undocumented in source.
TT_OS2
struct TT_OS2
Undocumented in source.
TT_PCLT
struct TT_PCLT
Undocumented in source.
TT_Postscript
struct TT_Postscript
Undocumented in source.
TT_VertHeader
struct TT_VertHeader
Undocumented in source.

Unions

FT_StreamDesc
union FT_StreamDesc
Undocumented in source.

Meta