Sgss_Font_Format_Interface 
Provides for handling format font

Description

Author:
Matsuda Shota
Copyright:
(c) 2007-2008 Matsuda Shota
License:
http://creativecommons.org/licenses/GPL/2.0/
Located in:
/Font/Format/Interface.php (line 46)

Class overview

Methods

Sgss_Font_Cache getCache ()

Returns the font cache aggregate of this font

string getFile ()

Returns the path to the font file

Inherited from Sgss_Font_Interface:
composite(), getCoverage(), getFamily(), getGlyph(), getGlyphCode(), getGlyphCodes(), getGlyphs(), getMapper(), getMetrics(), getName(), getProfiler(), getStretch(), getStretchName(), getStyle(), getStyleName(), getSubfamily(), getWeight(), getWeightName(), hasGlyph(), hasGlyphs()

Method detail

getCache

Returns the font cache aggregate of this font

Returns:
Sgss_Font_Cache -- Font cache aggregate of this font
Signature:
public Sgss_Font_Cache getCache ()


getFile

Returns the path to the font file

Returns:
string -- Path to the font file
Signature:
public string getFile ()