Embedding .FON file issue.

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Embedding .FON file issue.

    I'm attempting to embed a .FON file into my flash application.

    [Embed(source="fonts/somefont.fon",
    fontFamily="SOMEFAMILY",
    mimeType="application/x-font")]

    I get the following error:

    Font for alias 'SOMEFAMILY' with plain weight and style was not found at:
    <filename>

    Now the filename and family is correct. I've tried every permutation I could
    find for fontWeight and fontStyle to no avail.

    Any help would be greatly appreciated. Thx.

    TwiztedBreeze Guest

  2. Similar Questions and Discussions

    1. Issue in encrypted PDF file
      I had encrypted one PDF file using VC++ component. But when i open the encrypted file in Adobe Professional it asks for saving the file. Password...
    2. PDF file size issue
      I've created two separate versions of the same basic 400 page file in Quark. The first uses a single 700K eps file 3 times on each page and creates a...
    3. xsl file issue
      I created a fragmented .xsl file that is binding to an xml document that lives on another server. When I test the page locally it works great,...
    4. Mp3 file issue
      Hi,i have a problem in mp3 streaming, I am developing a flash online mp3 player using flash comm server with mp3 streaming concept, some of the mp3...
    5. Embedding A File Intro A PDF
      Hello! I have a Word Document that I need to package as a PDF. Inside the Word document is an embedded file that is an executable (.EXE). I am...
  3. #2

    Default Re: Embedding .FON file issue.

    Tried doing a couple of the .FON files in the windows fonts folder with the same error so it isn't a bad FON file.
    TwiztedBreeze 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