API Documentation

Pdf/Resource/Font/CidFont/TrueType.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Fonts
version
$Id: TrueType.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Resource_Font_CidFont_TrueType

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Pdf_Resource_Font_CidFont_TrueType

Extends from
Zend_Pdf_Resource_Font_CidFont
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Pdf
subpackage
Fonts
Methods
__construct

Description

Type 2 CIDFonts implementation

For Type 2, the CIDFont program is actually a TrueType font program, which has no native notion of CIDs. In a TrueType font program, glyph descriptions are identified by glyph index values. Glyph indices are internal to the font and are not defined consistently from one font to another. Instead, a TrueType font program contains a 'cmap' table that provides mappings directly from character codes to glyph indices for one or more predefined encodings.

Methods

__construct

__construct( Zend_Pdf_FileParser_Font_OpenType_TrueType $fontParser, integer $embeddingOptions ) :

Object constructor

Arguments
$fontParser
Zend_Pdf_FileParser_Font_OpenType_TrueType
Font parser object containing parsed TrueType file.
$embeddingOptions
integer
Options for font embedding.
Details
visibility
public
final
false
static
false
throws
todo
Joing this class with Zend_Pdf_Resource_Font_Simple_Parsed_TrueType
Documentation was generated by DocBlox.