Class FontTools.FontConfigDescription

  • Enclosing class:
    FontTools

    public static class FontTools.FontConfigDescription
    extends java.lang.Object
    Description of font get from font config.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String[] family
      The font families.
      java.lang.String name
      The font name.
      java.lang.String[] style
      The font style.
      int weight
      CSS like font weight.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • family

        public java.lang.String[] family
        The font families.
      • style

        public java.lang.String[] style
        The font style.
      • name

        public java.lang.String name
        The font name.
      • weight

        public int weight
        CSS like font weight.
    • Constructor Detail

      • FontConfigDescription

        public FontConfigDescription()