Class Type1GlyphBBoxCalculator

  • All Implemented Interfaces:
    GlyphBBoxCalculator

    public final class Type1GlyphBBoxCalculator
    extends java.lang.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.