A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Embedded Fonts

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    27

    Embedded Fonts

    I read in an older message that embedded fonts are used for text objects, but not dynamic text objects. (The message said that dynamic text uses fonts from the user's machine.) Is this still true?

    If a font is embedded for a regular text object, will it be available for dynamic text also. (I am wondering if this can be used as a workaround.)

  2. #2
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890

    Re: Embedded Fonts

    Originally posted by Lisa Anderson
    If a font is embedded for a regular text object, will it be available for dynamic text also. (I am wondering if this can be used as a workaround.) [/B]
    Not quite true.
    Static text (with embedded font) is rendered, but dynamic text is not !
    In case of common fonts (Arial,Courier,Tahoma,Verdana,etc) there is no need to embed anything.
    But if you wanna use "strage" fonts for dynamic text ... wait for a future KM release.
    LOL

  3. #3
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    To clarify, for static text, all "character glyph" vector data referenced by the static text are stored in the swf. For dynamic text, KoolMoves currently does not embed font data in the swf. Without embedding, by default the swf gets the data from the end user's computer. Embedding swells the size of the swf.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center