DynamicPDF by ceTe Software

com.cete.dynamicpdf.text
Class KerningValues

java.lang.Object
  extended by com.cete.dynamicpdf.text.KerningValues

public class KerningValues
extends java.lang.Object

Represents a kerning value collection. View Example


Constructor Summary
KerningValues(char[] textArray, short[] spacing)
           
 
Method Summary
 short[] getSpacing()
          Gets the spacing array corresponding to the text array.
 char[] getText()
          Gets the character array of the text that is kerned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerningValues

public KerningValues(char[] textArray,
                     short[] spacing)
Method Detail

getText

public char[] getText()
Gets the character array of the text that is kerned.

Returns:
character array of the text that is kerned.

getSpacing

public short[] getSpacing()
Gets the spacing array corresponding to the text array.

Returns:
the spacing array corresponding to the text array.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software