Class OutlineFont
java.lang.Object
java.awt.Font
VASSAL.build.module.gamepieceimage.OutlineFont
- All Implemented Interfaces:
Serializable
public class OutlineFont extends Font
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected boolean
outline
Fields inherited from class java.awt.Font
BOLD, CENTER_BASELINE, DIALOG, DIALOG_INPUT, HANGING_BASELINE, ITALIC, LAYOUT_LEFT_TO_RIGHT, LAYOUT_NO_LIMIT_CONTEXT, LAYOUT_NO_START_CONTEXT, LAYOUT_RIGHT_TO_LEFT, MONOSPACED, name, PLAIN, pointSize, ROMAN_BASELINE, SANS_SERIF, SERIF, size, style, TRUETYPE_FONT, TYPE1_FONT
-
Constructor Summary
Constructors Constructor Description OutlineFont(String name, int style, int size)
OutlineFont(String name, int style, int size, boolean outline)
-
Method Summary
Modifier and Type Method Description boolean
isOutline()
Methods inherited from class java.awt.Font
canDisplay, canDisplay, canDisplayUpTo, canDisplayUpTo, canDisplayUpTo, createFont, createFont, createFonts, createFonts, createGlyphVector, createGlyphVector, createGlyphVector, createGlyphVector, decode, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, deriveFont, equals, getAttributes, getAvailableAttributes, getBaselineFor, getFamily, getFamily, getFont, getFont, getFont, getFontName, getFontName, getItalicAngle, getLineMetrics, getLineMetrics, getLineMetrics, getLineMetrics, getMaxCharBounds, getMissingGlyphCode, getName, getNumGlyphs, getPSName, getSize, getSize2D, getStringBounds, getStringBounds, getStringBounds, getStringBounds, getStyle, getTransform, hashCode, hasLayoutAttributes, hasUniformLineMetrics, isBold, isItalic, isPlain, isTransformed, layoutGlyphVector, textRequiresLayout, toString
-
Field Details
-
outline
protected boolean outline
-
-
Constructor Details
-
OutlineFont
-
OutlineFont
-
-
Method Details
-
isOutline
public boolean isOutline()
-