public interface IFont
Modifier and Type | Method and Description |
---|---|
IFontBuilder |
createBuilder() |
IColor |
getColor() |
Double |
getFontSize() |
String |
getName() |
UnderlineType |
getUnderlineType() |
VerticalShifting |
getVerticalShifting() |
Boolean |
isBold() |
Boolean |
isItalic() |
Boolean |
isStrikeOut() |
Boolean isBold()
true
if the font is boldBoolean isItalic()
true
if the font is italicUnderlineType getUnderlineType()
UnderlineType
for the fontBoolean isStrikeOut()
true
if font is struck outVerticalShifting getVerticalShifting()
VerticalShifting
for the fontString getName()
Double getFontSize()
IFontBuilder createBuilder()
IFontBuilder
with the current attributesCopyright © 2024. All rights reserved.