java.lang.Object
net.sourceforge.plantuml.klimt.font.UFont

public class UFont extends Object
  • Method Details

    • toStringDebug

      public String toStringDebug()
    • build

      public static UFont build(String fontFamily, int fontStyle, int fontSize)
    • getExistingFontFamily

      public static String getExistingFontFamily(String fontFamily)
    • serif

      public static UFont serif(int size)
    • sansSerif

      public static UFont sansSerif(int size)
    • courier

      public static UFont courier(int size)
    • byDefault

      public static UFont byDefault(int size)
    • goTikz

      public UFont goTikz(int delta)
    • monospaced

      public static UFont monospaced(int size)
    • getUnderlayingFont

      public final Font getUnderlayingFont(UFontContext context)
    • withSize

      public UFont withSize(float size)
    • withStyle

      public UFont withStyle(int style)
    • bold

      public UFont bold()
    • italic

      public UFont italic()
    • getStyle

      public int getStyle()
    • getSize

      public int getSize()
    • getSize2D

      public double getSize2D()
    • isBold

      public boolean isBold()
    • isItalic

      public boolean isItalic()
    • getFamily

      public String getFamily(UFontContext context)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object