ft.image

Undocumented in source.

Members

Aliases

FT_Outline_ConicToFunc
alias FT_Outline_ConicToFunc = int function(const(FT_Vector)* control, const(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_ConicTo_Func
alias FT_Outline_ConicTo_Func = FT_Outline_ConicToFunc
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)* control1, const(FT_Vector)* control2, const(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_CubicTo_Func
alias FT_Outline_CubicTo_Func = FT_Outline_CubicToFunc
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)* 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_LineTo_Func
alias FT_Outline_LineTo_Func = FT_Outline_LineToFunc
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)* 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_MoveTo_Func
alias FT_Outline_MoveTo_Func = FT_Outline_MoveToFunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Pos
alias FT_Pos = 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_Raster
alias FT_Raster = FT_RasterRec*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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_Done_Func
alias FT_Raster_Done_Func = FT_Raster_DoneFunc
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_New_Func
alias FT_Raster_New_Func = FT_Raster_NewFunc
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, const(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_Render_Func
alias FT_Raster_Render_Func = FT_Raster_RenderFunc
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, c_ulong 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_Reset_Func
alias FT_Raster_Reset_Func = FT_Raster_ResetFunc
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, c_ulong 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_Raster_Set_Mode_Func
alias FT_Raster_Set_Mode_Func = FT_Raster_SetModeFunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Raster_Span_Func
alias FT_Raster_Span_Func = FT_SpanFunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_SpanFunc
alias FT_SpanFunc = void function(int y, int count, const(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.

Enums

FT_Glyph_Format
enum FT_Glyph_Format
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
enum FT_Pixel_Mode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_CURVE_TAG
auto FT_CURVE_TAG(T flag)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

FT_CURVE_TAG_CONIC
enum FT_CURVE_TAG_CONIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_CUBIC
enum FT_CURVE_TAG_CUBIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_HAS_SCANMODE
enum FT_CURVE_TAG_HAS_SCANMODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_ON
enum FT_CURVE_TAG_ON;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_TOUCH_BOTH
enum FT_CURVE_TAG_TOUCH_BOTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_TOUCH_X
enum FT_CURVE_TAG_TOUCH_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_CURVE_TAG_TOUCH_Y
enum FT_CURVE_TAG_TOUCH_Y;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Curve_Tag_Conic
enum FT_Curve_Tag_Conic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Curve_Tag_Cubic
enum FT_Curve_Tag_Cubic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Curve_Tag_On
enum FT_Curve_Tag_On;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Curve_Tag_Touch_X
enum FT_Curve_Tag_Touch_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Curve_Tag_Touch_Y
enum FT_Curve_Tag_Touch_Y;
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_BITMAP
enum FT_GLYPH_FORMAT_BITMAP;
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_COMPOSITE
enum FT_GLYPH_FORMAT_COMPOSITE;
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_NONE
enum FT_GLYPH_FORMAT_NONE;
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_OUTLINE
enum FT_GLYPH_FORMAT_OUTLINE;
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_PLOTTER
enum FT_GLYPH_FORMAT_PLOTTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_CONTOURS_MAX
enum FT_OUTLINE_CONTOURS_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_EVEN_ODD_FILL
enum FT_OUTLINE_EVEN_ODD_FILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_HIGH_PRECISION
enum FT_OUTLINE_HIGH_PRECISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_IGNORE_DROPOUTS
enum FT_OUTLINE_IGNORE_DROPOUTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_INCLUDE_STUBS
enum FT_OUTLINE_INCLUDE_STUBS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_NONE
enum FT_OUTLINE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_OWNER
enum FT_OUTLINE_OWNER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_POINTS_MAX
enum FT_OUTLINE_POINTS_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_REVERSE_FILL
enum FT_OUTLINE_REVERSE_FILL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_SINGLE_PASS
enum FT_OUTLINE_SINGLE_PASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_OUTLINE_SMART_DROPOUTS
enum FT_OUTLINE_SMART_DROPOUTS;
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_BGRA
enum FT_PIXEL_MODE_BGRA;
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_GRAY
enum FT_PIXEL_MODE_GRAY;
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_GRAY2
enum FT_PIXEL_MODE_GRAY2;
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_GRAY4
enum FT_PIXEL_MODE_GRAY4;
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_LCD
enum FT_PIXEL_MODE_LCD;
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_LCD_V
enum FT_PIXEL_MODE_LCD_V;
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_MAX
enum FT_PIXEL_MODE_MAX;
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_MONO
enum FT_PIXEL_MODE_MONO;
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_NONE
enum FT_PIXEL_MODE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RASTER_FLAG_AA
enum FT_RASTER_FLAG_AA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RASTER_FLAG_CLIP
enum FT_RASTER_FLAG_CLIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RASTER_FLAG_DEFAULT
enum FT_RASTER_FLAG_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RASTER_FLAG_DIRECT
enum FT_RASTER_FLAG_DIRECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

FT_BBox
struct 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_Bitmap
struct FT_Bitmap
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Outline
struct FT_Outline
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Outline_Funcs
struct FT_Outline_Funcs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_RasterRec
struct FT_RasterRec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Raster_Funcs
struct FT_Raster_Funcs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Raster_Params
struct 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_Span
struct FT_Span
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Vector
struct FT_Vector
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta