public interface IFont
Modifier and Type | Method and Description |
---|---|
long |
capital() |
String |
family() |
boolean |
fixedPitch() |
long |
hintingPreference() |
boolean |
kerning() |
double |
letterSpacing() |
boolean |
letterSpacingIsAbsolute() |
boolean |
overline() |
double |
pixelSize() |
double |
pointSize() |
long |
stretch() |
boolean |
strikeOut() |
long |
style() |
long |
styleHint() |
String |
styleName() |
long |
styleStrategy() |
boolean |
underline() |
long |
weight() |
String family()
String styleName()
double pointSize()
double pixelSize()
double letterSpacing()
long styleStrategy()
long styleHint()
long weight()
long style()
long stretch()
long hintingPreference()
long capital()
boolean fixedPitch()
boolean underline()
boolean overline()
boolean strikeOut()
boolean kerning()
boolean letterSpacingIsAbsolute()
Copyright © 2016 Aspose. All Rights Reserved.