Linux, True Type Fonts and Flash Player

Ask a Question related to Macromedia Flash Player, Design and Development.

  1. #1

    Default Re: Linux, True Type Fonts and Flash Player

    I also have problems about fonts... but not those, which you have.

    I may help you about fonts. The 'installed fonts' may be two: those in the
    Xserver, and those in 'fontconfig'. Maybe 'flash' uses fontconfig. Try to
    configure your fontconfig, or your xserver, according to the possible
    misconfiguration.

    viriketo Guest

  2. Similar Questions and Discussions

    1. OK, Forget Flash 8 Player for Linux. When is Flash 9Player for Linux going to get here?
      Dear Michalengelo, When are you going to be finished painting the ceiling at the Sistine Chapel? Sincerely, The Pope
    2. Flash Player for 64-bit Linux
      Macromedia - are you guys ever going to stop procrastinating on releasing Flash Player for 64-bit Linux? You already have a Linux 32-bit version in...
    3. flash player 8 for linux
      is there any information available regarding a release of flash player 8 for linux.
    4. True type fonts in Windows 2000
      I created a CD-ROM in french. I have problems with accents (èàê) that don't appear properly. I cannot replace my text with bitmap because the...
    5. True Type Fonts (FreeType) - GD - PHP 4.3.2
      Hello, I'm having a problem using the TTF support in GD. I just installed the latest release of PHP (4.3.2) and the latest version of FreeType...
  3. #2

    Default Re: Linux, True Type Fonts and Flash Player

    This is not a solution... but a little help in trying to solve the problem.

    [ A user has experienced the problem with "wimpy player" which utilizes
    dynamic text, and is unable to see the text in the player.
    ([url]www.wimpyplayer.com[/url]) ]

    Hmm. Interesting. Flash handles text in two ways: 1) you can "embed" the font
    into the swf. 2) you can cause the swf to use a kind of "default" text -- much
    like in HTML, where you can specify "Arial, Helvetica, sans-serif." Wimpy
    utilizes the latter. Under this type of font display method, the swf/plugin is
    dependent on comparable fonts within the end-users system. I have no idea how
    the plugin actually makes the connection to the system to grab the proper
    font... One would think that there is a default action in the plugin to use a
    "fail-safe" font in the case that the requested font is not available -- i know
    this type of behavior is in the windows and mac plugins.

    What i might do to troubleshoot is ensure that "Arial", "Helvetica" or
    "sans-serif" is defined within the OS... paying special attention to the upper
    / lower case of the font definitions and/or the dash between the sans-serif.
    You might want to do a little testing with straight HTML. WHat i mean by this
    is create some basic HTML that references "Arial", "Helvetica" or "sans-serif"
    -- such as:

    <p><font face="Arial">Test Type - Arial</font>

    mrgoose Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139