Embedding font issue in illustrator cc

can't seem to tell illustrator that I have license for Blazed font.  Ontop of that I have Typekit but can't seem to use it.  Any help would be most appreciated.
Steve

And what exactly is the issue? You need to explain better. AI doersn't care for any licensing restrictions as long as a font is properly installed on the system. That would only be relevant for creating PDFs and the like. The rest is just a blank slate - you have not provided any system information or error messages, so nobody knows what's going on.
Mylenium

Similar Messages

  • [svn:osmf:] 13142: Fixing embedded font issues.

    Revision: 13142
    Revision: 13142
    Author:   [email protected]
    Date:     2009-12-22 08:16:15 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Fixing embedded font issues.
    Modified Paths:
        osmf/trunk/apps/samples/framework/WebPlayer/html-template/index.template.html
        osmf/trunk/apps/samples/framework/WebPlayer/src/WebPlayer.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/ScrubBar.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/widgets/URLInput.as
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/fonts/Fonts.as

    I am not sure how to fix the problem using the FGL framework, but here is a way to get the right result
    In the CSS file under the @media only screen and (min-width: 769px) section, modify the following style rules
    #menu {
        clear: both;
        float: left;
        margin-left: 0;
        width: 20%;
        display: block;
        vertical-align:top;
    #content {
        clear: none;
        float: right;
        margin-right: 0%;
        width: 80%;
        display: block;
    Having said that, you will do well to scrap FGL and have a look at Bootstrap

  • European Pi embedding font issue

    Hi:
    I am using a liscensed copy of the European P1 font in LiveCycle Designer 8.2.  Windows XP SP 3  Acrobat 9.4.1
    When I generate the Pdf as Adobe dynamic XML form (PDF) I recieve the followign warning in LC Designer and the fornt is not embedded in the resulting PDF.
    Font license for EuropeanPi-Three does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-Four does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-Two does not permit embedding.  Font will be referenced.
    Font license for EuropeanPi-One does not permit embedding.  Font will be referenced.
    When I convert a word document through Adobe PDF Maker the font is embedded fine.
    If I create a document through PDF printer the font is embedded fine.
    Even if I use Adobe Illustrator or InDesign the font is embedded in the PDF output.  (Acrobat 9/LC Designer installed as part of the suite but I have the same issue on a stand alone install of Acrobat 9/LCD 8.2)  It is only through LC Designer that I have a problem embedding the font.
    Any ideas or suggestions?
    Thank you,

    Hi David,
    I am sure you have the licence, it just depends on the type of the licence.
    From what I see there are three:
    Fonts that don't permit embedding.
    Fonts that permit embedding, but only for "Print and Preview", eg not editting.
    Fonts that permit embedding for editing.
    Looking at the Help file for LC Designer ES2, there appears to be a slight difference between static PDF forms and dynamic XML forms:
    Note: The manufacturer of the font can specify the level of embedding that is allowed
    Fonts can be subset in static PDF forms
    In static PDF forms, fonts can be subset for text and field captions. Subsetting reduces the size of the PDF file. To subset fonts into the form, the font you select must be set to the Print & Preview Embedding Allowed level.
    Note: The fonts used in the fillable area of fields cannot be subset on static PDF forms because the user input can contain any character from the font.
    Fonts are embedded in dynamic PDF forms
    In dynamic PDF forms, fonts are fully embedded or linked. Embedded fonts are never subset. When a form that has embedded fonts is opened, even if the fonts are already on the system, Adobe Reader uses the embedded fonts. To fonts into the form, the embedding settings in the fonts you select must allow embedding for edit
    The level of embedding that is allowed is set by the font provider and not any setting in LC Designer.
    I suspect that the Pi font has print and preview embedding. This would worked perfectly in programs like Word and InDesign when you are creating native PDFs.
    If you talk to your font supplier, you need to ask for a "embedding for edit" licence.
    Hope that helps,
    Niall

  • Embedding Font Issue

    Need help with embedding fonts.  I have the correct fonts in Pagemaker, I can export pages into pdf from PM, when I look at the PDF on my local with the fonts, they are there.  I look at the PDF on another system or mobile and the PDF does not have the fonts.  I have looked into the PDF and can see that the fonts state they are embedded bu they are not showing up in the actual pages of the pdf.  Any suggestions?  I am using PM 7.0 with Adobe Acrobat Pro 6.0 and have installed Distrller 5.0.

    Could be a licensing issue.

  • Embedded font issues -- Flex not measuring properly

    I started this out in one thread ( http://forums.adobe.com/thread/470702 ) and it has progressed into a new, bigger issue. I embedded fonts using the code below.  Flex is not measuring them properly or the font I'm using is vertically challenged.  I suspect the font I am embedding has different vertical spacing than the default font.  I have determined the fonts are embedding by rotating the containers.
    Here's an example of what I'm getting:
    The right side radio button is the raw display (height works out to 23), the left side radio button I forced the height to 15.  Both the radio buttons are set to exactly the same y coordinate.  You can see the right hand text is not centered on the radio button.  I don't want to go thru the hassle of adjusting every single component height to make the font look centered plus that's an ugly workaround.
    I don't think there is anything wrong with my code nor do I think a font swf will help.  I sure would like to know what's going on but it is beyond my understanding.  Here's my thought.  I like the default font the compiler uses when I DON"T embed fonts, looks like this:
    I figure if I could embed this font, everything would work properly.  I just don't where this font lives.  The docs indicate the default font is _serif but it looks more like _sans to me.  And I don't know the hierarchy for my platform.
    So...  Does anyone know either how to fix this measurement issue or where I can find THE True Type font or swf or something that Flex uses as a default so I could embed it?
    /* CSS file */
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdana.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanab.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontWeight: bold;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanai.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontStyle: italic;
    @font-face {
    font-family: MainFont;
    src: url("assets/fonts/verdanaz.TTF");
    unicode-range: U+0020-U+007E;
    advancedAntiAliasing: true;
    fontWeight: bold;
    fontStyle: italic;
    global {
    font-family: MainFont;

    First off, yes there was a correction to the left hand radio button.  I forced the height of the button to be different and that seemed to help center things
    After a bit of beating my head against the way, I decided to run a simpler test.  I set up a case where I had default fonts side by side with embedded fonts.  Since my default.css file had Verdana I decided to use a Verdana embedded font.  I figured I could compare them directly and maybe play with advanced anti-aliasing at the same time.  I've attached the files (change the txt extension to mxml)
    The result was a somewhat of a surprise.  I didn't realize that all text really wasn't centered on the component (eg radio button, checkbox) at my default size and below.  I do see the small pixel shift, especially in the Button.
    So...  I have found the "real" font declaration in the defaults.css file, am seeing the small pixel shift with embedded fonts, that using advanced anti-aliasing  can help on smaller text, and realized I have to be very careful where I use font sizes smaller than default.  I'm guessing that the "perfect" default size on my system would be 12 since that appears what my Verdana.ttf font is based on.  My defaults.css file has the font size set at 10.  The inability to measure properly is exacerbated when the fonts are embedded.
    Now the real question -- anyone have a clever fix?

  • Upgrade from Director 10.1 to 11.5 embedded font issues

    I just upgraded to 11.5 for Mac. When I opened an existing file I developed in 10.1, the embedded fonts went bizarre. I had Times embedded and it did some strange substitutions like the "i"s are in a totally different font as are the question marks. The whole font sets were embedded. No subsetting. Can someone enlighten me as to what is going on?

    One of the new features in Director 11.x is a new text engine that does Unicode.  Whether it is an improvement or not is up in the air.  Anyway, it has new problems.  It is quite common to have embedded font problems with projects updated from Director 10.  Generally, you can fix them by deleting the embedded font and re-embedding it in Director 11.  Just keep the same menber name and it should be fine.

  • How do I solve the embedded font issue that ibook proofer does not accept?

    I have several books I created in ID 6 and am now trying to prepare them to sell on iBookstore - and as others have noted ID creates a file for embedded fonts - I cannot find a way within ID to defeat this option when exporting to EPUB 3.0.
    Any help is greatly appreciated!

    In EPUB Exports Options/Advanced/CSS Options you could uncheck Include Embeddable Fonts.

  • Font issue in Illustrator CS5

    I upgraded to CS5 a little while back and since then I have been having "font" problems. I like to type out a word and then go to the charater pallet and then scroll thru the font list to see how that word will look in diffrent fonts. Well it use to work GREAT and now it's hit or miss (more miss) when it works......now when I'm scrolling down thru them it will all the sudden jump to the bottom of the list where there is about 5 fonts and just scroll thru those but even there it will mix the fonts up un the word (so each letter is potentially a diffrent font).
    Any advise would be greatful!!
    Nick

    Hi, I'm getting the same issue, but cleaning the font caches hasn't seemed to work.
    It's only illustrator which has this problem, when scrolling font's if it comes to a font it doesn't like (even if these fonts load fine in other programs) it skips down to the bottom of the list and just cycles through them instead.
    (using CS5, on a Windows 7, 64bit HP Laptop)
    thanks,

  • Embedded Font issue

    Purchased DINOffc.ttf with a license for editable embedding, but Acrobat doesn't recognize it as such. Why not?

    It 's from FontFont. I finally did resolve this. Originally I was trying to open a current form, change the fonts and then embed the new font and it wouldn't do it. Once I exported the original InDesign file to a PDF, converted it to a form, pasted the old form fields into the new document and then changed them. I was able to embed the new font as editable.

  • Problem with embedding fonts in Illustrator CS5

    I have just installed Illustrator CS5, and have tested creating a PDF document based on one of my existing files, as well as a new file.
    When I open these PDF documents in Adobe Acrobat Pro 9, I am told that Acrobat cannot access one of the embedded fonts (Korinna BT).
    I have had no issues with embedding this font in Illustrator CS4, and (strangely), when I open these files in other PDF viewers (Preview and PDFPenPro), they report no issues.
    Has anyone else experienced this issue?
    I have removed and reinstalled the font in question, and tested/verified that the font is OK - but still not joy.
    Regards
    Jeremy

    The error message I get is:
    "Cannot extract the embedded font 'MVZTIW+KorinnaITCbyBT-Regular'. Some characters may not display or print correctly."
    When I check the fonts in the PDF in "Document Properties" in Adobe Acrobat the following is shown:
    "KorinnaITCbyBT-Regular
         Type: TrueType
         Encoding: Ansi
         Actual Font: Adobe Serif MM
         Actual Font Type: Type 1"
    It seems that Illustrator is adding some strange "code" ('MVZTIW') to the beginning of the font, which means the actual font can't be found and extracted.

  • Text display issues with htmlText, Embedded Font

    Hey All,
    I'm having an issue with the display of my hyperlinks in a
    textfield that is using embedded fonts. It offsets the hyperlinks
    to the left along the line they are on and the underline doesn't
    stretch all the way under the text field. The text display normally
    when I don't embed the font. For some reason I think this might
    have to do with the embedded character range so I opened it up.
    Does anyone know if this range is enough or if there are special
    characters flash uses that need to be embedded for their width even
    though they arn't displayed.
    Embedded range:
    [Embed(source='MyriadPro-Regular.otf', fontName='Myriad Pro',
    unicodeRange='U+0000-U+00fe')]
    Here's a link to the related code:
    http://pcpnew.privatepaste.com/a7eKaAuCTt

    Any ideas?

  • Embedded Fonts Illustrator CS3

    Hello All,
    I have an illustrator file from a freelancer, who says the fonts are embedded. When I open the file, the "Find Font" menu comes up with the option to replace the fonts with fonts from the document or the system.
    All the fonts have an asterisk by them. To replace the fonts I had to quit the "Find Font" menu and replace them from the regular font menu in Illustrator, some of which, I could not locate.
    Am I doing something wrong or were all the fonts not embedded correctly.
    Tom

    Fonts are either .dfont (Apples own fonts), .otf (OpenType fonts), .ttf (true type fonts) or a file with .afm (which is kerning info for a particular font and not a font itself and is not a must be there file). The Postscript type 1 fonts do not have file extensions to their suitcase-files even if your Finder settings is set to show file extensions so I wouldn't add one. Which font file is what you can see in the Finder by sorting them as a list in Type order.
    Other Adobe apps are a bit particular as to what is in the Adobe font database and AdobeFntXX.lst files.
    You might want to use a tool-application that can clean up font caches to get it straight. Which one you use depends on which OS version you are running. Go to versiontracker.com and search for fontcache and you will get some alterantives. With InDesign that has to be done regularly if you keep activating and deactivating fonts or adding and deleting as the fontcache gets all screwed up after a while. ID then also gets problems of finding the font and insists it is not there even when it is. Font cache cleaning usually remedies that. I guess Illustrator needs the same treatment (I don't do much fonts in Illustrator, I use it for drawing primarily).

  • Issue with adobe reader extracting embedded font

    I am unable to open a PDF file using adobe reader (I have Windows 7).
    The error message states: cannot extract the embedded font HDJDOS + A Caslon Pro-Regular. Some characters may not display or print correctly.
    Any suggestions on how to correct this?
    Thanks.

    Can you open Reader by itself?  If so, try disabling Protected Mode [Edit | Preferences | Security (Enhanced)].

  • Can you work between mac based and pc based files using Photoshop, Illustrator, Indesign, etc. without any font issues?

    I work for a print company and we are wondering if Creative Cloud eliminates the font issues from designing a project on a pc and then making changes on a mac later without font issues.

    I should clarify a bit...If a customer sends us an InDesign file that they created on a pc and I open it on my mac, will I be able to load the pc fonts without any issues? I realize that if they are open type fonts I would be ok but how about any other fonts?

  • Illustrator CS5 font issues with OS 10.10 (Yosemite)

    After installing OS 10.10 (Yosemite) the font pull-downs do not display the names of the fonts--only the symbol for the font, i.e. Opentype, etc. I've tried emptying the font caches in Illustrator, but to no avail. Anyone else having this problem?

    Go to System Preferences/Display and check the box that says Reduce Transparency.

Maybe you are looking for