Class AWTSVGFont
java.lang.Object
com.github.weisj.jsvg.attributes.font.AWTSVGFont
- All Implemented Interfaces:
SVGFont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat@NotNull GlyphcodepointGlyph(char codepoint) floatfloat@NotNull Stringfamily()floatfloatfloatfloatintsize()floatfloat
-
Constructor Details
-
AWTSVGFont
-
-
Method Details
-
codepointGlyph
- Specified by:
codepointGlyphin interfaceSVGFont
-
family
-
size
public int size() -
effectiveExHeight
public float effectiveExHeight()- Specified by:
effectiveExHeightin interfaceSVGFont
-
effectiveEmHeight
public float effectiveEmHeight()- Specified by:
effectiveEmHeightin interfaceSVGFont
-
mathematicalBaseline
public float mathematicalBaseline()- Specified by:
mathematicalBaselinein interfaceSVGFont
-
hangingBaseline
public float hangingBaseline()- Specified by:
hangingBaselinein interfaceSVGFont
-
romanBaseline
public float romanBaseline()- Specified by:
romanBaselinein interfaceSVGFont
-
centerBaseline
public float centerBaseline()- Specified by:
centerBaselinein interfaceSVGFont
-
middleBaseline
public float middleBaseline()- Specified by:
middleBaselinein interfaceSVGFont
-
textUnderBaseline
public float textUnderBaseline()- Specified by:
textUnderBaselinein interfaceSVGFont
-
textOverBaseline
public float textOverBaseline()- Specified by:
textOverBaselinein interfaceSVGFont
-