ianharrigan / mathmlformula

Automatically exported from code.google.com/p/mathmlformula
1 stars 0 forks source link

Embedded Fonts #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please make it possible to use embedded fonts in the mtext tag.

Thank you very much

Tobias Heise

Original issue reported on code.google.com by TobiasHe...@googlemail.com on 28 Jun 2011 at 7:48

GoogleCodeExporter commented 8 years ago
hmm, Do you speak about flex/flash components? 

Because in Editor I have my embeded fonts.

regards

Original comment by ionel.alexandru@gmail.com on 28 Jun 2011 at 1:13

GoogleCodeExporter commented 8 years ago
yes, I mean the flex/flash components. We spoke abbout that. It's possible to 
get it work with a work around:

iterate over all objects and check if it's a textfield, then:

  TextField(c).setTextFormat(textFormat);
  TextField(c).defaultTextFormat = textFormat;
  TextField(c).embedFonts = true;

yours sincerely

Tobias Heise

Original comment by TobiasHe...@googlemail.com on 1 Jul 2011 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by ionel.alexandru@gmail.com on 4 Jul 2011 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by ionel.alexandru@gmail.com on 20 Nov 2014 at 4:08