Class Type2GlyphBBoxCalculator

  • All Implemented Interfaces:
    GlyphBBoxCalculator

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