Class Font

  • Direct Known Subclasses:
    DefaultFont

    public abstract class Font
    extends java.lang.Object
    Font abstract class.
    • Constructor Detail

      • Font

        public Font()
    • Method Detail

      • getChar

        protected java.lang.String getChar​(char C)
      • addChar

        protected void addChar​(char C,
                               java.lang.String ASCII)
      • getCharacterHeight

        protected int getCharacterHeight()
      • setCharacterHeight

        protected void setCharacterHeight​(int CharacterHeight)
      • getCharacterWidth

        protected int getCharacterWidth()
      • setCharacterWidth

        protected void setCharacterWidth​(int CharacterWidth)
      • getUnderSpace

        protected int getUnderSpace()
      • setUnderSpace

        protected void setUnderSpace​(int UnderSpace)
      • getSideSpace

        protected int getSideSpace()
      • setSideSpace

        protected void setSideSpace​(int SideSpace)