Class FontInfo

    • Constructor Detail

      • FontInfo

        public FontInfo()
      • FontInfo

        public FontInfo​(FontInfo source)
      • FontInfo

        public FontInfo​(String typeface,
                        int weight,
                        boolean italic)
      • FontInfo

        public FontInfo​(String typeface,
                        int weight,
                        boolean italic,
                        double legacySizeDiff,
                        int stretchDiff)
    • Method Detail

      • getTypeface

        public String getTypeface()
      • getWeight

        public int getWeight()
      • getItalic

        public boolean getItalic()
      • getLegacySizeDiff

        public double getLegacySizeDiff()
      • getStretchDiff

        public int getStretchDiff()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object