| Package | stimulsoft.report.export.tools |
| Class | public class PdfFonts |
| Inheritance | PdfFonts StiPdfFontInfo Object |
| Method | Defined By | ||
|---|---|---|---|
PdfFonts() | PdfFonts | ||
clear():void | PdfFonts | ||
getFontNumber(incomingFont:StiFont):int | PdfFonts | ||
initFontsData():void | PdfFonts | ||
storeUnicodeSymbolsInMap(st:String):void | PdfFonts | ||
| Constant | Defined By | ||
|---|---|---|---|
| factor : Number = 0.366 | PdfFonts | ||
| firstMappedSymbol : uint = 64 [static] | PdfFonts | ||
| currentFont | property |
currentFont:int public function get currentFont():int public function set currentFont(value:int):void| fontList | property |
public var fontList:StiArrayList = null| fonts | property |
public var fonts:Vector.<StiPdfFontInfo> = null| maxSymbols | property |
public var maxSymbols:uint = 32767| pdfFontName | property |
public var pdfFontName:Array| standardPdfFonts | property |
public var standardPdfFonts:Boolean = true| unicodeMapsList | property |
public var unicodeMapsList:StiArrayList = null| useUnicode | property |
public var useUnicode:Boolean = false| PdfFonts | () | Constructor |
public function PdfFonts()| clear | () | method |
public function clear():void| getFontNumber | () | method |
| initFontsData | () | method |
public function initFontsData():void| storeUnicodeSymbolsInMap | () | method |
public function storeUnicodeSymbolsInMap(st:String):voidParameters
st:String |
| factor | Constant |
public const factor:Number = 0.366| firstMappedSymbol | Constant |
public static const firstMappedSymbol:uint = 64