Interface SVGFont

All Known Implementing Classes:
AWTSVGFont

public interface SVGFont
  • Method Details

    • defaultFontSize

      static float defaultFontSize()
    • exFromEm

      static float exFromEm(float em)
    • emFromEx

      static float emFromEx(float ex)
    • codepointGlyph

      @NotNull @NotNull Glyph codepointGlyph(char codepoint)
    • family

      @NotNull @NotNull 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()