org.apache.fontbox.cff

Class Type1FontFormatter

public class Type1FontFormatter extends Object

This class represents a formatter for a given Type1 font.

Version: $Revision: 1.0 $

Author: Villu Russmann

Method Summary
static byte[]format(CFFFont font)
Read and convert a given CFFFont.

Method Detail

format

public static byte[] format(CFFFont font)
Read and convert a given CFFFont.

Parameters: font the given CFFFont

Returns: the Type1 font

Throws: IOException if an error occurs during reading the given font

Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.