toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.font
/
BitmapFont
/
Glyph
Glyph
data
class
Glyph
(
val
fontSize
:
Double
,
val
id
:
Int
,
val
texture
:
BmpSlice
,
val
xoffset
:
Int
,
val
yoffset
:
Int
,
val
xadvance
:
Int
)
Members
Constructors
Glyph
Link copied to clipboard
constructor
(
fontSize
:
Double
,
id
:
Int
,
texture
:
BmpSlice
,
xoffset
:
Int
,
yoffset
:
Int
,
xadvance
:
Int
)
Properties
bmp
Link copied to clipboard
val
bmp
:
Bitmap32
font
Size
Link copied to clipboard
val
fontSize
:
Double
id
Link copied to clipboard
val
id
:
Int
tex
Height
Link copied to clipboard
val
texHeight
:
Int
texture
Link copied to clipboard
val
texture
:
BmpSlice
tex
Width
Link copied to clipboard
val
texWidth
:
Int
xadvance
Link copied to clipboard
val
xadvance
:
Int
xoffset
Link copied to clipboard
val
xoffset
:
Int
yoffset
Link copied to clipboard
val
yoffset
:
Int