Package com.github.tadukoo.view.font
Interface FontConstants
- All Known Implementing Classes:
FontFamilies
,FontFamily
,FontResourceLoader
public interface FontConstants
Contains constants for common strings found in font file names
- Version:
- Alpha v.0.2
- Author:
- Logan Ferree (Tadukoo)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
"Black" - used in several font file namesstatic final String
"BlackItalic" - used in several font file namesstatic final String
"Bold" - used in a lot of font file namesstatic final String
"BoldItalic" - used in a lot of font file namesstatic final String
"ExtraLight" - used in several font file namesstatic final String
"ExtraLightItalic" - used in several font file namesstatic final String
"Italic" - used in a lot of font file namesstatic final String
"Light" - used in several font file namesstatic final String
"LightItalic" - used in several font file namesstatic final String
"Medium" - used in several font file namesstatic final String
"MediumItalic" - used in several font file namesstatic final String
OpenType Font Format file extensionstatic final String
"Regular" - used in a lot of font file namesstatic final String
"SemiBold" - used in several font file namesstatic final String
"SemiBoldItalic" - used in several font file namesstatic final String
"Thin" - used in several font file namesstatic final String
"ThinItalic" - used in several font file namesstatic final String
TrueType Font Format file extension
-
Field Details
-
REGULAR
"Regular" - used in a lot of font file names- See Also:
-
BOLD
"Bold" - used in a lot of font file names- See Also:
-
ITALIC
"Italic" - used in a lot of font file names- See Also:
-
BOLD_ITALIC
"BoldItalic" - used in a lot of font file names- See Also:
-
BLACK
"Black" - used in several font file names- See Also:
-
BLACK_ITALIC
"BlackItalic" - used in several font file names- See Also:
-
EXTRA_LIGHT
"ExtraLight" - used in several font file names- See Also:
-
EXTRA_LIGHT_ITALIC
"ExtraLightItalic" - used in several font file names- See Also:
-
LIGHT
"Light" - used in several font file names- See Also:
-
LIGHT_ITALIC
"LightItalic" - used in several font file names- See Also:
-
MEDIUM
"Medium" - used in several font file names- See Also:
-
MEDIUM_ITALIC
"MediumItalic" - used in several font file names- See Also:
-
SEMI_BOLD
"SemiBold" - used in several font file names- See Also:
-
SEMI_BOLD_ITALIC
"SemiBoldItalic" - used in several font file names- See Also:
-
THIN
"Thin" - used in several font file names- See Also:
-
THIN_ITALIC
"ThinItalic" - used in several font file names- See Also:
-
OTF
OpenType Font Format file extension- See Also:
-
TTF
TrueType Font Format file extension- See Also:
-