|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct () | |
Public Member Functions inherited from Zend_Pdf_Resource_Font_Simple | |
| __construct () | |
| glyphNumbersForCharacters ($characterCodes) | |
| glyphNumberForCharacter ($characterCode) | |
| getCoveredPercentage ($string, $charEncoding='') | |
| widthsForGlyphs ($glyphNumbers) | |
| widthForGlyph ($glyphNumber) | |
| encodeString ($string, $charEncoding) | |
| decodeString ($string, $charEncoding) | |
Public Member Functions inherited from Zend_Pdf_Resource_Font | |
| __construct () | |
| __toString () | |
| getFontType () | |
| getFontName ($nameType, $language, $characterSet=null) | |
| getFontNames () | |
| isBold () | |
| isItalic () | |
| isMonospace () | |
| getUnderlinePosition () | |
| getUnderlineThickness () | |
| getStrikePosition () | |
| getStrikeThickness () | |
| getUnitsPerEm () | |
| getAscent () | |
| getDescent () | |
| getLineGap () | |
| getLineHeight () | |
| glyphNumbersForCharacters ($characterCodes) | |
| glyphNumberForCharacter ($characterCode) | |
| getCoveredPercentage ($string, $charEncoding='') | |
| widthsForGlyphs ($glyphNumbers) | |
| widthForGlyph ($glyphNumber) | |
| encodeString ($string, $charEncoding) | |
| decodeString ($string, $charEncoding) | |
| toEmSpace ($value) | |
Public Member Functions inherited from Zend_Pdf_Resource | |
| __construct ($resource) | |
| __clone () | |
| cloneResource ($factory, &$processed) | |
| getResource () | |
| getFactory () | |
Additional Inherited Members | |
Protected Attributes inherited from Zend_Pdf_Resource_Font_Simple | |
| $_cmap = null | |
| $_glyphWidths = null | |
| $_missingGlyphWidth = 0 | |
Protected Attributes inherited from Zend_Pdf_Resource_Font | |
| $_fontType = Zend_Pdf_Font::TYPE_UNKNOWN | |
| $_fontNames = array() | |
| $_isBold = false | |
| $_isItalic = false | |
| $_isMonospace = false | |
| $_underlinePosition = 0 | |
| $_underlineThickness = 0 | |
| $_strikePosition = 0 | |
| $_strikeThickness = 0 | |
| $_unitsPerEm = 0 | |
| $_ascent = 0 | |
| $_descent = 0 | |
| $_lineGap = 0 | |
Protected Attributes inherited from Zend_Pdf_Resource | |
| $_objectFactory | |
| $_resource | |
Definition at line 65 of file Standard.php.
| __construct | ( | ) |