Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DrawFuncs = hb.DrawFuncsCreate()
DrawFuncs contains the internal drawing methods used to pass to the harfbuzz hb_font_draw method for drawing the glyphs.
Functions ¶
This section is empty.
Types ¶
type DrawingState ¶
type DrawingState struct {
Vec *vector.Rasterizer
PosX, PosY float32
OffX, OffY float32
MinY, MaxY float32
MinX, MaxX float32
}
DrawingState holds the essential information of drawing glyphs.
Click to show internal directories.
Click to hide internal directories.