Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchSysFonts ¶
func ReadSysFontFile ¶
Types ¶
type GlyphImage ¶
type Manager ¶
type Manager struct { AllocTexture func(size int) (int, error) ResizeTexture func(texture, size int) error CloseTexture func(texture int) error //PutGlyphImages func(imgs []GlyphImage) Match func(name string) string ReadFile func(name string) (buf []byte, err error) MinTexRank int // 2^7 MaxTexRank int // 2^12 MinFontSize int // 2 MaxFontSize int // 120 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.