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) TextRenderingOptionsDocument.textRenderingOptionsDeprecated.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()Deprecated.Gets the text rendering options.Methods in com.lowagie.text with parameters of type TextRenderingOptionsModifier and TypeMethodDescriptionvoidDocument.setTextRenderingOptions(TextRenderingOptions textRenderingOptions) Deprecated.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) Deprecated.Converts the text into bytes to be placed in the document.