package
Version:
v0.0.0-...-ac5580a
Opens a new window with list of versions in this module.
Published: Feb 24, 2021
License: GPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BitmapFont struct {
Font string `json:"font"`
Chars []Char `json:"chars"`
}
type Char struct {
Name string `json:"name"`
PosX int `json:"posX"`
PosY int `json:"posY"`
SizeX int `json:"sizeX"`
SizeY int `json:"sizeY"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.