Class UFont
java.lang.Object
net.sourceforge.plantuml.klimt.font.UFont
-
Method Summary
Modifier and TypeMethodDescriptionbold()
static UFont
static UFont
byDefault
(int size) static UFont
courier
(int size) boolean
static String
getExistingFontFamily
(String fontFamily) getFamily
(UFontContext context) int
getSize()
double
int
getStyle()
final Font
getUnderlayingFont
(UFontContext context) 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)
-
Method Details
-
toStringDebug
-
build
-
getExistingFontFamily
-
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
-