Class CharFont


  • public class CharFont
    extends java.lang.Object
    Represents a specific character in a specific font (identified by its font ID).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int boldFontId  
      char c  
      int fontId  
    • Constructor Summary

      Constructors 
      Constructor Description
      CharFont​(char ch, int f)  
      CharFont​(char ch, int f, int bf)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • c

        public char c
      • fontId

        public int fontId
      • boldFontId

        public int boldFontId
    • Constructor Detail

      • CharFont

        public CharFont​(char ch,
                        int f)
      • CharFont

        public CharFont​(char ch,
                        int f,
                        int bf)