org.apache.fontbox.ttf

Class IndexToLocationTable

public class IndexToLocationTable extends TTFTable

A table in a true type font.

Version: $Revision: 1.1 $

Author: Ben Litchfield (ben@benlitchfield.com)

Field Summary
static StringTAG
A tag that identifies this table type.
Method Summary
long[]getOffsets()
voidinitData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
voidsetOffsets(long[] offsetsValue)

Field Detail

TAG

public static final String TAG
A tag that identifies this table type.

Method Detail

getOffsets

public long[] getOffsets()

Returns: Returns the offsets.

initData

public void initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.

Parameters: ttf The font that is being read. data The stream to read the data from.

Throws: IOException If there is an error reading the data.

setOffsets

public void setOffsets(long[] offsetsValue)

Parameters: offsetsValue The offsets to set.

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