Packagestimulsoft.base.drawing
Classpublic class StiAlternativeFontList
InheritanceStiAlternativeFontList Inheritance Object



Public Properties
 PropertyDefined By
  alternativeFontNames : StiHashtable
[static] [read-only] Gets or sets a value indicating whether it is necessary to use alternative font names.
StiAlternativeFontList
  useAlternativeFontNames : Boolean
[static] Gets or sets a value indicating whether it is necessary to use alternative font names.
StiAlternativeFontList
Public Methods
 MethodDefined By
  
checkFontName(fontName:String):String
[static]
StiAlternativeFontList
Property Detail
alternativeFontNamesproperty
alternativeFontNames:StiHashtable  [read-only]

Gets or sets a value indicating whether it is necessary to use alternative font names.


Implementation
    public static function get alternativeFontNames():StiHashtable
useAlternativeFontNamesproperty 
useAlternativeFontNames:Boolean

Gets or sets a value indicating whether it is necessary to use alternative font names.


Implementation
    public static function get useAlternativeFontNames():Boolean
    public static function set useAlternativeFontNames(value:Boolean):void
Method Detail
checkFontName()method
public static function checkFontName(fontName:String):String

Parameters

fontName:String

Returns
String