Class AWTFSFont

  • All Implemented Interfaces:
    FSFont

    public class AWTFSFont
    extends java.lang.Object
    implements FSFont
    • Constructor Summary

      Constructors 
      Constructor Description
      AWTFSFont​(java.awt.Font font)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Font getAWTFont()  
      float getSize2D()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AWTFSFont

        public AWTFSFont​(java.awt.Font font)
    • Method Detail

      • getSize2D

        public float getSize2D()
        Specified by:
        getSize2D in interface FSFont
      • getAWTFont

        public java.awt.Font getAWTFont()