Specifying custom fonts in captions

In the fonts.ini file in the gallery\captions folder, you can modify the default font use in a caption. The problem is that I can't seem to to use any font with a space in its name. For example, single words like Arial, Times, Verdana, Trebuchet, and even Wingdings work fine, but fonts with a space in the name such as Courier New, Times New Roman, and Myriad Pro are ignored and default to Arial.
I've tried different formats; for example, for Myriad Pro -- which is my goal, actually -- I've tried:
Myriad Pro
Myriad Pro-Regular
"Myriad Pro"
MyriadPro
Myriad-Pro
Any ideas?

Hi there
One permutation I've not seen listed here is to use single quotes. So I'd suggest trying that.
Assuming you try it and it fails as well, I'd encourage you to submit a Bug Report. (link is in my sig)
Cheers... Rick
Helpful and Handy Links
Begin learning Captivate 5 moments from now! $29.95
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcererStone Blog
Captivate eBooks

Similar Messages

  • Slow Operation of IM Using Custom Font

    I use a variation of this command in an application, and it has run sufficiently fast for years. However, with the current version of ImageMagick, it is extremely slow when I use a custom font (causing the application to hang disconcertingly). No errors are thrown, even with the -verbose tag. Does anyone know why IM is now so slow operating on a custom font, and if there is anything I can do to optimise the operation? Thanks.
    With no font specified, this command runs in a tenth of a second:
    [tony@linux ~]$ start=$(date +%s%3N) ; convert -pointsize 24 caption:"Lorem ipsum dolor sit amet" pic.png ; echo `expr $(date +%s%3N) - $start` ms
    118 ms
    With a custom font specified, the same command takes almost five seconds:
    [tony@linux ~]$ start=$(date +%s%3N) ; convert -font /usr/local/share/fonts/c/code2000.ttf -pointsize 24 caption:"Lorem ipsum dolor sit amet" pic.png ; echo `expr $(date +%s%3N) - $start` ms
    4650 ms
    Last edited by tony5429 (2014-10-12 19:06:50)

    No ideas on this issue?

  • Strange issue in custom Success/Failure captions

    Hi,
    I have a strange issue in my custom Success/Failure caption. If I use 'S' letter in my customized caption .bmp file, it is not showing properly in the captivate. Attached file is for your reference. I tried converting text into image in photoshop, still it shows the same thing. Any thoughts??
    Thanks in Advance,
    -Ajay

    OK.  That's what I thought.
    So what I think is going on here is due to the way Captivate assembles text captions that can stretch to any size based on the component images.  I think your corner image that contains the text is being stretched right at the point where the S character is located on the end of Congratulations.  Captivate is achieving the resizable text caption by repeating the last few pixels of each background image.
    If you want to test my theory, just make your Congratulations text slightly shorter (use a condensed font or make the font size smaller) and I think your issue will go away.

  • What is the best way to add and use custom fonts with Eloqua?

    We have a custom font that we'd like to use with Eloqua and were wondering how others might have successfully approached this.

    ~~Disclaimer: This answer refers to email fonts only - landing page font imports are discussed below~~
    Hi Brett,
    I took a look at these two posts: Re: Tips for getting the E10 email editor to change the email font for Outlook & other old-school email clients? and Re: E10 Fonts
    It seems that there are reasons as to why only a few of the fonts are supported. You can drill down into the source code to edit the font type, but I'm not sure that will get you anywhere.
    To drill down:
    To get the desired font & size in various clients (Gmail, Hotmail, Yahoo, Outlook) I found that specifying in the html works best.
    So whether it’s a P or TD, tag I add the style attribute & specify the font along with color & size.
    e.g.:
    <td style="LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 12px;">
    Of course if you use the WYSIWYG editor you will have to view the html source & add this.

  • I have created an editable PDF via Adobe Indesign. When I open the PDF in Adobe Acrobat Pro DC, is there a way to specify a font style? Or is there a way in InDesign to make sure when someone type in that text field it is a certain font?

    I need to make sure the text that is entered is a certain font to keep it continuous with the rest of the document. Thank you!

    To go into form editing mode, select "Prepare Form" in the right hand pane. You'll then get a toolbar along the top that contains the various form-related tools. The first thing to do is add a temporary button. You'll use this to determine the name of the font for use with the script as well as place the script that will change the font properties of the text fields. So create a button anywhere, double-click it to bring up the field properties dialog, and on the Actions tab add a JavaScript action to the Mouse Up event that is:
    // Mouse Up script for temporary button
    app.alert(event.target.textFont);
    On the Appearance tab, select the font that you want to use for the text fields. Once you've done that, close form editing mode and click the button. It will display a popup that will list the font name. This may be different than the name that appeared in the dropdown on the appearance tab, so write it down. For example, when I chose "Minion Pro" from the dropdown, the popup showed "MinionPro-Regular".
    The next step is to replace that Mouse Up script with the following:
    // Mouse Up script for temporary button
    // Change the font and font size for all text field in this document
    for (var i = 0; i < numFields; i++) {
        var f = getField(getNthFieldName(i));
        if (f.type === "text") {
            f.textFont = "MinionPro-Regular";
            f.textSize = 9;
    Replace "MinionPro-Regular" with the font name that you wrote down before and set the font size to whatever you want. Use 0 to specify a font size of "Auto".
    This script will change the font of all text fields to whatever you specify. When you've confirmed that the text fields are set up as you want, you can go ahead and delete or hide the button. If you think you'll be doing a lot of forms work, you can create custom tools in Acrobat to speed up this process, but this should get you started. InDesign won't let you specify a lot of field properties and actions, so you have to work this way, and using automation scripts is an accessible way to significantly speed up the process and avoid mistakes.

  • Using custom fonts in the Navigation pane

    Hi
    I'm using custom fonts in my webhelp. To do this, I created a folder for the web versions of the custom fonts and put it in the same folder as my css. I then added the font face elements to the top of my css (in Notepad). Next I used the custom font name for all the style defined in the css (in Notepad). That makes the content of the topics use the custom font. All good.
    Next, I edited the htt file (in Notepad) to use the name of the custom font. Now the breadcrumbs and topic footer use the custom font. All good.
    Finally, I want to use the custom font in the navigation pane (the text next to the books and page icons). I edited the skn file (in Notepad) to use the custom font. I also added a dependency for my css to the bottom of the skn file. Then I generated the webhelp.
    When I launch the help, the browser (IE) doesn’t allow running scripts or ActiveX controls (this is normal). At this point, the TOC in the Navigation pane looks like it uses the correct font. Once I click to allow IE to run scripts, etc. the font in the TOC changes to something that looks like Times or some default serif font.  So, it appears that something in the javascript is changing the font.
    For good measure, I checked the whtdhtml file and the custom font name is used there.
    Any ideas on what's happening and how to get my custom font to appear in the Navigation pane?
    BTW, I use images only in the toolbar pane (that spans the top of the webhelp window), so I don't need to specify the custom font there.
    Deborah

    Hi William
    I found one error. In the skin file, I had added a dependency to my css. It was missing a slash (/) to point to the correct folder level. Now that I've added that, the TOC displays the same font as the Index, Search results, and the topic (content, breadcrumbs, and footer). So, that's good, but on closer inspection, it looks like Verdana, not my custom font.
    I changed the font in whthost.js to the name of my custom font and generated the help, but it made no difference. I also changed the font and just opened the help without generating and got the same results.
    For your second suggestion, you mean whtdhtml.htm not whtdhtml.js? The custom font is in the lines:
    setFont("Normal", "MyFont","10pt","Black","Normal","Normal","none");
    setFont("Hover", "MyFont","10pt","#004080","Normal","Normal","underline");
    I added the <font> tag to this file, but the tag just shows up as plain text within the webhelp TOC (no matter where I insert it in the file).
    I also tried changing the font to my custom font for the Index body and Search results using the steps in Rick's Skinny on Skins (editing the whibody.htm and whfbody.htm files). When I do this, the serif font appears in the Index body and Search results.
    It seems like the files cannot "see" my custom fonts (which are in a folder at the same level as my css).
    Deborah

  • How to specify custom SQL in polling db adapter with logical delete option

    Hi all,
    I am writing a SOA composite app using JDeveloper SOA Suite 11.1.1.4 connecting to a SQL Server db using a polling DB Adapter with the logical delete option to send data to a BPEL process.
    I have requirements which go beyond what is supported in the JDeveloper UI for DB Adapter polling options, namely:
    * update more than one column to mark each row read, and
    * specify different SQL for the logical delete operation based on whether bpel processing of the data polled was successful or not.
    A complicating factor is that the polling involves two tables. Here is my full use-case:
    1) Polling will select data derived from two tables: e.g. 'headers' and 'details' simplified for this example:
    table: headers
    hid - primary key
    name - data label
    status - 'unprocessed', 'processed', or 'error'
    processedDate - null when data is loaded, set to current datetime when row is processed
    table: details
    hid - foreign key pointed at header.hid
    attr - data attribute name
    value - value of data attribute
    2) There is a many:1 relationship between detail and header rows through the hid columns. The db adapter polling SELECT shall return results from an outer join consisting of one header row and the associated detail rows where header.status = 'unprocessed' and header.hid = details.hid. (This is supported by the Jdeveloper UI)
    3) The polled data will be sent to be processed by a bpel process:
    3.1) If the bpel processing succeeds, the logical delete (UPDATE) operation shall set header.status = 'processed', and header.processedDate = 'getdate()'.
    3.2) If bpel processing fails (e.g. hits a data error while processing the selected data) the logical delete (UPDATE) operation shall set header.status = 'failed', header.processedDate = 'getdate()', and header.errorMsg = '{some text returned from bpel}'.
    Several parts of #3 are not supported by the JDeveloper UI: updating multiple columns to mark the row processed, using getdate() to populate a value of one of those column updates, doing different update operations based on the results of the BPEL processing of the data (success or error), and using data obtained from BPEL processing as a value of those column updates (error message).
    I have found examples which describe specifying custom SQL using the polling delete option to create a template then modifying the toplink file(s) to specify custom select and update SQL to implement a logical delete. (e.g. http://dlimiter.wordpress.com/2009/11/05/advanced-logic-in-oracle-bpel-polling-database-adapter/ and http://myexperienceswithsoa.blogspot.com/2010/06/db-adapter-polling-tricks.html). But none of them match what I've got in my project, in the first case because maybe because I'm using a higher version of JDeveloper, and in the second I think because in my case two tables are involved.
    Any suggestions would be appreciated. Thanks, John

    Hi John,
    You've raised a good scenario.
    First of all let me say that the purpose of the DB polling transaction, is to have an option to initiate a process from a DB table/view and not to update multiple fields in a table (or have other complex manipulation on the table).
    So, when choose to update a field in a record, after reading it, you are "telling" the engine not to poll this record again. Sure, i guess you can find a solution/workaround for it, but I don't think this is the way....
    The question now is what to do?
    You can have another DB adapter where you can update the data after finishing the process. In that case, after reading the data (on polling transaction) - update the header.status = 'processed' for example, and after processing the selected data update the rest of the fields.
    Hope it make some sense to you.
    Arik

  • How to set custom font family in qml label in black berry 10 os

    how to set custom font family in label text  qml in black berry 10 OS

    AFAIK, this is not the correct way to set the image location.
    We call the working directory as context, so inside the context root along with WEB-INF, maintain a folder with name img and put all the images in that directory.
    You can use either .\<image_folder> or the optimum way would be (if you are using JSPs) to use getContext() method and traverse accordingly.
    FYI,,, using getContext() will give you context root directory, from there it is as simple as accessing any other folder.
    Hope this answers your question.
    Cheers,
    Jeets.

  • Editing a PDF file on Illustrator to maintain custom font from another computer

    Hello,
    I am trying to edit a PDF file on Adobe Illustrator and the file has a custom font in it that I do not have saved on my computer/Adobe does not recognize.  Is there a way to save the file so that I can edit it, but so that Adobe does not replace the font with a basic font?
    I have tried:
    -Opening it in AcrobatPro vs. Illustrator
    -Saving the PDF (2 pages) as 2 separate JPEG files and placing them into Illustrator... That just lowers the resolution of the images and they are much lower quality/more pixelated
    -Placing the PDF file in Illustrator rather than opening it in Illustrator
    None of those worked, and now I am not sure what to do.
    Please advice ASAP- Your help is much appreciated as I am on a time crunch!
    Thank you!

    You can do it with Acrobat. Not Acrobat reader.
    It is also possible with Preview.
    Open the file in Preview and export it say to the Desktop.
    Than open the second pdf and import the file.
    Than you can delete tha parts you so not need and leave only one page.
    It can be used if the pages are not too many or it will take a long time and I am not sure if it will work with big files.

  • Urgent: Custom font style not appearing in PDF output only

    Hi,
    For a customer, I received customer specific font styles(ttf font files) which I installed on my machine and then copied those files in Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\fonts as well as in JRE/lib/fonts. Then I created a template in word and font there appears as custom font.
    Now I am getting that font style in all output formats(rtf,ppt,excel) except the PDF output. I am using Oracle BI Publisher desktop alone. Not sure what I missed because of which text font is not changing in PDF version only. I checked the PDF properties and there also custom font is not getting mapped.
    Thanks in advance.

    Here is the link that describes how to set up the font mapping for PDF output: Look for "Font Mappings (for PDF output)"
    BI Publisher Demo Library&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;BI Publisher Demo Library&quot;&gt;…http://www.oracle.com/technetwork/middleware/bi-publisher/learnmore/demo-library-toc-173301.html
    Thanks,
    Bipuser

  • Custom Fonts In Oracle Report

    I have created a Custom Report (Output:PDF) using Oracle 9i, It has Custom Font, When I ran the report the custom fonts are displayed as special characters, Can someone please let me know how can i configure fonts to get picked up by report.

    Make sure you have a TTF file under the ORACLE_HOME/guicommon/tk/admin/TTF and an AFM for that missing under the ORACLE_HOME/guicommon/tk/admin/AFM directory.
    Modify the uifont.ali under the ORACLE_HOME/guicommon/tk/admin directory and add PDF Subsetting to reference the font. You'll want to open the AFM file to see what the "Font Family Name" parameter is. That is what you put on the left side of the "=" sign. The TTF file is what you reference in the right side of the equals sign. So, basically it is "Font Family Name"="TTF Font Name".
    Save the file, restart Reports Server, and run your report. Then it should work.
    IF you don't know how to generate an AFM file, I'd look at the ttf2pt1 utility. I used that utility to generate my AFM file (based on the TTF font).
    Now, this will not solve problems when sending it to the printer directly. BUt it will resolve it when generating a PDF and then printing to the printer that file output.
    Chris

  • Acrobat Form Fill Fields - Can you specify a font?

    I am using the new feature of InDesign CS6 that allows creation of form fields for PDFs. After exporting the page to PDF via the interactive setup dialog [command+E 'Adobe PDF (interactive)] I'll inspect the finished PDF in Acrobat 9. Everything looks as it should, except that when I type in some sample text in a text field, it uses Times Roman as the font. I would like it to use Arial regular.
    I can't find any way to specify a font for these form fields in InDesign CS6. This particular project involves quite a large number of files - so I'd rather avoid a process that requires me to go in to Acrobat and 'tweak' each PDF, changing the font in the properties dialog of each field to the Arial.
    Is there a way to set the font of a form field directly in InDesign? I've looked around and can't find a menu or dialog that addresses this.
    Thanks in advance for any help.

    You can edit the typeface used in your text fields in Adobe Acrobat Pro. Create your form with all the appropriate text fields you would like in InDesign CS6 then:
    export your form from InDesign CS6 as an interactive PDF
    open your file in Adobe Acrobat Pro
    Click "TOOLS" on the right hand side (next to sign and comment)
    Click "INTERACTIVE OBJECTS"
    Click "SELECT OBJECT"
    Then select all or any text fields you would like to changeif selected the text field should appear blue, not red, as well as displaying the description (if you assigned one while creating your form in InDesign)
    Once selected RIGHT CICK (if using a MAC or mouse without a right click button press crtl + click your mouse)
    a pop-up should appear and the at the top of the list you will see PROPERTIES
    click properties and go to APPEARANCE
    under the TEXT section you will see options to alter your text fields designated typeface, color and size
    NOTE: I believe if the user filling out the form does not have the typeface you assigned to the text field(s) it will default to New Times Roman

  • Using custom fonts in iBooks Author

    I have a book in South Asian (Indic) script. The encoding is Unicode. I wanted to see how different fonts would look on iPad. Using iBook Author i created two different versions of the book. One used Gujarati MT, Apple supplied font. The second used open source TTF font. It checked out fine by MacOS when I installed it. The rendering of conjuncts (which would use additional glyph present in the font file) on iBook Author  looks good. When I use "preview" function of iBook Author to see how the content would look on iPad, conjuncts dont use special glyph but only standard character (I guess GSUB is not utilized). I tried the same experiment with Arial Unicode MS and Shruti both are standard fonts provided under Windows. it appears that only Apple supplied fonts have correct glyph substitution on iPad.
    Is there a way to fix it?
    If the issue is with iBook Author, I can use another software. My book is plain text so Author is an overkill. I was using it to test embedding of custom fonts because Author is easy to use.
    If the issue is missing definition in the font that is required by iPad rendering engine, I can get the font author to enhance the font.
    I attach four images. First two are from iBook Author where rendering is correct. The next two are from iPad where rendering using non Apple font is messed up.

    rajeshfrompalo alto wrote:
    Is comment about enhancing the font to support AAT still relevant? Are you saying that iOS needs those AAT extension that macOS does not need? Is this mostly around MORX table?
    iOS (and OS X) comes with two Gujarati fonts, Gujarati MT and Gujarati Sangam MN.  So the easiest thing to do is to use one of those.   Other platforms will probably have their own default Gujarati fonts with different names.
    If you want to embed a different Gujarati font in your .ibooks format book, then you will indeed have to convert that font from OpenType to AAT before iBooks will display it correctly.   It's not true that OS X no longer needs AAT Indic fonts -- Pages for example still cannot use Opentype Indic fonts.
    To convert an Opentype Indic font to an AAT Indic font I think someone will have to add a morx table along the lines of what is contained in Gujarati MT.
    Bear in mind that iBooks Author creates a format that can only be read on an iPad (unless you want to export to PDF).  If you want to produce books for all platforms and readers, then you need to use .epub format and a different app, like Pages or Indesign.   With epub format you would probably not normally try to embed fonts but just  rely on the reader to supply whatever Gujarati font is already on the device.

  • IWeb 08 - Custom Fonts not loading Anymore

    All,
    When I had iWeb '06 installed I could use custom fonts when designing and the fonts would display on any computer without having to install them. It seems that iWeb '06 used to load them as images.
    Now in iWeb '08 that doesn't seem to be the case. Now you have to have the fonts on your system to view them. Anyone know a way in '08 to change this. Or should I just create those portions as images then add them to the page?
    Thanks to all who respond.

    HI phantom27,
    While in iWeb, go to iWeb help and type in fonts in the search box.
    In the results page, look at the bottom where it says "iWeb:Tips for making text appear consistant in all browsers. It will give you all the info you need.

  • Custom font not exported in PDF

    Hello Guys,
    In my web application, I have a crystal report developed in CR11 R2 SP3. The report uses custom font and it works fine when shown in report viewer.
    However I get errors while exporting report as PDF.
    1) In windows 2003 server, the pdf is exported without the font values.
    2) In Windows XP, pdf is not exported at all and I get an error:
    Error in File C:
    WINDOWS
    TEMP
    CrystalReport1 {6A26233D-4832-44B1-AC8E-A21421F6A2E4}.rpt:
    Error detected by export DLL.
    Can anybody please help. One more thing. The custom font is fine and has been working fine in other crystal report based applications.
    Thanks,
    Shahzad

    Ok, two suggestions:
    A)
    1) On your web app that throws the error, place label and a text box on your web form
    2) Use the custom font for the label and in the text box
    3) Run the app
    Does that work?
    B)
    If it does, I'd recommend using filemon and regmon utilities to fins out what is failing. Filemon can be found here:
    http://www.microsoft.com/technet/sysinternals/utilities/filemon.mspx
    Regmon is here;
    http://www.microsoft.com/technet/sysinternals/utilities/regmon.mspx
    Instructions on how to use the above:
    1) Load Filemon
    2) Press Ctrl + L. This will bring up the filter window.
    3) In the 'include' text box, put the name of the aspnet worker process, without the full path. ie: aspnet_wp.exe (ok)
    4) Click <OK>
    5) Press Ctrl + X to clear the display.
    6) run your application, get it to the point where it errors.
    7) Save the filemon log. File -> Save as
    8) Look for files where the 'result' column is not successful.
    Regmon
    Here is how to use it:
    1) Load Regmon
    2) Press Ctrl + L. This will bring up the filter window.
    3) In the 'include' text box, put the name of the aspnet worker process, without the full path. ie: aspnet_wp.exe
    4) Click <OK>
    5) Press Ctrl + X to clear the display.
    6) run your application, get it to the point where it errors.
    7) Save the Regmon log. File -> Save as
    8) Look for files where the 'result' column is not successful.
    Ludek

Maybe you are looking for

  • How to connect to the  multiple system in the same environment

    Hi Everyone , We are integrating SAP EP and BOE . We are facing SSO problem ,as there are 2 system in same environment . Suppose we have XX1 and XX2 as BW backend system . IF Default entry on server is kept blank then we get : "u2022  Account informa

  • SSIS Script task not executing macro through SQL Agent (but it does through bids)

    <p>Hello everyone,</p><p>I am having an issue with SQL Agent when executing a macro contained in a script task component. The script task actually opens an excel file, runs the macro, save and closes the file. </p><p>When I execute the package via BI

  • IPhone 4 stuck in recovery mode, wont restore - Error (9)

    Hey all, At my wits end here, my phone froze on the train home tonight, rebooted it, and it came up with the connect to iTunes icon. Looks like its in recovery mode and I cant get it out. Ive tried getting into DFU mode, different USB ports, differen

  • Editing iChat status menu doesn't show in menubar icon

    Instead of having various status menu options ("surfing the web", "at home", "out to lunch", "in a meeting:", etc.) I prefer to edit the list down to just "available" and "away" When I edit the status menu from the buddy list drop down (by deleting t

  • Where can I buy a ThunderBolt display cable?

    I just bought the new MBP early 2011 and can not seem to find any display cables that utilize the ThunderBolt technology. Anyone have a reputable product they're like to share? Thanks!