DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class FontSubsetter

java.lang.Object
  |
  +--com.cete.dynamicpdf.io.FontSubsetter

public class FontSubsetter
extends java.lang.Object

Represents an font subsetter.


Constructor Summary
FontSubsetter(int glyphCount)
          Initializes a new instance of the FontSubsetter class.
 
Method Summary
 boolean[] getGlyphsUsed()
          Gets an array of all glyphs.
 void glyphUsed(int glyphIndex)
          Sets the glyph as used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSubsetter

public FontSubsetter(int glyphCount)
Initializes a new instance of the FontSubsetter class.

Parameters:
glyphCount -
Method Detail

glyphUsed

public void glyphUsed(int glyphIndex)
Sets the glyph as used.

Parameters:
glyphIndex - int glyph to mark as used.

getGlyphsUsed

public boolean[] getGlyphsUsed()
Gets an array of all glyphs.

Returns:
boolean array of all glyphs.

DynamicPDF by ceTe Software

API Reference for DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software