Class MapCodedFont.FontDefinition

  • Enclosing class:
    MapCodedFont

    private static final class MapCodedFont.FontDefinition
    extends java.lang.Object
    Private utility class used as a container for font attributes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] characterSet
      The character set of the font
      private byte[] codePage
      The code page of the font
      private byte fontReferenceKey
      The font reference key
      private byte orientation
      The orientation of the font
      private int scale
      The scale (only specified for outline fonts)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FontDefinition()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • codePage

        private byte[] codePage
        The code page of the font
      • characterSet

        private byte[] characterSet
        The character set of the font
      • fontReferenceKey

        private byte fontReferenceKey
        The font reference key
      • orientation

        private byte orientation
        The orientation of the font
      • scale

        private int scale
        The scale (only specified for outline fonts)
    • Constructor Detail

      • FontDefinition

        private FontDefinition()