Use proper font name when embedding in Flash

This commit is contained in:
Joshua Granick
2014-10-22 18:38:01 -07:00
parent 141193e4c8
commit 33d25eaf16

View File

@@ -299,6 +299,7 @@ class FlashHelper {
var face = new Font (src);
var font = face.decompose ();
font_name = font.family_name;
var glyphs = new Array <Font2GlyphData> ();
var glyph_layout = new Array <FontLayoutGlyphData> ();