Package com.deltaApps.utils
Class JDeltaFonts
- java.lang.Object
-
- java.awt.Font
-
- com.deltaApps.utils.JDeltaFonts
-
- All Implemented Interfaces:
java.io.Serializable
public class JDeltaFonts extends java.awt.Font
File history 2020-12-11 - Initially created - Darshana Ariyarathna 2021-03-20 - Change structure of the project, copy and paste file from the old structure- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDeltaFonts
JDELTA_FONTS_ARIAL_L
static JDeltaFonts
JDELTA_FONTS_ARIAL_M
static JDeltaFonts
JDELTA_FONTS_ARIAL_S
static int
LARGE
static int
MEDIUM
static int
SMALL
-
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 JDeltaFonts(java.lang.String name, int style, int size)
Creates jDeltaFont object by using jdk's Font class
-
Method Summary
-
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 Detail
-
SMALL
public static int SMALL
-
MEDIUM
public static int MEDIUM
-
LARGE
public static int LARGE
-
JDELTA_FONTS_ARIAL_S
public static final JDeltaFonts JDELTA_FONTS_ARIAL_S
-
JDELTA_FONTS_ARIAL_M
public static final JDeltaFonts JDELTA_FONTS_ARIAL_M
-
JDELTA_FONTS_ARIAL_L
public static final JDeltaFonts JDELTA_FONTS_ARIAL_L
-
-