Uses of Class
com.lowagie.text.TextRenderingOptions
-
Packages that use TextRenderingOptions Package Description com.lowagie.text com.lowagie.text.pdf -
-
Uses of TextRenderingOptions in com.lowagie.text
Fields in com.lowagie.text declared as TextRenderingOptions Modifier and Type Field Description (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 TextRenderingOptions Modifier and Type Method Description TextRenderingOptions
Document. getTextRenderingOptions()
Gets the text rendering options.Methods in com.lowagie.text with parameters of type TextRenderingOptions Modifier and Type Method Description void
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 TextRenderingOptions Modifier and Type Method Description (package private) byte[]
FontDetails. convertToBytes(java.lang.String text, TextRenderingOptions options)
Converts the text into bytes to be placed in the document.
-