Class PlatformHookWindows.FontEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String charset
      The character subset.
      java.lang.String file
      File name.
      java.lang.String name
      Platform font name.
    • Constructor Summary

      Constructors 
      Constructor Description
      FontEntry()
      Constructs a new FontEntry.
      FontEntry​(java.lang.String charset, java.lang.String name, java.lang.String file)
      Constructs a new FontEntry.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • charset

        public java.lang.String charset
        The character subset. Basically a free identifier, but should be unique.
      • name

        public java.lang.String name
        Platform font name.
      • file

        public java.lang.String file
        File name.
    • Constructor Detail

      • FontEntry

        public FontEntry()
        Constructs a new FontEntry.
      • FontEntry

        public FontEntry​(java.lang.String charset,
                         java.lang.String name,
                         java.lang.String file)
        Constructs a new FontEntry.
        Parameters:
        charset - The character subset. Basically a free identifier, but should be unique
        name - Platform font name
        file - File name