Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class FontNameConvertor

java.lang.Object
  extended bycom.aspose.pdf.kit.FontNameConvertor

public class FontNameConvertor
extends java.lang.Object

Represents a class which is used to convert shortening font name to standard font name defined in Aspose.Pdf.Kit.FontStyle. Default font is FontStyle.Helvetica.


Constructor Summary
FontNameConvertor()
           
 
Method Summary
static java.lang.String fontNameConvertor(java.lang.String fontName)
          Convert from shortening font name to full font name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontNameConvertor

public FontNameConvertor()
Method Detail

fontNameConvertor

public static java.lang.String fontNameConvertor(java.lang.String fontName)
Convert from shortening font name to full font name.

Parameters:
fontName - The shortening font name.
Returns:
Full font name.