Question
how to use "fontWeight" in Text Layout Framework ?
[Embed(source = 'AdobeKaitiStd-Regular.otf',fontName = 'AdobeKaitiStd-Regular',fontWeight="bold", unicodeRange = "U+4E00-U+9FA5", cff = "true")]
public var AdobeKaitiStd:Class;
Error: unable to build font 'AdobeKaitiStd-Regular'
if fontWeight="normal" is able to embed
why the font can't embed in to the swf ?
