com.aspose.words
Class PhysicalFontInfo

java.lang.Object
    extended by com.aspose.words.PhysicalFontInfo

public class PhysicalFontInfo 
extends java.lang.Object

Specifies information about physical font available to Aspose.Words font engine.

Property Getters/Setters Summary
java.lang.StringgetFilePath()
           Path to the font file if any.
java.lang.StringgetFontFamilyName()
           Family name of the font.
java.lang.StringgetFullFontName()
           Full name of the font.
java.lang.StringgetVersion()
           Version string of the font.
 

Property Getters/Setters Detail

getFilePath

public java.lang.String getFilePath()
Path to the font file if any.

getFontFamilyName

public java.lang.String getFontFamilyName()
Family name of the font.

getFullFontName

public java.lang.String getFullFontName()
Full name of the font.

getVersion

public java.lang.String getVersion()
Version string of the font.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.