public interface Font
Modifier and Type | Interface and Description |
---|---|
static class |
Font.Boldweight |
static class |
Font.TypeOffset |
static class |
Font.Underline |
Modifier and Type | Method and Description |
---|---|
Font.Boldweight |
getBoldweight() |
Color |
getColor() |
int |
getFontHeight()
Deprecated.
|
int |
getFontHeightInPoint() |
String |
getFontName() |
Font.TypeOffset |
getTypeOffset() |
Font.Underline |
getUnderline() |
boolean |
isItalic() |
boolean |
isStrikeout() |
Color getColor()
String getFontName()
Font.Boldweight getBoldweight()
int getFontHeight()
getFontHeightInPoint()
int getFontHeightInPoint()
boolean isItalic()
boolean isStrikeout()
Font.TypeOffset getTypeOffset()
Font.Underline getUnderline()
Copyright © 2020. All rights reserved.