Class GetTextGDIPlusProperties.Font

    • Constructor Detail

      • Font

        public Font()
    • Method Detail

      • getFace

        public String getFace()
        Font face.
      • getFlags

        public int getFlags()
        Font text styling flag. `Bold=1, Italic=2, Bold Italic=3, Underline=5, Strikeout=8`
      • getSize

        public int getSize()
        Font text size.
      • getStyle

        public String getStyle()
        Font Style (unknown function).