DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class FontSubsetter

java.lang.Object
  extended by com.cete.dynamicpdf.io.FontSubsetter

public class FontSubsetter
extends java.lang.Object

Represents an font subsetter.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


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 v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software