Pdf/Resource/Font/Simple/Standard.php
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.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Pdf
- Subpackage
- Fonts
- Version
- $Id$
\Zend_Pdf_Resource_Font_Simple_Standard
Package: Zend_Pdf\Fonts
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}
- Parent(s)
- \Zend_Pdf_Resource_Font_Simple < \Zend_Pdf_Resource_Font < \Zend_Pdf_Resource
- Children
- \Zend_Pdf_Resource_Font_Simple_Standard_TimesBoldItalic
- \Zend_Pdf_Resource_Font_Simple_Standard_Helvetica
- \Zend_Pdf_Resource_Font_Simple_Standard_HelveticaOblique
- \Zend_Pdf_Resource_Font_Simple_Standard_TimesRoman
- \Zend_Pdf_Resource_Font_Simple_Standard_Courier
- \Zend_Pdf_Resource_Font_Simple_Standard_CourierOblique
- \Zend_Pdf_Resource_Font_Simple_Standard_ZapfDingbats
- \Zend_Pdf_Resource_Font_Simple_Standard_TimesBold
- \Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBold
- \Zend_Pdf_Resource_Font_Simple_Standard_HelveticaBoldOblique
- \Zend_Pdf_Resource_Font_Simple_Standard_CourierBoldOblique
- \Zend_Pdf_Resource_Font_Simple_Standard_TimesItalic
- \Zend_Pdf_Resource_Font_Simple_Standard_CourierBold
- \Zend_Pdf_Resource_Font_Simple_Standard_Symbol
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License