Uses of Class
com.aowagie.text.pdf.PdfTextArray
-
Packages that use PdfTextArray Package Description com.aowagie.text.pdf -
-
Uses of PdfTextArray in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfTextArray Modifier and Type Method Description private static PdfTextArray
PdfContentByte. getKernArray(java.lang.String text, BaseFont font)
Constructs a kern array for a text in a certain fontMethods in com.aowagie.text.pdf with parameters of type PdfTextArray Modifier and Type Method Description (package private) void
PdfContentByte. showText(PdfTextArray text)
Show an array of text.
-