bindbc.freetype.bind.ftcolor

Undocumented in source.

Members

Aliases

FT_Color_Root_Transform
alias FT_Color_Root_Transform = int
Undocumented in source.
FT_Composite_Mode
alias FT_Composite_Mode = int
Undocumented in source.
FT_PaintExtend
alias FT_PaintExtend = int
Undocumented in source.
FT_PaintFormat
alias FT_PaintFormat = int
Undocumented in source.
pFT_Get_Color_Glyph_Layer
alias pFT_Get_Color_Glyph_Layer = FT_Bool function(FT_Face face, FT_UInt base_glyph, FT_UInt* aglyph_index, FT_UInt* acolor_index, FT_LayerIterator* iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_Color_Glyph_Paint
alias pFT_Get_Color_Glyph_Paint = FT_Bool function(FT_Face face, FT_UInt base_glyph, FT_Color_Root_Transform root_transform, FT_OpaquePaint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_Colorline_Stops
alias pFT_Get_Colorline_Stops = FT_Bool function(FT_Face face, FT_ColorStop* color_stop, FT_ColorStopIterator iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_Paint
alias pFT_Get_Paint = FT_Bool function(FT_Face face, FT_OpaquePaint opaque_paint, FT_COLR_Paint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_Paint_Layers
alias pFT_Get_Paint_Layers = FT_Bool function(FT_Face face, FT_LayerIterator* iterator, FT_OpaquePaint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Palette_Data_Get
alias pFT_Palette_Data_Get = FT_Error function(FT_Face face, FT_Palette_Data* apalette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Palette_Select
alias pFT_Palette_Select = FT_Error function(FT_Face face, FT_UShort palette_index, FT_Color* apalette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Palette_Set_Foreground_Color
alias pFT_Palette_Set_Foreground_Color = FT_Error function(FT_Face face, FT_Color foreground_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_COLOR_INCLUDE_ROOT_TRANSFORM
anonymousenum FT_COLOR_INCLUDE_ROOT_TRANSFORM
Undocumented in source.
FT_COLR_COMPOSITE_CLEAR
anonymousenum FT_COLR_COMPOSITE_CLEAR
Undocumented in source.
FT_COLR_PAINTFORMAT_COLR_LAYERS
anonymousenum FT_COLR_PAINTFORMAT_COLR_LAYERS
Undocumented in source.
FT_COLR_PAINT_EXTEND_PAD
anonymousenum FT_COLR_PAINT_EXTEND_PAD
Undocumented in source.

Functions

FT_Get_Color_Glyph_Layer
FT_Bool FT_Get_Color_Glyph_Layer(FT_Face face, FT_UInt base_glyph, FT_UInt* aglyph_index, FT_UInt* acolor_index, FT_LayerIterator* iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Color_Glyph_Paint
FT_Bool FT_Get_Color_Glyph_Paint(FT_Face face, FT_UInt base_glyph, FT_Color_Root_Transform root_transform, FT_OpaquePaint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Colorline_Stops
FT_Bool FT_Get_Colorline_Stops(FT_Face face, FT_ColorStop* color_stop, FT_ColorStopIterator iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Paint
FT_Bool FT_Get_Paint(FT_Face face, FT_OpaquePaint opaque_paint, FT_COLR_Paint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Paint_Layers
FT_Bool FT_Get_Paint_Layers(FT_Face face, FT_LayerIterator* iterator, FT_OpaquePaint* paint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Palette_Data_Get
FT_Error FT_Palette_Data_Get(FT_Face face, FT_Palette_Data* apalette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Palette_Select
FT_Error FT_Palette_Select(FT_Face face, FT_UShort palette_index, FT_Color* apalette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Palette_Set_Foreground_Color
FT_Error FT_Palette_Set_Foreground_Color(FT_Face face, FT_Color foreground_color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

FT_PALETTE_FOR_DARK_BACKGROUND
enum FT_PALETTE_FOR_DARK_BACKGROUND;
Undocumented in source.
FT_PALETTE_FOR_LIGHT_BACKGROUND
enum FT_PALETTE_FOR_LIGHT_BACKGROUND;
Undocumented in source.

Static variables

FT_Get_Color_Glyph_Layer
pFT_Get_Color_Glyph_Layer FT_Get_Color_Glyph_Layer;
Undocumented in source.
FT_Get_Color_Glyph_Paint
pFT_Get_Color_Glyph_Paint FT_Get_Color_Glyph_Paint;
Undocumented in source.
FT_Get_Colorline_Stops
pFT_Get_Colorline_Stops FT_Get_Colorline_Stops;
Undocumented in source.
FT_Get_Paint
pFT_Get_Paint FT_Get_Paint;
Undocumented in source.
FT_Get_Paint_Layers
pFT_Get_Paint_Layers FT_Get_Paint_Layers;
Undocumented in source.
FT_Palette_Data_Get
pFT_Palette_Data_Get FT_Palette_Data_Get;
Undocumented in source.
FT_Palette_Select
pFT_Palette_Select FT_Palette_Select;
Undocumented in source.
FT_Palette_Set_Foreground_Color
pFT_Palette_Set_Foreground_Color FT_Palette_Set_Foreground_Color;
Undocumented in source.

Structs

FT_Affine23
struct FT_Affine23
Undocumented in source.
FT_COLR_Paint
struct FT_COLR_Paint
Undocumented in source.
FT_Color
struct FT_Color
Undocumented in source.
FT_ColorIndex
struct FT_ColorIndex
Undocumented in source.
FT_ColorLine
struct FT_ColorLine
Undocumented in source.
FT_ColorStop
struct FT_ColorStop
Undocumented in source.
FT_ColorStopIterator
struct FT_ColorStopIterator
Undocumented in source.
FT_LayerIterator
struct FT_LayerIterator
Undocumented in source.
FT_OpaquePaint
struct FT_OpaquePaint
Undocumented in source.
FT_PaintColrGlyph
struct FT_PaintColrGlyph
Undocumented in source.
FT_PaintColrLayers
struct FT_PaintColrLayers
Undocumented in source.
FT_PaintComposite
struct FT_PaintComposite
Undocumented in source.
FT_PaintGlyph
struct FT_PaintGlyph
Undocumented in source.
FT_PaintLinearGradient
struct FT_PaintLinearGradient
Undocumented in source.
FT_PaintRadialGradient
struct FT_PaintRadialGradient
Undocumented in source.
FT_PaintRotate
struct FT_PaintRotate
Undocumented in source.
FT_PaintScale
struct FT_PaintScale
Undocumented in source.
FT_PaintSkew
struct FT_PaintSkew
Undocumented in source.
FT_PaintSolid
struct FT_PaintSolid
Undocumented in source.
FT_PaintSweepGradient
struct FT_PaintSweepGradient
Undocumented in source.
FT_PaintTransform
struct FT_PaintTransform
Undocumented in source.
FT_PaintTranslate
struct FT_PaintTranslate
Undocumented in source.
FT_Palette_Data
struct FT_Palette_Data
Undocumented in source.

Meta