Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Billboard ¶
Billboard is an object for font rendering
func (*Billboard) Destroy ¶
func (billboard *Billboard) Destroy()
Destroy frees up the vertex array and texture
func (*Billboard) Draw ¶
func (billboard *Billboard) Draw(params DrawBillboardParams)
Draw will draw the billboard
type DrawBillboardParams ¶
type Font ¶
type Font struct {
// contains filtered or unexported fields
}
Font object
func (*Font) NewBillboard ¶
func (font *Font) NewBillboard(params NewBillboardParams) *Billboard
NewBillboard creates a 2D billboard for rendering
Click to show internal directories.
Click to hide internal directories.