Unable to style fonts

Hi, I've been using Mail 2.1 for some time now but a while ago I was unable to style fonts when creating a message. I am using Arial as the main font and I am unable to Bold, Italic or make Bigger or Smaller from the Format dropdown. I have tried doing it from the Fonts panel as well but it doesn't display the style.
Any ideas?

I've got it set to Rich text. Just changed it to Plain text but then when I tried to bold up the text it said I had to change it to Rich text to do this. Still the same problem though.

Similar Messages

  • PDF Assembly is not working for ddx :Unable to select font for character U+54 'T'

    Hi ,<br /><br />   I am getting the following error while generating the pdf. :<br /><br />Caused by: com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.makeResult(AssemblerServiceImpl.java:6 74)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:410) <br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.invokeDDX(AssemblerServiceImpl.java:29 0)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />     at java.lang.reflect.Method.invoke(Method.java:615)<br />     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)<br />     ... 33 more<br />Caused by: com.adobe.internal.ddxm.DDXMException: DDXM_S18005: An error occurred in the PrepareTOC phase while building <TableOfContents>. Cause given.<br />     at com.adobe.internal.ddxm.task.toc.PrepareTOC.execute(PrepareTOC.java:234)<br />     at com.adobe.internal.ddxm.blueprint.BluePrint.postExecute(BluePrint.java:306)<br />     at com.adobe.internal.ddxm.ddx.Node.execute(Node.java:353)<br />     at com.adobe.internal.ddxm.Executive.execute(Executive.java:244)<br />     at com.adobe.internal.ddxm.Executive.execute(Executive.java:192)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:408) <br />     ... 39 more<br />Caused by: com.adobe.internal.pdfm.toc.TOCServiceException: PDFM_S18001: The operation of producing a table of contents failed.<br />     at com.adobe.internal.pdfm.toc.TOCServiceImpl.formatTOCContent(TOCServiceImpl.java:1877)<br />     at com.adobe.internal.pdfm.toc.TOCServiceImpl.getNumberOfTOCPages(TOCServiceImpl.java:1681)< br />     at com.adobe.internal.ddxm.task.toc.PrepareTOC.execute(PrepareTOC.java:217)<br />     ... 44 more<br />Caused by: com.adobe.fontengine.inlineformatting.FormattingException: Unable to select font for character U+54 'T', Requested attributes:Family=Arial|Size=12.0|Stretch=normal|Style=normal|Variant=normal|Weight=400|O TFDiscretionaryLigatures=minimum|WritingMode=lr-tb|BidiLevel=0|ScaleToFit=1.0|Shift=-none- <br /><br />would appreciate if anybody can help on this..<br /><br />Thanks & Regards<br />Masthan Shaik

    I think that all your form parameters must begin with alowercase letters, for example
    startOfSession instead of StartOfSession
    try to rename your selectname paramters.
    Le me know if ti works,
    Giovanni

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • Unable to load font"^0" "Helvetica Neue" After Effects CC

    After updating After Effects CC, the warning appears: Unable to load font"^0" "Helvetica Neue"
    HelveticaNeue.dfont is available in my HD/System/Library/Fonts
    I work with:
    Before the CC update everything worked fine.
    Please help me.

    See this thread and ask further questions there:
    http://forums.adobe.com/thread/1326590

  • Is it possible to get the style, font and related info of a paragraph of a in design file and write it on the same in design file  on the  left side

    Is it possible to get the style, font and related info of a paragraph text  of a in design file and write  all the stuff on the same in design file  on the  left side with small fonts 
    as
    Lets  this is a text in in design file    :
    style : abc                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 12                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu
    style : xyz                      we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultur we are going to check the  condition  Agence Wallonne pour la    font 10                                  d'une Agricultu we are going to check the  condition  Agence Wallonne pour la Promotion d'une Agricultu

    Hi Poojith
    Not sure if this would solve your requirment but just in case might be helpful:
    1. We can mix up the HTML and HTMLB components in the JSP Page. However, can access only the HTMLB components in the controller. The following link refers to what customizations are offered by the HTMLB framework:
    [http://www.sapdesignguild.org/resources/htmlb_guidance/]
    2. Another option would be to use AbstractPortalComponents or a simple web app if that's feasible. (where custom UI themes, css and layout are more in control of the developers.)
    Thanks
    Deepak

  • "Unable to create font" error when starting After Effects CS4 (Windows Vista)

    Hi all
    I have read a hundred posts about the "unable to create font" message that appears when running After Effects in both CS4 and CS5 versions.
    On MAC, it seems that installing the Verdana fonts family is enough.
    On my PC running Windows Vista, i tried unsuccessfully :
    - uninstalled and reinstalled After Effects
    - installed all the fonts of the Adobe Font Folio v11
    - looked for the "AdobeFnt.lst" to delete it, found no such file in my whole hard drive
    - changed my system language to English (USA)
    Other CS4 softwares work.
    What can i do?

    See this page for some additional information about this error.
    > I forgot to mention that i also installed the 9.0.2 update. Didn't work either!
    You should also install the After Effects CS4 (9.0.3) update.

  • After Effects Warning: Unable to create font

    Hi,
    I just updated to After effects 13.1.1.3 and am now getting the dreaded "Unable to create font" warning. The thing is I am not using any fonts in the composition. It's just a straight gopro timelapse import.
    I have re-installed Verdana and Tahoma looks fine. I have run a font doctor and removed any duplicates and done a restart.
    Any ideas? You guessed it - it's urgent - I got a stupid deadline.
    thanks
    Keith

    And you get the warning on your Amiga 500 or Atari ST? Without exact system info and other technical details like screen settings, language settings and so on nobody can even guess. There are simply too many possible causes.
    Mylenium

  • After Effects CC "Unable to Create Font" error fix?

    Can some one help me with this complicated problem?
    My After Effects CC 2014 won't work due to "Unable to create font" error.
    Error appears when in the project footage is missing. When footage is found it runs perfectly fine.
    What's the solution?
    I'm running Windows 7 64Bit

    Footage - I mean Product pictures imported from Photoshop. No odd file names.
    Error appears on every project I have when I remove footage. *(replace product shot in photoshop for example)
    System info:
    Windows 7 Proffesional 64 Bit
    Intel Core i7 CPU 3.40Ghz
    Nvidia GeForce GTX 560 Ti
    12GB Ram

  • After 12.1 Update - Unable to load font "^0" "Helvetica Neue" error

    I've just updated to After Effects CC 12.1, and I'm now getting the following error when launching:
    After Effects warning: Unable to load font "^0" "Helvetica Neue"
    After pressing OK, I get another error:
    Cannot load font required for the After Effects interface. Please replace the font or reinstall After Effects.
    And then a final error:
    After Effects can't continue: unexpected failure during application startup
    I'm on Mac OS 10.9, and this was working just fine with the 12.0.1 patch. I've double-checked that Helvetica Neue is installed and all other CC apps work just fine. Any ideas?

    Hello
    Here's what worked for me
    In font explorer I had several instances of Helevetica Neue fonts (Same font name but not same file name).
    I deleted these instances in Font explorer.
    I went to fontbook and restore defaults fonts.
    After effects opened perfectly.
    but now as KLTV8
    i get this message when I quit the application
    ( 76 :: 0 )
    Unable to allocate 0.003 MB of memory. Either decrease the memory requirements for the rendering of this frame, or install more RAM. (12803 / Text Engine Data). For more information, see www.adobe.com/go/learn_ae_mem
    I didn't even open any projects.
    Buggy update !

  • Help me !(After Effect warning: Unable to create font.)

    I'm using Adobe After Effect CS4. It worked pretty well but today, when i lauch it, a message appeared. The message said: "After Effect warning: Unable to create font".Then i searched google and tried many ways: reinstall, restart windows,etc...but it didn't work.After that, i tried to lauch other Adobe Programs like Adobe Premiere, Adobe Photoshop. I lauched it and work space appeared but there aren't any words in the button on the work space.What should i do now?!
    P/S: I using Windows 7.

    watch this video on youtube:
    http://www.youtube.com/watch?v=g02zasHbsi8
    read the description to download the fonts
    instalation the fonts:
    1.download the fonts (links on description)
    2.if you done,install all
    AND ENJOY!!!!
    notes:
    install quicktime,use the custom themes (do not change your computer themes)

  • RE: "Unable to create font" After Effects CS 5 won't launch

    My spanking new After Effects CS5 won't launch due to "Unable to create font" error.
    I'm running OS X 10.6.3 on a 17" with specs listed below.
    After Effects CS3 is running fine. What's the solution?
    Model Name: MacBook Pro
      Model Identifier: MacBookPro5,2
      Processor Name: Intel Core 2 Duo
      Processor Speed: 3.06 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 6 MB
      Memory: 8 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: MBP52.008E.B05
      SMC Version (system): 1.42f4
      Serial Number (system): W89400R18YB
      Hardware UUID: E2300327-D5D3-5DC2-85CF-9FFA9CEAD9ED
      Sudden Motion Sensor:
      State: Enabled

    Well Todd, seems the newest version has the same problem, or perhaps an unrelated issue. Just upgraded to Mavericks yesterday (10.9) and I'm running AE 12.1. Closed AE last night after working on a project successfully for 4 + hours, tried to get back to work this morning and I see the following error messages. Is this related?

  • Unable to create font

    I keep getting this "Unable to create font" error when I have missing footage in the latest version of AE CC. Very annoying and won't go away.
    Is this a known bug in the latest update (wasn't doing it previously) or do I have an incorrect setting somewhere? Is there a work around?
    cheers
    Pete
    After Effects CC. OSX 10.8.4

    This bug is fixed in the After Effects CC (12.1) update:
    http://adobe.ly/AE_CC_12dot1_details
    Let us know how this works for when you've tried with the new update.

  • After Effects (v 12.2.0.52) warning: unable to create font

    Hi, I just installed After Effects 12.2.0.52 and get the error message: "After Effects warning: unable to create font." I'm running Windows 8 on a mac. I've looked in the forum but it seems like this issue should be resolved in the new update but for some reason it isn't.
    Thanks!

    Font issues can have a million causes and in your case there is probably something up with high-DPI support vs. the graphics driver, so updating the latter and checking your screen settings should be the first thing to do.
    Mylenium

  • "After Effects Warning: Unable to create font." in CC12.1

    I just updated AE to 12.1, and now no fonts work in it.  I originally got the error "Unable to load font "^0" "Helvetica Neue," but got that one resolved only to get "After Effects Warning: Unable to create font."  This happens for any area of a comp that has text.  No video will display at all where I have text.
    The fonts are activated.  I did find that some of them had somehow turned off since yesterday.  I'm using FontExplorer X for font management.
    They worked just fine yesterday in 12.0.  Frustration factor high on this one.
    Thanks,
    -Doug
    OSX 10.8.5

    See this thread and ask further questions there:
    http://forums.adobe.com/thread/1326590

  • "Unable to Create Fonts" Messeage

    On my new laptop with Vista installed, After Effects CS3 was running fine until one day on startup it displayed only a pop-up saying "After Effects error Unable to Create Fonts". Clicking "ok" removes the popup but the program does not start up. The task manager reveals that the program is still running in the background but using little memory. Killing the process allows for trying to start the program again but the results are the same.
    I uninstalled the program and went back to 7.0 which started up fine just once and then displayed the same error.
    Is this a Vista compatibility problem? What actions can one take to resolve the problem?
    Thanks.
    PS I had similar problems with Premiere CS3 (albeit with a generic error message) and had to fall back to an older version, this however keeps running fine.

    Well, none of it really got me closer to resolving the problem. Thank you for the pointers anyway. Both AE and Premiere don't start up at all now. I ran the Adobe cleaner etc.
    I used to really love After Effects but I fail to see the appeal of a program that is this incompatible with the system it is installed on and the other programs that may be installed. I also don't get this incompatibility with fonts, as After Effects is supposed to be a compositing program, and as such highly suitable for creating titles for which one uses... fonts.
    Is Adobe dictating you to have AE and Premiere CS3 running exclusively on a machine all on their own?
    The programs are pretty much useless to me now.
    Maybe I need to set up my OS all anew, but I just don't have the time right now to back up all my settings etc.
    Thanks for the help so far but this CS3 business has proven to be a lot of trouble and extremely buggy.

Maybe you are looking for