protected static class AbstractOutputMetaData.ReusableFontContext extends Object implements FontContext
| Modifier | Constructor and Description |
|---|---|
protected |
ReusableFontContext() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setAntiAliased(boolean antiAliased) |
void |
setEmbedded(boolean embedded) |
void |
setEncoding(String encoding) |
void |
setFontSize(double fontSize) |
public boolean isEmbedded()
isEmbedded in interface FontContextpublic void setEmbedded(boolean embedded)
public String getEncoding()
getEncoding in interface FontContextpublic void setEncoding(String encoding)
public void setAntiAliased(boolean antiAliased)
public void setFontSize(double fontSize)
public boolean isAntiAliased()
isAntiAliased in interface FontContextpublic boolean isFractionalMetrics()
isFractionalMetrics in interface FontContextpublic double getFontSize()
getFontSize in interface FontContextCopyright © 2020 Hitachi Vantara. All rights reserved.