-
- All Known Implementing Classes:
AWTSVGFont
public interface SVGFont
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description floatcenterBaseline()@NotNull GlyphcodepointGlyph(@NotNull java.lang.String codepoint)static @NotNull java.lang.StringdefaultFontFamily()static floatdefaultFontSize()floateffectiveEmHeight()floateffectiveExHeight()static floatemFromEx(float ex)static floatexFromEm(float em)@NotNull java.lang.Stringfamily()floathangingBaseline()floatmathematicalBaseline()floatmiddleBaseline()floatromanBaseline()intsize()floattextOverBaseline()floattextUnderBaseline()
-
-
-
Method Detail
-
defaultFontSize
static float defaultFontSize()
-
defaultFontFamily
@NotNull static @NotNull java.lang.String defaultFontFamily()
-
exFromEm
static float exFromEm(float em)
-
emFromEx
static float emFromEx(float ex)
-
codepointGlyph
@NotNull @NotNull Glyph codepointGlyph(@NotNull @NotNull java.lang.String codepoint)
-
family
@NotNull @NotNull java.lang.String family()
-
size
int size()
-
effectiveExHeight
float effectiveExHeight()
-
effectiveEmHeight
float effectiveEmHeight()
-
mathematicalBaseline
float mathematicalBaseline()
-
hangingBaseline
float hangingBaseline()
-
romanBaseline
float romanBaseline()
-
centerBaseline
float centerBaseline()
-
middleBaseline
float middleBaseline()
-
textUnderBaseline
float textUnderBaseline()
-
textOverBaseline
float textOverBaseline()
-
-