DefaultFontContext
public interface FontContext
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getEncoding() |
|
double |
getFontSize() |
The requested font size.
|
boolean |
isAntiAliased() |
This is controlled by the output target and the stylesheet.
|
boolean |
isEmbedded() |
|
boolean |
isFractionalMetrics() |
This is defined by the output target.
|
java.lang.String getEncoding()
boolean isEmbedded()
boolean isAntiAliased()
boolean isFractionalMetrics()
double getFontSize()