Sgss_Font_Parser_Interface 
Provides for parsing font file

Description

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

Class overview

Method

Sgss_Font_Format_Interface parse (string|Sgss_File $file, string|Sgss_File $cache)

Parses the specified font file and builds cache in the specified font cache

Method detail

parse

Parses the specified font file and builds cache in the specified font cache

Parameters:
  • string|Sgss_File $file

    Path to the font file to be parsed

  • string|Sgss_File $cache

    Path to the cache file to be built

Returns:
Sgss_Font_Format_Interface -- Format font object
Used by:
Sgss_Font_Manager::parseFont()
Signature:
public Sgss_Font_Format_Interface parse (string|Sgss_File $file, string|Sgss_File $cache)