Class UFont
java.lang.Object
net.sourceforge.plantuml.ugraphic.UFont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbold()static UFontbyDefault(int size) static UFontcourier(int size) booleangetFamily(UFontContext context) intgetSize()doubleintgetStyle()final FontgoTikz(int delta) inthashCode()booleanisBold()booleanisItalic()italic()static UFontmonospaced(int size) static UFontsansSerif(int size) static UFontserif(int size) toString()withSize(float size) withStyle(int style)
-
Constructor Details
-
UFont
-
-
Method Details
-
toStringDebug
-
serif
-
sansSerif
-
courier
-
byDefault
-
goTikz
-
monospaced
-
getUnderlayingFont
-
withSize
-
withStyle
-
bold
-
italic
-
getStyle
public int getStyle() -
getSize
public int getSize() -
getSize2D
public double getSize2D() -
isBold
public boolean isBold() -
isItalic
public boolean isItalic() -
getFamily
-
toString
-
hashCode
public int hashCode() -
equals
-