-
Methods in squidpony.squidgrid.gui.gdx that return TextFamily
Modifier and Type |
Method |
Description |
TextFamily |
TextFamily.copy() |
|
TextFamily |
TextFamily.defaultFamilyLeanDistance() |
|
TextFamily |
TextFamily.defaultFamilySlabDistance() |
|
static TextFamily |
DefaultResources.getCrispLeanFamily() |
Returns a TextFamily already configured to use a highly-legible fixed-width font with good Unicode support and a
sans-serif geometric style, that should scale cleanly to many sizes (using an MSDF technique) and supports 4
styles (regular, bold, italic, and bold italic).
|
static TextFamily |
DefaultResources.getCrispPrintFamily() |
Returns a TextFamily already configured to use a variable-width serif font that should look like the serif
fonts used in many novels' main texts, and that should scale cleanly to many sizes using an MSDF technique, and
supports 4 styles (regular, bold, italic, and bold italic).
|
static TextFamily |
DefaultResources.getCrispSlabFamily() |
Returns a TextFamily already configured to use a highly-legible fixed-width font with good Unicode support and a
slab-serif geometric style, that should scale cleanly to many sizes (using an MSDF technique) and supports 4
styles (regular, bold, italic, and bold italic).
|
static TextFamily |
DefaultResources.getGoFamily() |
Returns a TextFamily already configured to use a fixed-width font with good Unicode support and a traditional
serif style, that should scale cleanly to many sizes and supports 4 styles (regular, bold, italic,
and bold italic).
|
static TextFamily |
DefaultResources.getLeanFamily() |
Returns a TextFamily already configured to use a highly-legible fixed-width font with good Unicode support and a
sans-serif geometric style, that should scale cleanly to many sizes and supports 4 styles (regular, bold, italic,
and bold italic).
|
static TextFamily |
DefaultResources.getSlabFamily() |
Returns a TextFamily already configured to use a highly-legible fixed-width font with good Unicode support and a
slab-serif geometric style, that should scale cleanly to many sizes and supports 4 styles (regular, bold, italic,
and bold italic).
|