Package org.docx4j.fonts.fop.fonts.truetype


package org.docx4j.fonts.fop.fonts.truetype

Classes for TrueType fonts.

  • Class
    Description
    Reads a TrueType font file into a byte array and provides file like functions for array access.
    This "glyf" table in a TrueType font file contains information that describes the glyphs.
    This class represents an entry to a TrueType font's Dir Tab.
    Loads a TrueType font into memory directly from the original font file.
    This class represents a TrueType Mtx Entry.
    Represents table names as found in a TrueType font's Table Directory.
     
    Version of the PostScript table (post) contained in this font.
     
    Reads an OpenType CFF file and generates a subset The OpenType specification can be found at the Microsoft Typography site: http://www.microsoft.com/typography/otspec/
     
    The CMap entry contains information of a Unicode range and the the glyph indexes related to the range
    Reads a TrueType file or a TrueType Collection.
    An interface for writing individual glyphs from the glyf table of a TrueType font to an output stream.
    An interface for writing a TrueType font to an output stream.
    Reads a TrueType file and generates a subset that can be used to embed a TrueType CID font.
    An interface for writing a TrueType table to an output stream.