Uses of Class
com.itextpdf.layout.properties.FontKerning
-
Packages that use FontKerning Package Description com.itextpdf.layout com.itextpdf.layout.properties -
-
Uses of FontKerning in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type FontKerning Modifier and Type Method Description T
ElementPropertyContainer. setFontKerning(FontKerning fontKerning)
Enable or disable kerning. -
Uses of FontKerning in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return FontKerning Modifier and Type Method Description static FontKerning
FontKerning. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontKerning[]
FontKerning. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-