API Documentation

Pdf/Resource/Font/Simple/Standard.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: Standard.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Pdf_Resource_Font_Simple_Standard

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_Simple_Standard

Extends from
Zend_Pdf_Resource_Font_Simple
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

Abstract class definition for the standard 14 Type 1 PDF fonts.

The standard 14 PDF fonts are guaranteed to be availble in any PDF viewer implementation. As such, they do not require much data for the font's resource dictionary. The majority of the data provided by subclasses is for the benefit of our own layout code.

The standard fonts and the corresponding subclasses that manage them:

  • Courier - {@link Zend_Pdf_Resource_Font_Simple_Standard_Courier}
  • Courier-Bold - {@link Zend_Pdf_Resource_Font_Simple_Standard_CourierBold}
  • Courier-Oblique - {@link Zend_Pdf_Resource_Font_Simple_Standard_CourierOblique}
  • Courier-BoldOblique - {@link Zend_Pdf_Resource_Font_Simple_Standard_CourierBoldOblique}
  • Helvetica - {@link Zend_Pdf_Resource_Font_Simple_Standard_Helvetica}
  • Helvetica-Bold - {@link Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBold}
  • Helvetica-Oblique - {@link Zend_Pdf_Resource_Font_Simple_Standard_HelveticaOblique}
  • Helvetica-BoldOblique - {@link Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBoldOblique}
  • Symbol - {@link Zend_Pdf_Resource_Font_Simple_Standard_Symbol}
  • Times - {@link Zend_Pdf_Resource_Font_Simple_Standard_Times}
  • Times-Bold - {@link Zend_Pdf_Resource_Font_Simple_Standard_TimesBold}
  • Times-Italic - {@link Zend_Pdf_Resource_Font_Simple_Standard_TimesItalic}
  • Times-BoldItalic - {@link Zend_Pdf_Resource_Font_Simple_Standard_TimesBoldItalic}
  • ZapfDingbats - {@link Zend_Pdf_Resource_Font_Simple_Standard_ZapfDingbats}

Font objects should be normally be obtained from the factory methods {@link Zend_Pdf_Font::fontWithName} and {@link Zend_Pdf_Font::fontWithPath}.

Methods

__construct

__construct( ) :

Object constructor

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.