Package org.mapfish.print
Class FontTools
java.lang.Object
org.mapfish.print.FontTools
Tools function to get java fonts families and interface font config.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Description of font get from font config. -
Field Summary
FieldsModifier and TypeFieldDescriptionList of java font families. -
Method Summary
Modifier and TypeMethodDescriptionstatic List<FontTools.FontConfigDescription>
listFontConfigFonts
(String family) Get matched font from a font family name.
-
Field Details
-
FONT_FAMILIES
List of java font families.
-
-
Method Details
-
listFontConfigFonts
Get matched font from a font family name.- Parameters:
family
- the font family name.- Returns:
- The matched cont config attributes.
-