haXe API Documentation
Back | Index
extern class flash.text.engine.FontDescription
Available in flash9
var cffHinting : CFFHinting
var fontLookup : FontLookup
var fontName : String
var fontPosture : FontPosture
var fontWeight : FontWeight
var locked : Bool
var renderingMode : RenderingMode
function new(?fontName : String, ?fontWeight : FontWeight, ?fontPosture : FontPosture, ?fontLookup : FontLookup, ?renderingMode : RenderingMode, ?cffHinting : CFFHinting) : Void
function clone() : FontDescription
static var isDeviceFontCompatible : fontName : String -> fontWeight : FontWeight -> fontPosture : FontPosture -> Bool
static function isFontCompatible(fontName : String, fontWeight : FontWeight, fontPosture : FontPosture) : Bool
Back | Index