Framemaker fonts unavailable

Hello,
We are transitioning FM users from windows xp sp3 to windows 7 64bit. Our FM users have been upgraded from FM7 to FM 10. We are completely stuck with FM missing all types of fonts. We have copied the fonts and installed from winxp machine to windows 7 and are still having major issues with fonts. The users have adobe 7.0 full installed and we are running msoffice 2010 32bit.  We also had to upgrade our print servers to 64bit drivers.  For example arial is one such issue:
Couldn’t open CoverPage.fmThe "Arial Black Bolded" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black Bolded" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black Bolded" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black Bolded" Font is not available.
"Arial Black Heavy" will be used in this session.
The "Arial Black" Font is not available.
"Arial Black Heavy" will be used in this session.
Couldn’t open CoverPage.fm
We have tried unchecking the Preferences > remember missing fonts name" option and this did not work. We would appreciate any assistance with FM fonts as we are at a standstill. thank you

I've found the answer to my problem and it's quite simple and what pretty much everyone has been saying but missed one tiny step.
Everyone needs to have the old version windows xp fonts not the Windows 7 fonts. For example in windows 7 the arial font version is 5.06 and in windows xp the arial font is version 2.35
1- Copy the arial font version 2.35 or the missing font in the old xp version
2- Most important you have to install the fonts logged into the pc as the Administrator  not as a user with local admin rights.
3 - Right click on the font and click install
4- Reboot the pc
5-Log into the pc and launch FM and open the FM file and the fonts will no longer be missing.
Solved the issue

Similar Messages

  • Fonts unavailable in FM 8.0 but available in MS Word

    Several Futura and Garamond fonts were installed on my laptop but are not available in FM. When the documents are open containing these fonts, the "unavailable fonts" message boxes displays.
    When I access the Paragraph Designer and select the Default Font tab, a few of my paragraph tags, the font is displayed in gray. The three unavailable  fonts are Futura Book (Future Book BT True Type) , Garamond Book/Ultra Cond and Futura Light (Futura Light BT True Type).
    Any idea why I can use these fonts in Microsoft products but they seem to be unusable and are replaced in the FM Console?

    (1)     FM might mean FrameMaker. The original poster should let us know what he means by FM.
    (2)     In terms of Apple's support for fonts in FileMaker, in fact they only support TrueType fonts. They only support TrueType-flavoured versions of OpenType, not OpenType CFF fonts.
              - Dov

  • Font unavailable in script

    I have written the following script to generate a font index in an InDesign document:
    // Generate new document
    var doc = app.documents.add();
    var frm = doc.pages[0].textFrames.add();
    var w = doc.documentPreferences.pageWidth;
    var h = doc.documentPreferences.pageHeight;
    frm.geometricBounds = [0.5, 0.5, 10.5, 8];
    // Get list of all installed fonts and split into font family name and style arrays
    var appFonts = app.fonts.everyItem().name;
    var installedFonts = [];
    var installedStyles = [];
    var counter = -1;
    for (var i = 0; i < appFonts.length; i++) {
        appFonts[i] = appFonts[i].split("\t");
        if (i == 0 || appFonts[i][0] != appFonts[i-1][0]) {
            installedFonts.push(appFonts[i][0]);
            counter ++;
            installedStyles[counter] = [];
        installedStyles[counter].push(appFonts[i][1]);
    // Loop on all font families and styles
    var thisFont = "";
    var thisStyle = "";
    for (var i = 0; i < installedFonts.length; i++) {
        thisFont = installedFonts[i];
        for (var j = 0; j < installedStyles[i].length; j++) {
            thisStyle = installedStyles[i][j];
            frm.contents += thisFont + "-" + thisStyle + "\r";
            with (frm.paragraphs.item(-1)) {
                try {
                    appliedFont = thisFont;
                    try {
                        fontStyle = thisStyle;
                    catch (errorVariable) {
                        appliedFont = "Times New Roman";
                        fontStyle = "Regular";
                catch (errorVariable) {
                    appliedFont = "Times New Roman";
                    fontStyle = "Regular";
                pointSize = 12;
                justification = Justification.leftAlign;
    I added the try/catch statements because for certain fonts the script was aborting on the statement:
    appliedFont = thisFont;
    because it said the font was unavailable. Why can't I apply that font to some text if app.fonts.everyItem().name included it in the list?

    Try setting both the font and the style in one command:
    appliedFont = "Times New Roman\tRegular";
    The 'appliedFont' command may fail if the original font style in there was something not available for TNR, such as 'narrow'. This oughta fix it.

  • Fonts Unavailable on This Machine?

    I am getting this message when placing an EPS file (exported from CorelDraw v-14): "This file contains one or more fonts which are unavailable on this machine. Do you still want to place this file?" First of all, this just started. I have been previously able to perform this task without error messages concerning fonts. Secondly, how is it that a font can be unavailable on this machine, when all files have been created on the same machine?
    Note that I have selected EXPORT TEXT AS CURVES within the EPS Export dialogue box in CorelDraw v-14, so I am stunned that a font issue could even exist!
    Anyone have an idea what is causing this anomaly? I know this is going to cause me issues down the road with others within the organization as well as service bureaus. Thanx in advance for any suggestions and/or thoughts.

    “Presumably nothing else has changed on this machine, like updating Windows,…” (Peter Spier): I cannot say definitively that it has not. The system is set to make automatic updates, so this could be [an] issue.
    “… search for all AdobeFNT**.lst files, where ** is a number, and delete them…” (Peter Spier): Performed the search and found no such files to delete. Nice suggestion though. Thanx.
    “It is helpful to list what operating system you are using.” & “This is why it is important to post what operating system you use.” & “But I do believe that you can replace the font with standard Arial and it should be fine to use.” (Ozzwoman9): I certainly will not forget to provide the [OS] in the future. But, of course, try the old “uninstall/reinstall” routine! Thanx for this one!
    “As Peter suggested, opening the EPS in Illustrator and re-saving could solve it.” (Jongware): Excellent suggestion from both posters, and it certainly does solve the immediate dilemma.
    Follow-up to Problem: In going through all of your excellent suggestions and trying them one by one, I have discovered that the only offending “font” is Arial Normal-Italic. I will attempt a reinstall of the Arial font on this system as Ozzwoman9 suggested. Perhaps this will solve and end the difficulty. Something has changed in that regard, since in the past, when selecting Arial Italic, “Normal-“ did not appear in the choice to make. This didn’t register on me until I began to receive the error message.
    Thank you to all who posted and gave so generously of your time and knowledge! I will revisit this thread only in the event that a reinstall of the font proves unhelpful.

  • Why are arial narrow fonts unavailable in photoshop cc

    These fonts are installed in my Windows Fonts directory but dont show up in PS.

    That's intersting.
    On this particular windows 7 x64 system the Arial Narrow fonts are listed in both photoshop cc 2014 and photoshop cs6
    photoshop cc 2014
    photoshop cs6
    windows vista x64
    photoshop elements 8
    photoshop elements 2

  • Added fonts unavailable to users

    Hi
    Have added some extra fonts on a number of computers into the admin account fonts folder , which is where apps put their fonts and which are recognised, but these new ones are not availble for users who log on. If I log in as the Admin user on that computer, they show up fine, but if I log as a student of teacher user, the fonts don't show up in Word or Appleworks.
    Can anyone enlighten me on what I am doing wrong, or what I have to do to make these available to users. I copied them to the computers with ARD.
    thanks

    Have you tried putting them in
    ClientMachine HD> Library > Fonts ?
    If you want anyone who is logged into the client to be able to use the fonts, make sure that the font files are all at least Read Only for Everyone in the permissions.
    This works for us with all our network users on each client machine.
    If I correctly assume that what you mean by admin fonts folder is HD>Users>admin user>Library>Fonts, the admin account fonts folder on the client may only be available to the admin. Most user files in their own folder are limited to that user's access only.

  • Why won't FrameMaker load some fonts? Word sees them!

    FrameMaker Fonts Not Being Recognized
    OS: Windows 7
    FrameMaker (Structured): Version 10.0.2.419
    Problem:
    We noticed that the PC I have does not include all of the client's fonts. We purchased the fonts based upon the Missing Fonts error FrameMaker (structured) keeps displaying. IT installed the recently purchased fonts (the fonts have the same name). Microsoft Word recognizes the fonts but for some reason when opening those source files, those fonts are not recognized/loaded by FrameMaker. Consequently, the fonts are temporarily replaced, as expected in this scenario. The same files open fine on another PC. 
    This is what we tried:
    Uninstalled both Acrobat Professional (version 10.1.3) and FrameMaker 10 (10.0.2.419). Reinstalled both packages and opened the source files once again. The fonts still are not recognized. In FrameMaker they appear greyed-out in the selection field.
    Could the system profile be corrupted? Years ago I remember RoboHelp repeatedly corrupting my system profile on my Windows XP system. Could a “Running out of memory” situation do this?
    Any suggestions as to where to look?
    Thanks in advance!

    Am 29.09.2010 um 19:00 schrieb cmriverbed:
    -when I try and install palatino, bold, roman, italic the Win systems says that the "copyright holder will not allow conversion to truetype"
    I have seen a lot of fonts and I have never seen this message.
    How do you "install" the fonts?
    Do you happen to have any sort of font managing software working?
    should I try uninstalling frame and reinstalling?
    I don’t think this is necessary. If at all, FrameMaker creates a font cache file in %appdata%\Adobe\FrameMaker\9\.cache_fonts. You might want to delete this file and then restart the computer before starting FrameMaker again.
    - Michael

  • Fonts issue while using FM 7.1

    Hi,
    I am using the XML file as a source and port the content to FM 7.1. I have to port 8 languages like Arabic, Russian, Korean, and so on. I am facing the following issues with few of the languages:
    Korean - The Korean fonts (Gulim, GulimChe, Dotum, and DotumChe(True type)) are available in the FrameMaker font list, but when I copy andpaste the content in FrameMaker and apply the fonts, the content is not thesame, there are “?” in between.
    Russian - The Russian font (Arial) is available in theFrameMaker font list, but when I copy and paste the content in FrameMaker, thecontent shows “?”
    zh-hans - The Chinese Simplified font (simsun) is available in theFrameMaker font list, but when I copy and paste the content in FrameMaker, thecontent shows “?”
    zh-hant - The Chinese Traditional font (mingliu) is available in theFrameMaker font list, but when I copy and paste the content in FrameMaker, thecontent shows “?”
    Can anyone help me to resolve this issue or if there are any websites/fonts available to download?
    Thanks,
    Keerthi

    Keerthi,
    As Michael Kazlow mentioned using FrameMaker 7.1 is one stumbling block. Using FrameMaker 8 or later will remove the problems with Russian and Eastern European languages, provided you are using fonts that support all necessary characters. Arial as FrameMaker 7 sees it does not contain Cyrillic glyphs, add Russian keyboard settings to your system and during this process a virtual font "Arial CYR" will be made available.
    With Arabic there is no real option with special tricks. FrameMaker does not and never did support right-to-left languages. All »solutions« I have heard of worked with tricks like mirrored fonts and could not take advantage of the built-in features of Windows and therefor need a proprietary editor to prepare the input.
    Regarding all non-Western languages, copy & paste requires that your system is set to the appropriate system locale.
    I am wondering why you talk about XML and also Copy & Paste. Are you going to handcraft the documents and the input is by chance in an XML document or are you planning to design a structured application? With the latter, please move the discussion to the Structured forum.
    - Michael

  • Font Replacement Problem

    I'm creating scannable forms that contain preprinted text (e.g., "201" in year fields that will always be 201x).  When saving as PDF, Acrobat replaces the preprinted AvantGarde text font ("not available") with another that doesn't scan.  I'm pretty sure I just have to add the location of the FrameMaker font folder to Acrobat Distiller's font locations, but I don't see the AvantGarde font file anywhere.  Any ideas?

    MIke, thanks for your response.  I'll submit a help request to our techies.  Hope they can get their hands on an appropriate disk; we have a large LAN with a variety of equipment.  Sometimes the [seemingly] simplest request can be difficult to resolve.

  • Muse/Typekit web font list/preview?

    Is there a specific foundry within Typekit that Muse uses to populate its list of available web fonts in the "Add Web Fonts..." menu? When I browse Typekit's site to find fonts for use in Muse the majority aren't available from within Muse. Likewise, some of the fonts available in the Muse menu are no where to be found on the Typekit site, Aguafina Script for example.
    There's actually an Adobe foundry within Typekit, which contains LOTS of fonts unavailable in Muse. What kind of sense does that make?
    It's difficult to use them in conjunction to facilitate type design. If I browse Typekit chances are the font isn't available in Muse anyways. If I browse Muse I frequently can't find the font on the Typekit site so I can preview at different sizes/weights to make a good decision regarding appearance and legibility for my viewers.
    Any suggestions?
    Thanks,
    ~Bob
    BTW, why the heck don't all the browsers use Muse's Design Mode type rendering engine? Typekit fonts are stunning when viewed in Muse's Design Mode but look like terrible every where else... even in Muse's own Preview Mode. The only exception I can find is on an iPhone which alse renders type beautifully.
    ~B

    actually was trying to make typekit fonts to work with muse, but the edgwebfont-tutorial... don't work for me...
    now i found a way. using the same tutorial and screenshots from above How to add Typekit fonts to your Muse site
    STEP 1:
    you need to have an active domain, so you can upload yr files on the web via FTP. you are going to see yr fonts online only.
    first you need to setup yr typekit-kit with yr domain.
    now select your fonts and weights you want on yr webpage
    STEP 2: Give the Typekit fonts selector names
    you need to put the selectors on the top left corner of the screen, BUT
    INSTEAD of the ".header" or ".body" selectors, you can use the normal HTML selectors, like h1, h2, p and so on. if you want, you can set more than one selector to yr font, so if for example you want to use the same font for h1 and p, you can put both selectors there. if you have italics and bold selected it going to work automatically on muse when you use the bold and italic buttons. preety cool!
    publish
    Step 3: Give your Muse text frames paragraph styles with the same names
    AT FIRST: you might do this setup on yr masterpage, so yr fonts are automatically loaded on yr sites.
    make paragraph-styles with your HTML selectors (h1, h2, p and so on), then format yr text with them on the pages.
    Step 4: Add the Typekit Javascript
    DO NOT paste the java script on yr site! this code must be in "HEAD" of the website. so you need to go to menu:
    > page > page properties
    then, paste the typekit javascript in yr "metadata".
    that's it.
    hope it helps, and sorry my english

  • Remapping TrueType Fonts in Framemaker 9.0 maker.ini

    Greetings, forum community.
    When attempting to embed non-base 14 fonts in PDFs using Pitstop v7.52, I receive a notice that no TrueType version could be located.
    I believe (please correct me if I'm wrong) that the solution is to remap the unavailable font (in this case Arial, Bold) to an available font (Helvetica, Bold) in the Framemaker maker.ini file.
    My entry in the maker.ini file is as follows:
    Arial, Bold, *, *=Helvetica, Bold, *, *, *
    Alternately, I could use Arial MT.
    Neither, however, seems to work as I've mapped it. Upon generating a PDF, I still receive an error from Pitstop saying it was unable to embed the font.
    Can anyone easily see where I may be messing up and offer a solution?
    Thanks, as always, and best regards.
    JMW

    Unfortunately, I'm only vaguely familiar with Pitstop. I used it for a short
    time years ago, but remember little about it. But I do recall that it is an
    Acrobat plugin and therefore uses Acrobat to produce the PDF. So check your
    "PDF presets" (.joboptions settings) in Acrobat Distiller because there is a
    dialogue that lets you specify fonts that will never embed. Some of the
    default Adobe PDF presets, including (if I remember right) even the Standard
    options, have some fonts set in there to never embed (it assumes that
    everyone has them on their computer already) and that may include the fonts
    you are having problems with. If this is the case, just move the fonts from
    the "never embed" column into the "always embed" column to fix your problem.
    Then save as a custom PDF preset to use in the future. You can also save the
    changes to the current preset, but  I seem to recall that Acrobat updates
    have recently started resetting some user settings without permission. So
    you may find that changes you made have disappeared in the future if you
    don't save as a custom preset!

  • Trouble with FrameMaker 9 fonts

    I have a user that is trying to
    open a file but he keeps getting an error msg stating "Document named "whateverthefilenameis".fm uses unavailable fonts. To reformat the document the using avaiable fonts, click ok." It was also give a message of "FrameMaker did not update the generated files in '133 Baseline.book' because of errors during the update process."
    I can't find any information on this. any help would be greatly appreciated.

    When you open a file that uses fonts that are NOT on the user's system, you get the message about unavailable fonts. This is usually the desired response, especially if the file is worked on by different users, each with a different set of fonts. It allows the user who does not have the fonts to edit the file without changing the fonts.
    That being said, sometimes users feel they have all the correct fonts, but still get the message. This typically occurs when one is changing all the fonts from one version of a font (say Times) to another version (say Times New Roman). This means that somewhere in the file, there is at least one reference to the unavailable font, typically somewhere on one of the reference pages or master pages. So, if one wants to get all the unavailable fonts converted to available fonts, then one has to search through the entire file to find them. If it is a simple conversion, say from Times to Times New Roman, then you can open the preferences and unselect the warning about unavailable fonts, open the file and let Frame do the conversion, then save the file with the new fonts, and change the preferences back for safety with future files.
    If a book file has one or more files that use unavailable fonts and you update the book, then you get the message about Frame's being unable to update the book due to errors. The errors are the unavailable fonts. If you do NOT want to change the fonts to available ones, open all the files in the book first, then update the book. You will get the unavailable fonts message for each file as you open it up, but not while updating the book, because the files are already open.
    Hope this helps,
    Van

  • Unavailable fonts

    Hello, I am experiencing a maddening problem with unavailable fonts. This message is of the variety that Framemaker has to reformat before I can open the FM file. Here are some details about my problem:
    1. On a sporadic basis, Framemaker displays a Framemaker Console message that Arial Black is unavailable and Imago will be substituted. However, when I save as MIF, I cannot find any mention of Arial Black there.
    2. I cannot locate any grayed out fonts in any dialogs, i.e., Paragraph Designer, Character Format Designer, Find Character Format, regular font dialog.
    3. I cannot find for Arial Black; Arial Black is not available in the drop-down list box.
    4. I have unchecked Remember Missing Fonts, exited, printed, etcetera, but missing fonts are still remembered.
    5. My default printer is Adobe PDF.
    If anyone has any tips for me on how to locate the offending format, I would really appreciate it.
    Thank you,
    Z.

    I ran into a similar (maddening) problem yesterday and benefited from a simple solution provided by a colleague. If you've installed Windows XP SP3, that's likely the cause of the Arial Balck problem. Windows XP SP3 includes an update to Arial Black font that our Framemaker template does not like. It changes all Arial Black Bold to Arial Black Heavy. This may the case for your templates, too.
    If you install SP3, restore the Arial font before opening a Framemaker document.
    Try this. It worked for me:
    Go to C:\WINDOWS\Fonts\ and delete the Arial Black font file ariblk.ttf.
    Open C:\WINDOWS\$NtServicePackUninstall$\
    Locate the file ariblk.ttf.
    Copy/paste it to C:\WINDOWS\Fonts\.
    Then start FrameMaker.
    For more detailed information, see: http://www.timawa.com/font-problems-after-installing-windows-xp-sp3/

  • Adobe Muse (2014.3) "Add Web Font" Function Not Working As Expected - Newly Added Fonts Become Unavailable Though Shown

    Hello.
    This has also been posted in the Community: Adobe Muse Bugs forum.
    I've been having some odd/irregular issues though they have now become fairly predictable in nature. The issue is in regards to Adobe Muse (2014.3) and the availability of web fonts provided through the applications "Add Web Fonts" feature. Once added they perform as expected but then become "unavailable." Full details below. I have been a Creative Cloud Complete subscriber for a number of years so am fairly familiar with the way in which the system works minus a few issues that have popped up now and then, this one included.
    System Info:
    Adobe Creative Cloud (Full Subscription): Version 1.9.1.474
    Adobe Muse: Version 2014.3
    OS X Yosemite: 10.10.2
    Here is a recap of what has been taking place. I'll detail the bug as best I can.
    1. Created new Adobe Muse project. Everything normal.
    2. Chose to add a new font through the "Add Web Fonts" function within Muse. A note, my Creative Cloud App is running/open at all times (in file synch mode).
    3. Chose new fonts using above. All seemed fine (see screenshots below).
    4. Fonts also were indicated as being "Synched" within Creative Cloud (screenshot below).
    5. As expected the two fonts were added to the list of available Web Fonts within Muse (first screenshot below - left). I added them successfully to my site. Well after a number of hours I went back to this same font selection menu within Muse and the fonts were still visible yet the sub-menu that one would expect showing various forms (i.e. Bold, Italic, etc) was not available. In a sense the font could not be chosen from the list even though the name is clearly visible (second screenshot below - right).
    Have no idea what may have been wrong. Saved Muse project, closed and reopened - nothing changed. Created new project - fonts still "shown" in menu but can't be used. Did find a vague description using Google of similar problem (different application) which recommended closing Creative Cloud Desktop App and reopening as one possible solution. This DID WORK initially yet the problem, though corrected for a period of time (few hours at most), would reappear again where one would again see yet not be able to choose from the two Web Fonts. Went so far as to uninstalling the Creative Cloud Desktop application and reinstalling. Still have not solved the problem.
    Any thoughts as to what this may be would be welcome. Restarting the CC app each and every time the fonts become unavailable is quite time consuming to my workflow.
    Thanks!

    Abhishek,
    Thank you for the reply. Wanted to comment on a few things.
    I reviewed the other post that you've referenced. Nothing unusual jumped out at me as something that I was not aware of. I'm running an older iMac that is in good working condition. 2.4 GHz Intel Core 2 Duo, 24" screen. I know this issue is fleeting, as I stated earlier typically can be corrected with a restart of the CC Desktop application (that I am always running at startup). I have not been able to determine that shutting down Muse corrects the issue. I would, at this time say it doesn't.
    I did open InDesign and see if the fonts in question, Open Sans and Open Sans Condensed, were present and usable. They were. The fonts are shown as being synched in my CC Desktop app window (even if they are not "installed" in Muse). That is expected but it may be a bug in how Muse brings in a font from those that are already synched to your CC account. I don't know enough about how that works to comment.
    And just to complicate matters, Muse seems to be working again, the fonts that is. I brought them back in and they are showing up in all locations (which there are actually three - see screen shots).
    First is primary text menu dropdown (to right of orange "Text").
    Second is if you click orange Text link. Another drop down menu appears.
    And lastly, the Text Panel to right of screen.
    I also wanted to add this extra bit of information, for what it is worth. When the issue arises and you do not get the sub-menu dropdown showing various styles of the font (italics, bold, etc.), one can use click on the missing font if you had used it previously and it is present in the "previously used font" list.
    Cheers!

  • I am using InDesign CC and added Garamond premier pro font. This has worked for months, now suddenly my entire book is  highlighted in pink and my font is missing! I get the message that the font is currently unavailable on my computer, how can i get it b

    I am using InDesign CC and added Garamond premier pro font. This has worked for months, now suddenly my entire book is  highlighted in pink and my font is missing! I get the message that the font is currently unavailable on my computer, how can i get it back?

    BlazingRiver wrote:
    So my computer is running on OSX but my question is if any of the viruses on my windows partition can still run and communicate information to their 'master' as there is still a supply of electricity? Sorry if its obvious.
    Here's a positive thing: Windows viruses can't run on OS X, but they can be transferred from OS X to other PCs (only if you have them on the OS X volume).
    BlazingRiver wrote:
    1. How could a trusted source e.g. Google and Steam contain viruses if they are downloaded from the original source? and
    You could get a virus from a different source that infected Steam and Chrome without any problem. Viruses normally try to infect as many files and programmes as possible.
    BlazingRiver wrote:
    2. Can iOS devices get viruses and I know this is probably in the wrong but 3. What anti-virus scanner and remover tool do you recommend for windows. The only one I am familiar with is Kaspersky?
    iPhones, iPads and iPods touch can't get viruses but they can transfer them to other PCs. For Windows, I recommend Microsoft Security Essentials

Maybe you are looking for