org.apache.fontbox.cff

Class CFFStandardString

public class CFFStandardString extends Object

This class represents a standard SID to String mapping.

Version: $Revision: 1.0 $

Author: Villu Russmann

Method Summary
static StringgetName(int sid)
This will return the string mapped to the given SID.

Method Detail

getName

public static String getName(int sid)
This will return the string mapped to the given SID.

Parameters: sid the given SID

Returns: the mapped string

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