Font embedding problem

Hi,
I have embed fonts like this
@font-face {
          src: url("assets/fonts/LucidaBlackletter.ttf");
          fontFamily: LucidaBlackletter;
          embedAsCFF: true;
@font-face {
          src: url("assets/fonts/LucidaBlackletter.ttf");
          fontFamily: LucidaBlackletterMX;
          embedAsCFF: false;
but when i apply cff true font to any spark component it gives me a font embed required cff=true warning. Please give me the solution of that issue.

yeah i was thinking about that too. It shouldnt be working for the mx labels.
Let me ask something else in order to make things a little more clear. I have a skin file for the s button which doesnt declare a fontFamily for the label. So, in my css file I assign the the skin to the s button class in order to have the same skin for all the buttons. The fontFamily should be assigned also in the s|button part or in a separate s|label part? (personally, if I get it right, I think its the same for the button)

Similar Messages

  • Font embedding problem PPT plugin Acrobat 9 Pro

    Hi,
    having just updated to Acrobat 9 Pro I encounter a font embedding problem when using the PowerPoint plugin (PPT2007) to create a PDF of my presentation. I am working under Windows 7 (64Bit) and use fonts from Mathematica (Wolfram). The generated PDF shows problems displaying the fonts, indicating that they have not been embedded (although font embedding of these fonts is set in the options). The problem does not occur if I directly print to the PDF printer - here all Mathematica fonts are correctly embedded (but this has other disadvantages since videos/animations are not integrated). The problem seems to be specific to Acrobat 9 since under Acrobat 8 everything worked correctly as well.
    Any ideas/solutions for that issue?
    Thanks & best regards
    Ralf

    Perhaps you may need to upgrade to version 9.2 (Acrobat support of Windows 7 begins at this dot release)?
    Be well...

  • Font embedding problem in PDFs

    Since upgrading to Leopard from Tiger-
    We are losing fonts embedded into pdfs, either saved through Preview or Adobe Indesign CS3.
    The preview of pdfs, both in the finder windows and in Entourage email attachments are missing fonts too. Sometimes opening them resolves the issue, but not usually.
    This has occured to both User and System level fonts.
    We have cleaned the font caches, but this only provides a temporary fix.
    We have tried not using our Suitcase Fusion and just letting FontBook manage the fonts on this machine, the problem still manifests itself.
    The only change in the equation from a perfectly operational machine was the change from Tiger to leopard.
    Any thoughts/help = greatly appreciated.
    Matt

    Update: Reader 8 on a PC displays everything fine, so it's a matter of updating

  • Font embedding problem when re-saving pdfs in Preview

    I love the new features in Preview. Especially, being able to reshuffle pages and to be able to add and delete pages to documents, and the improved annotation features.
    This is what I did and encountered this problem. I have a pdf that I annotated and added pages to.
    I re-saved the document under a different name. On Leopard, and also on a Tiger computer, the document looks fine.
    I sent it to a client on a PC and the PC complains with this re-saved document that it "Cannot extract the embedded font 'HEMGNF+Sabon Italic'. Some characters may display incorrectly." This cryptic 6-letter name of the font can change by the way, in these PC-messages.
    This only happens when I re-save the document in Preview.
    Anybody else who's had this?

    Update: Reader 8 on a PC displays everything fine, so it's a matter of updating

  • Font embedding problem when exporting to PDF

    I'm trying to export a 100-page catalog from InDesign CS4 to PDF. I've used Lucida Sans Regular throughout as body text. When I go to export, it says that this font can't be embedded due to licensing restrictions in the font. Thoughts? I've exported this catalog to PDF many times as changes get made and I update it regularly throughout the year, and I've never had a problem with this font (or any for that matter!)

    I just posted this message related to your question under another topic:
    http://forums.adobe.com/message/2397381#2397381
    It might have been more appropriate to post in response to you, Emily.  At the bottom of my post is a solution you can use, but it involves changing the font in the final product.  I also like Lucida Sans, and I've had this exact problem that I never experienced before the upgrade to CS4.  Unfortunately, the problem is not limited to Lucida Sans.
    I see you posted the original question back in August. I hope this is some help to you at this late date.
    Jeff

  • LiveCycle Designer 8: Font embedding problem

    I use LiveCycle Designer 8 to create a form, but it doesn't wanna embed various fonts. Favorite font to use would be the Meta Font (Type 1 or TTF), but neither gets embedded.
    Is this a bug or a restriction of the font itself?
    Is there a solution to this problem?
    Wish things would be working out as with the Distiller...sigh.

    Hi Debra,
    To correct this 'feature', go in Form Properties > Defaults tab, set the Preserve Scripting Changes To Form When Saved option to Automatically.
    To correctly using Designer 7.x, youll have to write some script to achieve the same result. Currently, you have a script setting the fields state. All you need is to run the same script when the form is opened. In the example below, a form:ready script will execute the change event script when the form is opened. You can use the docReady event as well.
    For example:
    RadioButtonList: change event
    if (this.rawValue == "1")
    TextField1.presence = "visible";
    else
    TextField1.presence = "invisible";
    RadioButtonList: form:ready event
    this.execEvent("change");
    Hope this helps,
    Hélène
    Adobe Systems

  • Chinese font embeding problem....

    Dear all,
    I have a chinese page to upload in web..normally the file size is 15 to 20 kb, but when i embed the character(glyphs) the file size will be more than 7mb, so i cant load my page in web....Do u have any solutions for this.the page is in as2.
    The reason of embeding character is my page is flip book type...when i flip the text will be rotate, that time the txet is not appear....if i embed character the text is appear when i flip......
    Please help me..
    thanks in advance..
    Rajasekaran.

    if you notice how many glyphs are in the chinese library
    Traditional Chinese - Level 1 (5609 glyphs)
    Traditional Chinese (All) (18439 glyphs)
    Chinese (All) (21664 glyphs)
    vs
    Basic Latin (95 glyphs)
    your web application will be much larger.  If you are working with specific words you could possibly just import the characters you are going to use in the "Include these characters:" box.

  • Font Embedding in dynamic TLFTextField

    hi, how to get the same features of a static text field in TLF TextField dynamically;
    for eg. I kept a static text in stage with features like font family= "verdana", color="0x000000",  bold = true, font size =14.
    i created a TLF TextField  dynamically, with same features, but the UI is not exactly the same,
    can anyone help me to solve this,
    Thanks in advance.
    // Coding sample-------
    package com
    import fl.text.TLFTextField;
    import flash.text.TextFormat;
    import flash.text.Font;
    import flash.display.MovieClip;
    public class Document extends MovieClip
      private var format:TextFormat;
    //Stage size = 400*200 ( For Testing )
      public function Document()
       createFormat();
       var TLFText = createTLFTextField();
       TLFText.text = "Font Embedding Problem";
       TLFText.defaultTextFormat = format;
       TLFText.embedFonts = true;
      private function createTLFTextField():TLFTextField
       var txt:TLFTextField = new TLFTextField();
       txt.x = 250;
       txt.y = 200;
       txt.width = 250;
       txt.height = 30;
       txt.selectable = false;
       addChild(txt);
       return txt;
      private function createFormat():void
       var verdana:Font=new VerdanaClass();  
       format = new TextFormat();
       format.color = 0x000000;
       format.bold = true;
       format.font = verdana.fontName;
       //format.font = "Verdana";
       format.size = 14;

    Hi,
    thnks for ur solution. it s helpful.. but still i have one issue that. how to embed fonts and change from style .. like textfield.
                    if (label.toUpperCase() == "SMALL")
                        StyleManager.getStyleDeclaration(".heading").setStyle("fontSize", 21);
                          StyleManager.getStyleDeclaration(".subheading").setStyle("fontSize", 17);
                    else if (label.toUpperCase() == "MEDIUM")
                        StyleManager.getStyleDeclaration(".heading").setStyle("fontSize", 23);
                        StyleManager.getStyleDeclaration(".subheading").setStyle("fontSize", 19);
                    else if (label.toUpperCase() == "LARGE")
                        StyleManager.getStyleDeclaration(".heading").setStyle("fontSize", 25);
                        StyleManager.getStyleDeclaration(".subheading").setStyle("fontSize", 21);
    i need to to like this way  in TextLayout framework... any possiblity ..
    pls let me know...
    regards,
    sundarapandian.k

  • Can not copy text from pdf with unicode font embedded.

    Hello,
    I have a pdf with unicode font embedded in it. The pdf has no restrictions. When i try to copy some text text fro m pdf and then paste itin word, the text is not the same which i copied from the pdf. it changes.
    I have tried multiple softwares which converts pdf to word or pdf to excel. but none can do my job. what should be the problem? Kindly guide me.
    Thanks & Regards-
    rashmi

    Thanks for your prompt reply.
    As i said i have the font installed on my system. for your reference,
    following is the link to the pdf file. also the second link is the link to
    the fonts used. Kindly help me to sort this issue.
    https://www.yousendit.com/download/T2dkcHBEVEh0QTIwYjhUQw
    https://www.yousendit.com/download/T2dkcHBFQXBrYUJYd3NUQw

  • How to fix a font encoding problem in PDFMaker for Word?

    I've just been upgraded to a new computer at work, and I'm finding that a custom font I need is not appearing correctly in PDFs I create using the PDFMaker plugin for Word.
    The font (Helvetica Fraction) is a Type 1 font with a custom encoding scheme. If I just print to the PDF driver, then look at the font embedding in the resulting PDF, Helvetica Fraction is listed as Type 1, Custom Encoding, and text set in Helvetica Fraction appears correctly.
    If I use the PDFMaker plug-in to create a PDF from the same document and then examine the embedding, Helvetica Fraction is shown as Type 1 (CID) with an encoding of Identity-H. In this case, text set in Helvetica Fraction does not appear. There is text in those places, but if I try to highlight it and copy it over the Clipboard on my computer, all I get is strings of capital Zs.
    So far, I've tried removing unneeded fonts from my system, clearing my font cache, setting different joboptions files in PDFMaker, reducing the output resolution to 600 dpi, and turning off as many advanced options as possible. Any additional recommendations?
    My current setup: Office 2007, Acrobat 9, Windows 7.
    Thanks!
    -- Brian M.

    I normally leave the "rely on system fonts" checkbox on. When I look at a Word document that's experiencing this problem, Word is not substituting another font for Helvetica Fraction.
    Meanwhile, I've also purchased an updated copy of the font, which did not help either.

  • Embedding fonts in an existing pdf that does not have the fonts embedded

    Hi,
    I have an existing pdf that fails to open on my ereader.
    So I opened in acrobat x pro to see what might be the cause.
    Selecting "file"--> "properties" -->"font" ( fonts used in this document) I can see that this pdf uses multiple windows trueType fonts and that none of them are embedded in the pdf document.
    Now my ereader is linux bases, so I am guessing this might be a problem.
    Being an ereader I didn' give me much to go on.
    So i would like to embed all the fonts listed in this list into the pdf file and save it again with the fonts embedded.
    I went to "file"-->"save as optimized pdf" -->"font"
    But there both lists embedded and unembedded fonts are empty.
    Why is this and how can I embed the fonts shown in the document properties into the pdf?
    They seem standard windows fonts like e.g.  ArialNarrow

    I just looked a bit furder and actually checked wether the fonts existed and found the following:
    I am using windows vista.
    The fonts mentioned in the properties of the pdf actually exist in the windows installed fonts but
    in windows they are no longer TrueType but OpenType.
    So I am guessing this might be the reason they are not in the list of unembedded fonts in the optimizer window.
    Is there an easy way to say to acrobat to replace one font ( not found on this computer) with another font that does exist and also to embed that font in the pdf document?

  • Font embedding works in 1.8 preview, not in 1.7.2

    Hello,
    I'm currently creating epubs and testing them in ADE. I am embedding Google Webfonts.
    I'm finding that many fonts embedding using @font-face are ignored by ADE 1.7.2. However, ADE 1.8 preview appears to show them as intended. Incidentally, the fonts are always shown correctly on ibooks.
    Could you please let me know what is wrong - is it a bug with ADE 1.7.2, or would there be a reason why it would not 'like' my Webfont TTFs? I've found at least one other user having a similar problem, apparently: http://www.mobileread.com/forums/showpost.php?p=1725479&postcount=7
      @font-face {
      font-family : 'FanwoodItalic';
                                            src: url(fonts/Fanwood/Fanwood-Italic-webfont.ttf);
      font-style: normal;
                        h2 {
      font-family: 'FanwoodItalic';
    Thanks for your help.

    Are the fonts obfuscated? If so, using what method?

  • How to extract Chinese text from font embedded text PDF?

    This is actually font embedded text PDF (Used: type 1 fonts & custom encoding) and not scanned PDF, however I am unable to extract the "Chinese language" text properly and found only the garbled text when "Copy & Paste" (or save as RTF). Kindly refer the sample PDF attached for your reference.
    Kindly advise how could I solve this problem.
    Thanks in advance for your better solution.

    As I was unable to upload the sample page PDF in my original thread, I have shared now in the following path. Kindly look into this and guide me how to extract the chinese text as UNICODE text.
    Downloading: Chinese_Text_Extraction.pdf - Uploadingit

  • Detecting if a pdf has all fonts embedded

         I'm looking for some ideas on how to solve a problem we have in accepting pdf.
    We accept a user's pdf and we need to make sure that all fonts in the pdf are embedded.
    If the pdf does not have all fonts embedded then the user should get a messsage telling him to embed all fonts.
    The site is written in .net so I'm assuming that I have to create .dll using the adobe sdk.
    Are there any other ways to solve this problem or any ideas that may be simpler to implement?

    Pre-flighting is NOT something new to Acrobat in the app GUI it is however new to the scripting side. I don't have this version but you can build a set of conditions then test a PDF to see if it meets the conditions. Conditions can be just about anything in a PDF you care to check.
    Again better to ask over in the Acrobat scripting forum on wether you could implement this.

  • No Font-Embedding using AIR 3.0 in Flash Professional (for iOS Development)

    Hey there,
    we're developing some plain AS3 projects using Flash Professional (to compile) and Flash Builder.
    All is working good with the new AIR 3.0 release and performance is better than with AIR 2.6
    I followed this tutorial and simlar to use AIR 3.0 instead of AIR 2.6:
    http://kb2.adobe.com/cps/908/cpsid_90810.html
    Sadly today we saw a new issue with font embedding. Neither using Flash Professional itself or Embed-Tag in the code itself works. Also we see that the SWF size does not change when adding multiple fonts.
    Anybody has a clue where this issue might be caused? I can think that the way fonts are embedded has changed in AIR 3.0 and it's not working with the "replace AIR 2.6 with AIR X.Y trick".
    Any help welcome.
    Best,
    Cedric

    Hi,
    yes. It works now.
    The problem was the TLFTextField itself. Strangely in debug on my Mac fonts showed of correctly, but on the device not. So I assumed that there was an problem of embedding.
    But after changing setDefaultFormat to setFormat, then setting the tlftextfield.htmlText = ".." and after that doing tlftextfield.textFlow.flowComposer.updateAllControllers(); it works on the device.
    Strange to me, that with active fonts on my Mac it works without updateAllControllers - but on the devices not.
    Thanks for the hints.

Maybe you are looking for