toggle menu
multiplatform
0.9.1
common
switch theme
search in API
multiplatform
/
casperix.font.pixel
/
PixelFont
Pixel
Font
data
class
PixelFont
(
val
reference
:
FontReference
,
val
metrics
:
FontMetrics
,
val
symbols
:
Collection
<
PixelFontSymbol
>
)
Members
Constructors
Pixel
Font
Link copied to clipboard
constructor
(
reference
:
FontReference
,
metrics
:
FontMetrics
,
symbols
:
Collection
<
PixelFontSymbol
>
)
Properties
digit
Width
Link copied to clipboard
val
digitWidth
:
Float
line
Height
Link copied to clipboard
val
lineHeight
:
Float
metrics
Link copied to clipboard
val
metrics
:
FontMetrics
reference
Link copied to clipboard
val
reference
:
FontReference
symbol
Map
Link copied to clipboard
val
symbolMap
:
Map
<
Char
,
PixelFontSymbol
>
symbols
Link copied to clipboard
val
symbols
:
Collection
<
PixelFontSymbol
>
symbol
Width
Link copied to clipboard
val
symbolWidth
:
Float