| Package | org.alivepdf.fonts |
| Class | public final class AFMParser |
| Inheritance | AFMParser flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| ascender : int [read-only] | AFMParser | ||
| boundingBox : Array [read-only] | AFMParser | ||
| capHeight : int [read-only] | AFMParser | ||
| capXHeight : int [read-only] | AFMParser | ||
| descender : int [read-only] | AFMParser | ||
| differences : String [read-only] | AFMParser | ||
| fontName : String [read-only] | AFMParser | ||
| italicAngle : int [read-only] | AFMParser | ||
| missingWidth : int [read-only] | AFMParser | ||
| stdVW : int [read-only] | AFMParser | ||
| stemV : int [read-only] | AFMParser | ||
| type : String [read-only] | AFMParser | ||
| underlinePosition : * [read-only] | AFMParser | ||
| underlineThickness : * [read-only] | AFMParser | ||
| weight : String [read-only] | AFMParser | ||
| widths : Dictionary [read-only] | AFMParser | ||
| Property | Defined By | ||
|---|---|---|---|
| _ascender : * | AFMParser | ||
| _boundingBox : Array | AFMParser | ||
| _capHeight : * | AFMParser | ||
| _capXHeight : * | AFMParser | ||
| _descender : * | AFMParser | ||
| _differences : String | AFMParser | ||
| fix : Object [static] | AFMParser | ||
| _flags : int | AFMParser | ||
| fm : Dictionary | AFMParser | ||
| _fontName : String | AFMParser | ||
| _isFixedPitch : Boolean | AFMParser | ||
| _italicAngle : * | AFMParser | ||
| _missingWidth : int | AFMParser | ||
| _stdVW : * | AFMParser | ||
| _stemV : * | AFMParser | ||
| _type : String | AFMParser | ||
| _underlinePosition : * | AFMParser | ||
| _underlineThickness : * | AFMParser | ||
| _weight : String | AFMParser | ||
| _widths : Dictionary | AFMParser | ||
| widthsBuffer : Dictionary | AFMParser | ||
| Method | Defined By | ||
|---|---|---|---|
AFMParser(stream:ByteArray, afm:ByteArray, encoding:Class) | AFMParser | ||
makeFont(fontfile:ByteArray, afmfile:ByteArray, enc:Class):void | AFMParser | ||
| Method | Defined By | ||
|---|---|---|---|
makeFontDescriptor(fm:Object, symbolic:Boolean):void | AFMParser | ||
makeFontEncoding(map:Array):String | AFMParser | ||
makeWidthArray(buffer:Dictionary):Dictionary | AFMParser | ||
readAFM(file:ByteArray, map:Array):Dictionary | AFMParser | ||
readMap(enc:ByteArray):Array | AFMParser | ||
| Constant | Defined By | ||
|---|---|---|---|
| AC : String = 20AC [static] | AFMParser | ||
| C : String = C [static] | AFMParser | ||
| EURO : String = Euro [static] | AFMParser | ||
| reg : RegExp [static] | AFMParser | ||
| _ascender | property |
protected var _ascender:*| _boundingBox | property |
protected var _boundingBox:Array| _capHeight | property |
protected var _capHeight:*| _capXHeight | property |
protected var _capXHeight:*| _descender | property |
protected var _descender:*| _differences | property |
protected var _differences:String| _flags | property |
protected var _flags:int| _fontName | property |
protected var _fontName:String| _isFixedPitch | property |
protected var _isFixedPitch:Boolean| _italicAngle | property |
protected var _italicAngle:*| _missingWidth | property |
protected var _missingWidth:int| _stdVW | property |
protected var _stdVW:*| _stemV | property |
protected var _stemV:*| _type | property |
protected var _type:String| _underlinePosition | property |
protected var _underlinePosition:*| _underlineThickness | property |
protected var _underlineThickness:*| _weight | property |
protected var _weight:String| _widths | property |
protected var _widths:Dictionary| ascender | property |
ascender:int [read-only] public function get ascender():int| boundingBox | property |
boundingBox:Array [read-only] public function get boundingBox():Array| capHeight | property |
capHeight:int [read-only] public function get capHeight():int| capXHeight | property |
capXHeight:int [read-only] public function get capXHeight():int| descender | property |
descender:int [read-only] public function get descender():int| differences | property |
differences:String [read-only] public function get differences():String| fix | property |
protected static var fix:Object| fm | property |
protected var fm:Dictionary| fontName | property |
fontName:String [read-only] public function get fontName():String| italicAngle | property |
italicAngle:int [read-only] public function get italicAngle():int| missingWidth | property |
missingWidth:int [read-only] public function get missingWidth():int| stdVW | property |
stdVW:int [read-only] public function get stdVW():int| stemV | property |
stemV:int [read-only] public function get stemV():int| type | property |
type:String [read-only] public function get type():String| underlinePosition | property |
underlinePosition:* [read-only] public function get underlinePosition():*| underlineThickness | property |
underlineThickness:* [read-only] public function get underlineThickness():*| weight | property |
weight:String [read-only] public function get weight():String| widths | property |
widths:Dictionary [read-only] public function get widths():Dictionary| widthsBuffer | property |
protected var widthsBuffer:Dictionary| AFMParser | () | Constructor |
public function AFMParser(stream:ByteArray, afm:ByteArray, encoding:Class)stream:ByteArray | |
afm:ByteArray | |
encoding:Class |
| makeFont | () | method |
public function makeFont(fontfile:ByteArray, afmfile:ByteArray, enc:Class):voidParameters
fontfile:ByteArray | |
afmfile:ByteArray | |
enc:Class |
| makeFontDescriptor | () | method |
protected function makeFontDescriptor(fm:Object, symbolic:Boolean):voidParameters
fm:Object | |
symbolic:Boolean |
| makeFontEncoding | () | method |
protected function makeFontEncoding(map:Array):StringParameters
map:Array |
String |
| makeWidthArray | () | method |
protected function makeWidthArray(buffer:Dictionary):DictionaryParameters
buffer:Dictionary |
Dictionary |
| readAFM | () | method |
protected function readAFM(file:ByteArray, map:Array):DictionaryParameters
file:ByteArray | |
map:Array |
Dictionary |
| readMap | () | method |
protected function readMap(enc:ByteArray):Array
Parameters
enc:ByteArray |
Array —
|
| AC | Constant |
protected static const AC:String = 20AC| C | Constant |
protected static const C:String = C| EURO | Constant |
protected static const EURO:String = Euro| reg | Constant |
protected static const reg:RegExp