Interface FontFeaturesObjectAdapter.FontDescriptorAdapter

    • Method Detail

      • getFontName

        String getFontName()
      • getFontFamily

        String getFontFamily()
      • getFontStretch

        String getFontStretch()
      • getFontWeight

        Double getFontWeight()
      • isFixedPitch

        boolean isFixedPitch()
      • isSerif

        boolean isSerif()
      • isSymbolic

        boolean isSymbolic()
      • isScript

        boolean isScript()
      • isNonSymbolic

        boolean isNonSymbolic()
      • isItalic

        boolean isItalic()
      • isAllcap

        boolean isAllcap()
      • isSmallCap

        boolean isSmallCap()
      • isForceBold

        boolean isForceBold()
      • getFontBoundingBox

        double[] getFontBoundingBox()
      • getItalicAngle

        Double getItalicAngle()
      • getAscent

        Double getAscent()
      • getDescent

        Double getDescent()
      • getLeading

        Double getLeading()
      • getCapHeight

        Double getCapHeight()
      • getXHeight

        Double getXHeight()
      • getAverageWidth

        Double getAverageWidth()
      • getMaxWidth

        Double getMaxWidth()
      • getMissingWidth

        Double getMissingWidth()
      • getCharSet

        String getCharSet()
      • isEmbedded

        boolean isEmbedded()
      • getFlags

        Long getFlags()