Uses of Class
com.lowagie.text.TextRenderingOptions
-
Packages that use TextRenderingOptions Package Description com.lowagie.text -
-
Uses of TextRenderingOptions in com.lowagie.text
Methods in com.lowagie.text that return TextRenderingOptions Modifier and Type Method Description TextRenderingOptionsDocument. getTextRenderingOptions()Gets the text rendering options.TextRenderingOptionsTextRenderingOptions. withDocumentLanguage(String documentLanguage)Returns a new instance with the specified document language.TextRenderingOptionsTextRenderingOptions. withGlyphSubstitutionsEnabled(boolean glyphSubstitutionEnabled)Returns a new instance with the specified glyph substitution enabled flag.Methods in com.lowagie.text with parameters of type TextRenderingOptions Modifier and Type Method Description voidDocument. setTextRenderingOptions(TextRenderingOptions textRenderingOptions)Sets the text rendering options.
-