PDF::API2::Basic::TTF::Head - The head table for a TTF Font


NAME

PDF::API2::Basic::TTF::Head - The head table for a TTF Font


DESCRIPTION

This is a very basic table with just instance variables as described in the TTF documentation, using the same names. One of the most commonly used is unitsPerEm.


INSTANCE VARIABLES

The head table has no internal instance variables beyond those common to all tables and those specified in the standard:

    version
    fontRevision
    checkSumAdjustment
    magicNumber
    flags
    unitsPerEm
    created
    modified
    xMin
    yMin
    xMax
    yMax
    macStyle
    lowestRecPPEM
    fontDirectionHint
    indexToLocFormat
    glyphDataFormat

The two dates are held as an array of two unsigned longs (32-bits)


METHODS


AUTHOR

Martin Hosken Martin_Hosken@sil.org. See the PDF::API2::Basic::TTF::Font manpage for copyright and licensing.

 PDF::API2::Basic::TTF::Head - The head table for a TTF Font