# Embedding fonts (Sucks)

**URL:** https://forum.kirupa.com/t/embedding-fonts-sucks/261474
**Category:** flash
**Created:** [May 28, 2008, 12:19am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474 "2008-05-28T00:19:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![adnan794](https://avatars.discourse-cdn.com/v4/letter/a/8edcca/32.png) [@adnan794](https://forum.kirupa.com/u/adnan794)
#### Post date: [May 28, 2008, 12:19am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/1 "2008-05-28T00:19:02Z")

</div>

Hi

when i embedd fonts then they dont appear as sharp and nice as before any idea why is that?

Thanks

---

<div class="post-metadata">

### Author: ![snickelfritz](https://avatars.discourse-cdn.com/v4/letter/s/7ea924/32.png) [@snickelfritz](https://forum.kirupa.com/u/snickelfritz)
#### Post date: [May 28, 2008, 12:30am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/2 "2008-05-28T00:30:31Z")

</div>

The font coordinates are not on whole numbers, you are using anti-alias for animation, or are comparing natively anti-aliased device fonts to anitaliased embedded fonts.

---

<div class="post-metadata">

### Author: ![adnan794](https://avatars.discourse-cdn.com/v4/letter/a/8edcca/32.png) [@adnan794](https://forum.kirupa.com/u/adnan794)
#### Post date: [May 28, 2008, 12:56am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/3 "2008-05-28T00:56:56Z")

</div>

Thanks

So what can I do to make them look crisp as before while I am embedding at the same time?

---

<div class="post-metadata">

### Author: ![Groady](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/groady/32/3750_2.png) [@Groady](https://forum.kirupa.com/u/Groady)
#### Post date: [May 28, 2008, 2:23am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/4 "2008-05-28T02:23:32Z")

</div>

Make sure your text field’s x & y values are on whole numbers (type cast them to int if you’re unsure). Maybe also look at the [gridFitType and [URL=“http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#sharpness”]sharpness](http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#gridFitType) properties of your text field.

---

<div class="post-metadata">

### Author: ![Anogar](https://avatars.discourse-cdn.com/v4/letter/a/ed655f/32.png) [@Anogar](https://forum.kirupa.com/u/Anogar)
#### Post date: [May 28, 2008, 3:30am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/5 "2008-05-28T03:30:18Z")

</div>

It’s hard to tell without seeing the files, but I suspect that the difference you’re noticing is the anti-aliasing kicking in now that the fonts are available. If you like the extra-crisp look of aliased fonts, make sure the font is set to _Bitmap Text (No Anti-Alias)_.

---

<div class="post-metadata">

### Author: ![adnan794](https://avatars.discourse-cdn.com/v4/letter/a/8edcca/32.png) [@adnan794](https://forum.kirupa.com/u/adnan794)
#### Post date: [May 28, 2008, 12:44pm UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/6 "2008-05-28T12:44:35Z")

</div>

Thanks for your replies.

Groady I tried sharpness it does make a difference but not much.

Anogar when I changed it to bitmap text it stopped appearing on stage.

Is there any option for setting AntiAlias for readability?

---

<div class="post-metadata">

### Author: ![dail](https://avatars.discourse-cdn.com/v4/letter/d/82dd89/32.png) [@dail](https://forum.kirupa.com/u/dail)
#### Post date: [May 29, 2008, 12:54am UTC](https://forum.kirupa.com/t/embedding-fonts-sucks/261474/7 "2008-05-29T00:54:38Z")

</div>

Hi,

If you are creating textFields from scratch, make sure you set the embedded fonts property to true, and then you can turn on the testFields anti aliasing property. Which will let you get aliasing looking like how it does in the ide.
