Class Type2GlyphBBoxCalculator

java.lang.Object
com.adobe.fontengine.font.cff.Type2GlyphBBoxCalculator
All Implemented Interfaces:
GlyphBBoxCalculator

public final class Type2GlyphBBoxCalculator extends Object implements GlyphBBoxCalculator
Calculates an unhinted glyph bounding box for a type2 glyph description at a specified size.

Instances of this class can be reused across multiple fonts and glyphs.

Synchronization

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