Uses of Class
com.lowagie.text.TextRenderingOptions
Packages that use TextRenderingOptions
-
Uses of TextRenderingOptions in com.lowagie.text
Fields in com.lowagie.text declared as TextRenderingOptionsModifier and TypeFieldDescription(package private) TextRenderingOptions
Document.textRenderingOptions
Text rendering options, including the default language of the document and a flag to enable font glyph substitution (if FOP is available)Methods in com.lowagie.text that return TextRenderingOptionsModifier and TypeMethodDescriptionDocument.getTextRenderingOptions()
Gets the text rendering options.Methods in com.lowagie.text with parameters of type TextRenderingOptionsModifier and TypeMethodDescriptionvoid
Document.setTextRenderingOptions
(TextRenderingOptions textRenderingOptions) Sets the text rendering options. -
Uses of TextRenderingOptions in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf with parameters of type TextRenderingOptionsModifier and TypeMethodDescription(package private) byte[]
FontDetails.convertToBytes
(String text, TextRenderingOptions options) Converts the text into bytes to be placed in the document.