Class UFont
java.lang.Object
net.sourceforge.plantuml.ugraphic.UFont
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbold()
static UFont
byDefault
(int size) static UFont
courier
(int size) boolean
getFamily
(UFontContext context) int
getSize()
double
int
getStyle()
final Font
goTikz
(int delta) int
hashCode()
boolean
isBold()
boolean
isItalic()
italic()
static UFont
monospaced
(int size) static UFont
sansSerif
(int size) static UFont
serif
(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
-