Class Type1GlyphBBoxCalculator

java.lang.Object
com.adobe.fontengine.font.type1.Type1GlyphBBoxCalculator
All Implemented Interfaces:
GlyphBBoxCalculator

public final class Type1GlyphBBoxCalculator extends Object implements GlyphBBoxCalculator
computes the unhinted bounding boxes for glyphs with type1 glyph descriptions.

An instance of this class can be reused with multiple glyphs in multiple fonts.

Synchronization

This class is synchronized. Only one thread will be allowed into the calculateBBox method at a time.