pda
jvm
core
/
net.artux.pda.map.view.root
/
FontManager
Font
Manager
open
class
FontManager
:
Disposable
Members
Constructors
Font
Manager
Link copied to clipboard
constructor
(
)
Properties
folder
Link copied to clipboard
val
folder
:
String
=
"fonts/"
IMPERIAL_FONT
Link copied to clipboard
val
IMPERIAL_FONT
:
String
=
"fonts/Imperial.ttf"
LIBERAL_FONT
Link copied to clipboard
val
LIBERAL_FONT
:
String
=
"fonts/LiberationSans.ttf"
Functions
dispose
Link copied to clipboard
open
fun
dispose
(
)
get
Disposable
Font
Link copied to clipboard
open
fun
getDisposableFont
(
font
:
String
,
size
:
Int
)
:
BitmapFont
get
Font
Link copied to clipboard
open
fun
getFont
(
size
:
Int
)
:
BitmapFont
open
fun
getFont
(
font
:
String
,
size
:
Int
)
:
BitmapFont
get
Label
Style
Link copied to clipboard
open
fun
getLabelStyle
(
size
:
Int
,
color
:
Color
)
:
Label.LabelStyle