Embedding multiple fonts

i'm trying to embed multiple fonts in a dynamic text box...i
can embed one with n o problem using the 'embed' button without
actionscript...but when i try to embed the second font then it
changes the whole text box to the second font...help???

I think you may need to create a separate dynamic text box
for each distinct font.
Sean

Similar Messages

  • Font embedded multiple times

    I have indesign pages that I exported to pdf and sent to my publisher. However, they cannot print because each font is embedded multiple times like this:
    Optima-Regular (Embedded Subset)
    Type: TrueType
    Encoding: Ansi
    Optima-Regular (Embedded Subset)
    Type: TrueType (CID)
    Encoding: Identity-H
    Optima-Regular-SC700 (Embedded Subset)
    Type: TrueType (CID)
    Encoding: Identity-H
    Do I need to purchase distiller/acrobat? Or is there a way to change this?
    I am on MAC OS X (10.4.4), InDesign CS2, and I export into Adobe Reader.

    It knocked out the first font but the last two are still there:
    Optima-Regular (Embedded Subset)
    Type: TrueType (CID)
    Encoding: Identity-H
    Optima-Regular-SC700 (Embedded Subset)
    Type: TrueType (CID)
    Encoding: Identity-H
    Is this ok to send on to the publisher or do I need to purchase distiller/acrobat?

  • Embedded CFF font not working in TLF in latest stable build and higher (4.0.0.13875)

    Hi there,
    We are using embedded fonts with the TLF framework and since upgrading to the latest nightly build or the stable build, it stopped working. Here is a short example:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1024" minHeight="768" xmlns:mx1="library://ns.adobe.com/flex/halo">
         <fx:Style>
              @font-face {
                   embedAsCFF: true;
                   fontFamily: "Courier";
                   src: url("COURIER.otf");
                   advancedAntiAliasing: true;
                   fontStyle: normal;
                   fontWeight: normal;
         </fx:Style>
         <fx:Declarations>
              <s:TextFlow id="tf" fontSize="20">
                   <s:p fontFamily="Courier" fontLookup="embeddedCFF">hallo is dit courier?</s:p>
                   <s:p>hallo is dit courier?</s:p>
              </s:TextFlow>
         </fx:Declarations>
         <s:VGroup>
              <s:RichEditableText textFlow="{tf}" />
         </s:VGroup>
    </s:Application>
    Any idea why it doesn't work anymore. The same example works fine compiling with build; 4.0.0.11686.
    Thanks,
    marcel panse

    Hi Guys,
    I sort of figured out a figured out a solution/workaround:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1024" minHeight="768" xmlns:mx1="library://ns.adobe.com/flex/halo"
                      creationComplete="onCreationComplete()">
         <fx:Style>
              @font-face {
                   embedAsCFF: true;
                   fontFamily: CourierCFF;
                   src: url(c:/windows/fonts/COUR.ttf);
                   fontStyle: normal;
                   fontWeight: normal;
         </fx:Style>
         <fx:Script>
              <![CDATA[
                   import flashx.textLayout.compose.ISWFContext;
                   import flashx.textLayout.formats.ITextLayoutFormat;
                   import flashx.textLayout.elements.GlobalSettings;
                   import flash.text.engine.FontLookup;
                   import flash.text.engine.RenderingMode;
                   import flashx.textLayout.elements.TextFlow;
                   import flashx.textLayout.elements.SpanElement;
                   import flashx.textLayout.elements.ParagraphElement;
                   import flashx.textLayout.container.ContainerController;
                   import flashx.textLayout.formats.TextLayoutFormat;
                   import flashx.textLayout.elements.Configuration;
                   import flashx.textLayout.compose.IFlowComposer;
                   import flash.text.engine.FontLookup;
                   use namespace mx_internal;
                   private function onCreationComplete():void {
                        createTextFlow();
                   private function createTextFlow():TextFlow {
                        var config:Configuration = new Configuration();
                        var textLayoutFormat:TextLayoutFormat = new TextLayoutFormat();
                        textLayoutFormat.fontFamily = "CourierCFF";
                        textLayoutFormat.fontLookup = FontLookup.EMBEDDED_CFF;
                        textLayoutFormat.renderingMode = RenderingMode.CFF;
                        config.textFlowInitialFormat = textLayoutFormat;
                        var textFlow:TextFlow = new TextFlow(config);
                        var p:ParagraphElement = new ParagraphElement();
                        var span:SpanElement = new SpanElement();
                        span.text = "Is dit courier?";
                        p.addChild(span);
                        textFlow.addChild(p);
                        var flowComposer:IFlowComposer = textFlow.flowComposer;
                        //option 1: This fixes the problem, but i'm not sure why it works without a fontLookupFunction? Does it default to embedded?
                        //you could also specify your own function always returning embedded, but that would just resolve to the same behaviour..
                        GlobalSettings.resolveFontLookupFunction = null;
                        //option 2: I guess this is the more proper solution, specifying the swfContext. Only what context to choose?
                        //every font has its own css/swf and thus context. A paragraph can select a font (and the bold/italic options),
                        //which font to choose here if there are multiple fonts used in the textflow?
                        textFlow.flowComposer.swfContext = ISWFContext(this.getFontContext("CourierCFF", false, false, FontLookup.EMBEDDED_CFF));
                        var cc:ContainerController = new ContainerController( mainText, 200, 200 );
                        flowComposer.addController( cc );
                        flowComposer.updateAllControllers();
                        return textFlow;
              ]]>
         </fx:Script>
         <s:VGroup>
              <s:NumericStepper /> <!-- remove this stepper and the embedded font will work without option 1 or 2 -->
              <mx:UIComponent id="mainText"/>
         </s:VGroup>
    </s:Application>
    Option 1, setting GlobalSettings.resolveFontLookupFunction to null. Fixes the problem, but i'm not sure why it works without a fontLookupFunction? Does it default to embedded? You could also specify your own function always returning embedded, but that would just resolve to the same behaviour..
    Option 2, specify the context: I guess this is the more proper solution, specifying the swfContext. Only what context to choose? Every font has its own css/swf and thus context. A paragraph can select a font (and the bold/italic options), which font to choose here if there are multiple fonts used in the textflow?

  • How can I deploy multiple fonts with the ProfileManager

    I tried to add more than just one Font using the ProfileManager on Mac OS X Server 3.1.1
    There appears just one line to add one Font file. Do I need to combine all my fonts into one file to deploy it?
    Don't see a way to add more Font Payloads.

    I spoke to Apple's Enterprise support today about this problem, and the representative said that he is going to report this "issue" to Engineering. Not sure what this means, but I thought I would let you know.
    If you are trying to deploy multiple fonts to iOS devices, they suggested that I use Apple Configurator, which is available for free in the Mac App Store...

  • How do I embed multiple font outlines in dynamic text field

    Can anyone tell me how I can embed multiple font outlines in
    Flash MX so I can get smooth text in a dynamic
    text frame? I want to use Regular, bold and italic in various
    parts of the text.
    I was using the Character button in the properties manager
    and tried to include all Characters. That does not work.
    In the Properties manager I can choose Bold and/or Italic.
    But it becomes a universal setting that overrides my HTML tags in
    my external txt file that I am importing. I dont want all my text
    to be bold.
    If I dont select them in the properties, however, Flash will
    not embed the font that it needs.
    Is there a different way to embed fonts other than under the
    Character Tab?
    I tried to import fonts to the library, but can not select
    them.
    Your help would really be appreciated.
    Sincerely,
    ggaarde

    ggaarde wrote:
    > Thanks Urami
    > Tried your method and it does not work for me.
    > I put 3 dynamic text fields in the first frame of the
    movie. Set them up to
    > where one is regular, one is bold and one is italic
    Helvetica.
    Weird, it works for me on first go, always had in fact :)
    Show you an example, try to compare to your file see if you
    missed anything accidentally.
    http://flashfugitive.com/stuff/font/text.swf
    text file
    http://flashfugitive.com/stuff/font/text.txt
    fla
    http://flashfugitive.com/stuff/font/text.fla
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Why does embedding Adobe fonts in EPUB cause all text to display as oblique?

    I have been having this problem for a while now to various degrees, and I stopped using InDesign to build and export EPUB files for a long time because of it. Lately I have decided to try reintroducing InDesign into my EPUB workflow. However, I have found that whenever I try to export an EPUB 2 file from InDesign CC 2014.1 while embedding Adobe fonts, all the text in the EPUB displays as oblique when I open the resulting file in Sigil or Calibre. Removing and then re-adding the fonts with no obfuscation does not correct the issue. Not embedding the fonts during export -- or removing them from the EPUB entirely -- eliminates the display problem, but obviously I can't expect people to have these fonts installed on their computers.
    I do believe most Adobe font licenses allow for embedding, so I don't think this is a security issue. For the sake of this discussion the issue I am having is with Arno Pro OTF (Regular, Italic, Bold).
    I can't find anything about this on the web. Can anyone help me with this issue, or has anyone else experienced this at least?
    Thanks!
    Allen

    Here's another piece of information to add to the puzzle. The first screenshot is from Calibre on an PC with Windows 8.1 (using Google Chrome as default search engine). The second is from Calibre on a Mac with Yosemite 10.10.1 (using Safari 8.0.2 as default search engine). Both with the same ePub file created on CC2014 on the Mac using Arno Pro for the Latin text, Adobe Song for Chinese, and Deja Vu Sans for the Hexagram

  • Is ID exported PDF considered non-editable? (In the case of view&print embedding permission fonts)

    Hiya!
    I am a graphic designer and I use InDesign 5.5.
    I have a question about font embedding when using the InDesign's export as a PDF in "print" format feature.
    Many fonts allow embedding into digital documents only for the purpose of viewing and printing.
    In addition to this the font EULA's mention that the embedded font may not be used to edit the document.
    Is it possible to create a non-editable PDF with embedded fonts?
    Is choosing PDF export option "print" the key here, or embedding the fonts as a subset?
    Isn't it still possible to edit PDF in Acrobat with touch up text tool? Or use some third party editing program?
    OR Is a PDF file - with fonts embedded as a subset -  non-editable as such, or at least considered to be non-editable enough?
    Or is it just that the file doesn't really have to be non-editable, but it must not be edited...
    How do I ensure that? Do I even need to ensure that?
    Whole thing seems so controversial.
    Hope someone can shed some light into this!!!
    -Ahlax-

    Ahlax,
    There are several separate concepts here.
    First, PDF is really a final form file format. It wasn't designed as an editable format for layout such as InDesign's .indd format ane Word's .doc and .docx formats. Although PDF files may be tagged with contextual metadata, typical content of PDF files contains no context in terms of words, sentences, paragraphs, columns, etc. It is simply graphical objects including text fragments, vector artwork, and raster images at a particular place on a page with specified graphical attributes (color, transparency, etc.). As such producing a full PDF file editor first requires definition of what it actually means to edit such a file given the characteristics of PDF files.
    That having been said, Acrobat and various third party plugins to Acrobat as well as third party applications provide some degree of editability for PDF files, recognizing that such edits are definitely not at the abstractual level that you get with InDesign. You can “touch-up” text, but doing a re-layout is effectively impossible. In most cases, it is better (in terms of time, effort, and resultant quality) to go back to the source document, make the changes there, and then regenerate the PDF.
    Fonts are a totally separate issue. Adobe products will not embed any font into a PDF file unless the font allows for at least preview and print embedding. For PDF forms, Acrobat requires a font to allow editability embedding. However for text touch-up and other edits, Acrobat never uses the embedded font. Such edits are only allowed if the user has the same font actually installed on their system.
    In terms of forcing a PDF file to be totally non-editable, that is done by applying security to the file when you export the PDF file from InDesign (the Security tab) or in Acrobat Pro after PDF creation (go to the Security tab under Document Properties (Ctrl-D) to set such security).
              - Dov

  • Multiple Fonts in a javax.swing.JTextPane

    I am trying to use multiple fonts in a JTextPane, but can only find ways of changing the font family used. Can anyone give me any pointers on how to do this, or a document somewhere that explains, either way with out going into the javax.swing.text.html, javax.swing.text.html.parser or java.awt.font packages.
    Any information that can be provided would be appreciated.
    Thanks,
    Nathan

    Just use SimpleAttributeSet like :
    SimpleAttributeSet defaultSet = new SimpleAttributeSet();
            StyleConstants.setForeground( defaultSet, Color.BLACK );
            StyleConstants.setFontFamily( defaultSet, "Verdana" );
            StyleConstants.setFontSize( defaultSet, 14 );
            SimpleAttributeSet navigationSet = new SimpleAttributeSet();
            StyleConstants.setForeground( navigationSet, new Color(00, 99, 00) );
            StyleConstants.setBold( navigationSet, true );
            StyleConstants.setFontFamily( navigationSet, "Verdana" );
            StyleConstants.setFontSize( navigationSet, 11 );
    // just defiine endPoints what ever you want
    ((DefaultStyledDocument)textPane.getDocument()).setCharacterAttributes(0, endPoint1, defaultSet , true)
    ((DefaultStyledDocument)textPane.getDocument()).setCharacterAttributes(0, endPoint2, navigation , true)

  • When I send an email from Apple mail, it send inbedded links, not embedded, my font shows as plain text and signature sends as attachment??

    When I send an email from Apple mail, it send inbedded links, not embedded, my font shows as plain text and signature sends as attachment??

    inbedded is not a word.

  • Embedding Adobe fonts in a folio: any issues?

    Adobe's font licensing terms/faq don't seem to address embedding Adobe fonts in a DPS folio.
    I'm assuming that folio-embedding terms will be the same as PDFs -- that is, fonts that are okay for print and preview embedding in a PDF are okay for folios, too.
    Is there an official policy for folio embedding? Anyone have this issue come up already?
    Thanks!

    There's actually two issues here that need attention. If you're just outputting to default DPS folios then the pages become for all intents and purposes images so there's no real font-related issues. The more difficult area is if you're embedding your own html files that use Adobe fonts. I'd imagine things get more coplicated here.

  • Help a novice! Embedding Custom Font in CS5

    Hi!
    Can someone help me understand how to embed a font in Dreamweaver CS5?
    A quick google search reveals instructions for embedding custom fonts in older versions of Dreamweaver but not recent ones... Is this because its somehow automated in CS5? I'm not really sure what to do! Thanks for any help!

    Can someone help me understand how to embed a font in Dreamweaver CS5
    You don't embed fonts into Dreamweaver.  You embed fonts into your web pages with CSS.
    You will need to find a suitable font. Not all commercial fonts can be embedded without violating copyrights.  Read the fine print in your license very carefully.
    @Font-Face Guide
    http://sixrevisions.com/css/font-face-guide/
    You will need several different file types to support the various browsers and mobile devices
    @font-face font generator
    http://www.fontsquirrel.com/fontface/generator
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Embedded italic font using faux italic

    I'm experiencing an issue while trying to create an embedded italic font using DefineFont 4. My problem is the font I'm targetting doesn't include an italic variation. Is there a way to create an italic (or bold for that matter) font using faux italic?
    Something like:
    Embed(source='../font_src/myFont.ttf', fontName='_MyFont', cff='true', fontStyle='fauxItalic')] 
    public static var _font:Class;
    Thanks in advance for any help you can provide.

    Disclaimer: I am just guessing on all of this since I have never used that font and I am still on Mac OS 10.5.8.
    Are you really on Mac OS 10.6.6? I think I read here that there were some font issues that were fixed with 10.6.7 or an update that came after it. Try downloading the updater and see what that does. Next I would try the font in Pages if you have it. If you don't, try it in TextEdit and see if it works there.
    If neither of these work, try to delete the Keynote Preferences to see if there was something there that was messing with the font. You can find it in the folder Macintosh HD>Users>your username>Library>Preferences and the file is called com.apple.iWork.Keynote.plist.
    Message was edited by: Kelly Coull to add the last paragraph

  • Problems embedding Japanese font

    I'm having problems embedding the font Ryumin-light. It's a Japanese font that is not essential to my document but I'm placing a PDF file that uses the font. I get the message that it can't be embedded at preflight. I don't have the full version of the font and even though it is listed as free at Adobe the file is missing - http://www.adobe.com/jp/support/qa/ciddown.html The publisher won't accept the document with the errors so I don't know what to do next, I'm very new to Indesign.

    To use the links on that page you must right-click/Control-Click the link and choose Save Link As...

  • Adobe Acrobat XI - Preflight tool - error List of CIDs missing in CIDSet of embedded CID font

    Hello,
    I am generating a PDF documents with use of  Apache FOP where fonts are pasted to the document. I am getting an error "List of CIDs missing in CIDSet of embedded CID font"  and I am curious. Since the cid is not found in the provided font how acrobat is able to find the correct character?  I also run analyse which checks if all text in the file use embedded fonts and the result was fine.
    Could you explain this behaviour? 
    What kind of problems may result from missing the cids?
    Thank you for response.

    So it is (how Bill@VT said) problem of generating the result pdf document.   Does a font have to meet some requirements?  Because I can see the characters in a font viewer but after embedding I see the error.
    Also I would like to ask for correction and if I get righ how the correct character is found.
    We work with TTF fonts.
    1. For embedded fonts
    pdf file contains table  with glyf ID and glyf representation
    pdf file contains cmap which maps  Character code (unicode) and glyfID
    during rendering a file finding correct glyf is clear since we have character code
    2. CID fonts
    pdf file contains table  with glyf ID and glyf representation
    pdf file contains CID table wich maps  CID and glyfID ( CIDToGIDMap)
    pdf file contains table which maps character code (Identity-H, Unicode) to CID
    during rendering we have character code and we get CID
    based on CID is looked up character metrics
    based on CID is found glyf representation
    Is here something what I am missing or I forgot to point out?

  • Font Book will not print multiple fonts

    I am having an issue with Font Book.  I can print one font at a time but if I select multiple fonts (from a collection) it will not print, it just locks up and the print dialog box never opens.  Does anyone know why or is there another free application that will print fonts?

    Font Management in OS X

Maybe you are looking for

  • Problem with previous purchase?

    i have just tried to update one of my free apps, and it says there was a problem with my previous purchase, it directed me to my billing information, (baring in mind this is for a free app) and i re-entered it all several times but it is still tellin

  • Scheduled job in oracle database 10g release 2

    I have scheduled a batch job job to run once a day at 8.30 in the morning but the program runs twice a day, onca at acheduled time and once in the evening 18.30. I am unable to find any reference to the batch program in the job any where. Database ve

  • Safari issue with logins

    when I try to log in to a site using Safari it will not log in. I am currently on iPhone 5s with OS 7.0.3 My wife is on iPhone 5 with OS 7 and does NOT have this issue.  Any suggestions on if there is a setting I need to change?

  • Java 3D a problem with switching appearances

    I'm writing an application which allows to change primitive objects' ( sphere, box and cone- objects are changed with JComboBox) properties via user interface. It has a few panels each for different attributes group ( on the basis of Appearance class

  • SAP System autoregistration in SLD?

    Hi, does anyone know how SAP systems (Web AS ABAP) can register itself in the XI SLD?? I haven't found any resources about this topic. The SLD help only states that those systems register itself automatically, but not how they do this. Best regards,