Increase font size in Windows 7 Photoshop Elements 11?

I'd have thought (since this has been a problem since 9 and that HD displays are fairly common now) it would have been addressed. I still can't find a way to increase the font size in PE 11, though. Am I missing something? It seems the menu fonts have increased in size in proportion to what Windows font size I'm using, but all the other fonts in PE 11 are still too tiny to read meaning (unless I am missing something) the software is still unusable (unless I sacrifice resolution).

Oh well, at least I only downloaded the trial I guess. I feel sorry for anyone who buys this expecting it to be fully compatible with HD monitors. Adobe are being lazy, I think, expecting people to lower the screen resolution. I just checked PC World and 8 out of 10 of the most popular monitors were full 1080 HD. I wonder how many will go to GIMP and not return?

Similar Messages

  • In windows live mail, how do i increase font size?

    in windows live mail, how do i increase font size?
    This question was solved.
    View Solution.

    Hi,
    There is a guide to this on the link below.
    http://www.webdevelopersnotes.com/tips/windows_live_mail/windows-live-mail-font-size.php
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How do you increase font size in Bridge using windows 7 and a 4k monitor?  It appears as though this issue has come up previously but there is no answer.

    How do you increase font size in Bridge using windows 7 and a 4k monitor?  It appears as though this issue has come up previously but there is no answer.

    Unfortunately this will require some new programming by Adobe and there's no way to know when that will happen. In the meantime, the only option I think you have available to you is to change your resolution so that your monitor is using fewer pixels per inch.
    Kinda blows the whole value of the newer monitor but I suppose you can switch back and forth from low res when you are working in Bridge to high res when you are working in PS.
    Sorry, but for the time being, that's about it.
    Best,
    Gary

  • "apple-+" does not increase font size in preview pane in mail.app 4.2

    i have letterbox http://harnly.net/2009/software/letterbox/letterbox-beta-4-for-snow-leopard/ installed on my machine. before the SL upgrade, i could hit cmd-+ and increase the font size of the message i am viewing. that was super convenient!
    i can't do it any more. any ideas anybody on how to bring that back? btw, if i open a separate window for the message, i can use cmd-+ to increase font size. but no more can i use it in the preview window.

    the obvious suspect would be letterbox. it's beta (=bugs) and I've also heard report that it's incompatible with 10.6.2. you can try uninstalling it and see if that fixes the issue.

  • Increasing font size in Itunes 8

    OK, I know Itunes doesn't really allow you to increase font size over the "Large" setting. However, Robert Jacobson previously posted how to edit the ituneslocalized,qtr file in Itunes7 to change the default "large" font to 32pt.
    The font size for the "large" font in iTunes 7 is stored at offset 0x5358D, and for iTunes 6 at 0x446BE in the file
    \Program Files\iTunes\iTunes.Resources\en.lproj\iTunesLocalized.qtr
    By default the "large" size is 0xA (10 pt), but you can change it so say, 0x24 (36 pt) to make it very large.
    Anyone know how to do this in Itunes8?

    The offset for iTunes 8.0 is
    0x7D91C
    For iTunes 8.0.1 it is
    0x7DE38
    Hex editing isn't that hard! Trust me, you can do this without me writing a script for it.
    Download XVI32 (it's free):
    http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
    Unzip the file to a folder and run xvi32.exe.
    First, quit iTunes if it is running.
    Then, *make a backup* of <pre>C:\Program Files\iTunes\iTunes.Resources\en.lproj\iTunesLocalized.qtr</pre>
    Open the above file in xvi.
    From the "Address" menu, select "Goto". Click the radio button "hexadecimal", then put $7D91C (or $7DE38 for iTunes 8.0.1) and click OK.
    The cursor should end up on "0A".
    From the "Tools" menu, select "Encode Number". In the "Number" box, type the font size you want (the default "large" size for iTunes for Windows is 10.). Select the "byte (1 byte)" radio button. On the right, select "Overwrite at current address". Then click OK.
    Save the file and close XVI32.
    Wasn't that easy?
    Now, if you open iTunes and select the "Large" font for the List Text, it should be the size you specified.

  • Please help! How to increase font size in RemoteApp?

    I have weak-sighted user.
    There is some RemoteApp running on Windows Server 2008 R2 Standatd x64.
    I need to increase scale of fonts to 125% and use 120 dpi fonts for this user.
    But  increasing scale of fonts disabled on RDP Session.
    Option to use 120 dpi font doesn't exist.
    On Windows Server 2003 I can locally increase scale and dpi and this apply for RDP sessions of all users.
    If I locally increase font scale on Windows 2008 R2 this doesn't apply on RDP Session.
    I tried to use desktop customisation to increase fonts of Windows Title, Menu and etc for this user. But I can't increase system fonts on dialogs. 
    Please help me to increase font size for my RemoteApp.

    This is an old thread, but the problem persists on W.Server R2
    Interestingly, as Microsoft removed this functionality to solve this problem, wich in my case, with thin client's connected to the server, the problem is aggravated.
    It seems that there is not the slightest intention to solve this problem by Microsoft, since it is understood that each end-user settings, is completely independent of the configuration that should be the default Server or System Confg.
    Jesus..!!

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Bold chars & increase font size in ALV Top of Page - OOPS

    Hi,
    I am using ALV OOPs to display my data.
    I am splitting the container and using top container to display headings in following way:
    data:   top TYPE REF TO cl_dd_document
      CREATE OBJECT top
        EXPORTING
          style = 'ALV_GRID'.
      lv_fontsize = cl_dd_document=>large.
    lv_text = 'HEADING'.
      CONDENSE lv_text.
      CALL METHOD top->add_text
        EXPORTING
          text         = lv_text
          fix_lines    = 'X'
          sap_fontsize = lv_fontsize         "cl_dd_document=>large
        CHANGING
          document     = cv_top.
    But the heaidng is not displayed with high font size and is similar to the text with cl_dd_document=>medium
    How can I increase font size of heading.
    Thanks!

    Hi Vasu,
    Use SAP_STYLE parameter in the method.
    Value will be HEADING or KEY.
    Regards,
    Amitava

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • To increase font size in List Output in Report

    Hi, I have to increase the font size of my report's list output. I dont have to print it. So, please dont suggest print control. Only it needs to be displayed as an output.....
    Thanks.

    Sagar,
          If you want the font size to be more you can do that using the SAP GUI settings .The output will then appear in the increased format as it is only a list output that you are trying to see.press ALT+F12.Choose New Visual Design and then increase font size to maximum.
    Hope this helps.
    Cheers
    Nishanth

  • How to increase the size of orders in photoshop to make it more enjoyable to use the software

    how to increase the size of orders in photoshop to make it more enjoyable to use the software

    EDIT:  I noticed that you already posted the question in the appropriate forum..
    Message Edited by JoeLabView on 10-22-2007 07:56 AM

  • How to increase the size of window in virtual tool box

    Hi,
    I have install rhel5 in oracle virtual box... but the size of window in which rhel5 runs is small and it is not covering the entire area of virtual toolbox....
    How can i increase the size of window to full size...
    Thanks and Regards...

    You need to install the "kernel-devel" and "kernel-headers" packages and then choose "Install Virtualbox Guest additions" from the Virtualbox menu, while logged in as root, in order to install the appropriate video driver that will allow you to resize the screen.

  • How to increase font size in menu bars

    Hi, have eyesight dissability, need to increase font size in all menu bars for my brand new G5
    have any ideas? thanks
    Pepe

    System Preferences>Universal Access. Or change the resolution to 1344 X 840. System Preferences>Displays.
    BTW if you have a MacBook Pro it is not a G5. It is an intel Mac. G5 Macs were discontinued years ago.

  • How to increase font size in Java script alert message

    Is anybody know how to increase font size in Java script alert message
    THanks in Advance ....

    Hi,
    You can NOT do it with Javascript.
    You need an alternative solution: http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/popup-box_84.html
    Tobias

  • INCREASING FONT SIZE FOR GR SLIPS

    HI Everyone,
    i need to increase the font size whiule printign out the GR slips. Now i maintained the paramters for output type WE01 in MM cusomizing. Its all setup. All I need is I need to increase font size for the GR slip when its printed out for batch number , and Stock details. How do I do it in SMARTFORMS.....

    hi
    take help of your abaper for this
    also for good rplys post this in ABAP forum

Maybe you are looking for