mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.map.loader
/
FontLoader
/
FontDataJson
Font
Data
Json
@
JsonClass
(
generateAdapter
=
true
)
data
class
FontDataJson
(
val
name
:
String
,
val
bitmap_height
:
Int
,
val
bitmap_width
:
Int
,
val
size
:
Int
,
val
height
:
Double
,
val
ascender
:
Double
,
val
descender
:
Double
,
val
space_advance
:
Double
,
val
max_advance
:
Double
,
val
glyph_data
:
Map
<
String
,
FontLoader.FontGlyphJsonData
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Font
Data
Json
Link copied to clipboard
fun
FontDataJson
(
name
:
String
,
bitmap_height
:
Int
,
bitmap_width
:
Int
,
size
:
Int
,
height
:
Double
,
ascender
:
Double
,
descender
:
Double
,
space_advance
:
Double
,
max_advance
:
Double
,
glyph_data
:
Map
<
String
,
FontLoader.FontGlyphJsonData
>
)
Content copied to clipboard
Properties
ascender
Link copied to clipboard
val
ascender
:
Double
Content copied to clipboard
bitmap_height
Link copied to clipboard
val
bitmap_height
:
Int
Content copied to clipboard
bitmap_width
Link copied to clipboard
val
bitmap_width
:
Int
Content copied to clipboard
descender
Link copied to clipboard
val
descender
:
Double
Content copied to clipboard
glyph_data
Link copied to clipboard
val
glyph_data
:
Map
<
String
,
FontLoader.FontGlyphJsonData
>
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Double
Content copied to clipboard
max_advance
Link copied to clipboard
val
max_advance
:
Double
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard
space_advance
Link copied to clipboard
val
space_advance
:
Double
Content copied to clipboard