True type fonts in Windows 2000

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default 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 content appears dynamically from a V12 database.
    And even if I import the font with the complete characters set, it doesn't work.

    I know after reading some topics of that forum, that I need tu use a true type font. I use Arial that is a true type font until Windows 98, but not anymore since Windows 2000 (version that I use).
    I tried to copy the Arial font from Windows 98 to Windows 2000, but it becomes aotomatically an Open font. I thought I could buy a True type font on the web, but I am not sure it will still be a true type under Windows 2000. Do you have a suggestion ?

    Thanks.



    sandala75 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Importing Russian Fonts from Windows 2000
      Does anyone know if there is a way to import Cyrillic fonts from Windows into Director? I am able to copy Russian text from a word document into...
    3. True Type and Type1 font issue
      in my environment we run windows xp and acrobat 5/6 (a mix) we have the need for both the true type and type1 versions of the Minion font. we...
    4. How to Combine True Type Font with my project
      Dear All I've made a dictionary project with director. I've used two true type fonts in my project I wanted to place two true type fonts in...
    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: True type fonts in Windows 2000

    Open fonts are fine to use - I use them all the time and have no problems using the accents etc.


    The trick is to make sure you use the ALT+{code} when inputting the special characters into the database - if you copy/paste from a document using a different characters set and/or font it will usually screw it up. It may mean some manual labour unless you can setup the source document to use the exact same character set as both Director and the DB. (but it does work)


    if you open the Character Map on Win2K and choose ARIAL, it is an Open font and defaults to Unicode. Unicode is not properly supported in Director.

    Look at é ... now switch the Character Set to "Windows: Western" ... you will see that the é is mapped to a different location. This is why Director does different things with certain fonts.

    However - if you look at the ALT code for both Character Sets, they both specify ALT+0233 even though they are mapped to different locations.


    The next thing to check is whether the DB itself is changing the information! If a DB does not support the Character Set you are using it will remap to the next character set which may change character locations!??


    If you are using the French Keyboard designation to enter the French information, this will also cause you a headache because the keyboard will be mapped to the Unicode set.




    ============================
    Glen Palmer
    SafariTECH
    Cold Fusion Specialist
    [url]www.safaritech.com[/url]
    ============================
    SafariTECH 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