IFontOptions
public interface IFontOptions
Useful properties to tune Font behavior
Methods
| Method | Description |
|---|---|
| getNotifyAboutFontEmbeddingError | Sometimes it’s not possible to embed desired font into document. |
| setNotifyAboutFontEmbeddingError | Sometimes it’s not possible to embed desired font into document. |
getNotifyAboutFontEmbeddingError
boolean getNotifyAboutFontEmbeddingError()
Sometimes it’s not possible to embed desired font into document.
Returns: boolean value
setNotifyAboutFontEmbeddingError
void setNotifyAboutFontEmbeddingError(boolean value)
Sometimes it’s not possible to embed desired font into document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |