I need to increase font size in a text box in a book

What am I missing here?
I'm trying to put together a book, and I can't figure out how to make the text, in the text box, larger.
Any help is appreciated.
Thanks.

Problem solved this morning.
After reading the post: EMERGENCY: WORK LOST!
I shut down Aperture and did a consistency check. I didn't do the rebuild. But after doing that, I am now able to adjust font sizes in a book as one would expect.
Perhaps, when I was making no headway last night, merely re-launching aperture the normal way would have done the trick, so I don't know if the consistency check was the actual tool that fixed the problem or not.
I suppose consistency checks and rebuilding are good to do periodically, before problems arise.

Similar Messages

  • Need to increase font size of header in ALV

    Hi,
        I have a requirement to increase the font-size of header in the output ALV report. Also, i need to remove some of the standard icons from the output ALV using IT_EXCLUDING ?...Could any of you help me with this ?

    Hi friend,
    first, to increase font size of ALV header you can build a header manually as below:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    * EXPORTING
    *   I_INTERFACE_CHECK                 = ' '
    *   I_BYPASSING_BUFFER                = ' '
    *   I_BUFFER_ACTIVE                   = ' '
    *   I_CALLBACK_PROGRAM                = ' '
       I_CALLBACK_PF_STATUS_SET          = 'PF_STATUS_SET '
       I_CALLBACK_USER_COMMAND           = 'HTML_TOP_OF_PAGE'
    *   I_CALLBACK_TOP_OF_PAGE            = ' '
    *   I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    *   I_CALLBACK_HTML_END_OF_LIST       = ' '
    *   I_STRUCTURE_NAME                  =
    *   I_BACKGROUND_ID                   = ' '
    *   I_GRID_TITLE                      =
    *   I_GRID_SETTINGS                   =
    *   IS_LAYOUT                         =
    *   IT_FIELDCAT                       =
    *   IT_EXCLUDING                      =
    *   IT_SPECIAL_GROUPS                 =
    *   IT_SORT                           =
    *   IT_FILTER                         =
    *   IS_SEL_HIDE                       =
    *   I_DEFAULT                         = 'X'
    *   I_SAVE                            = ' '
    *   IS_VARIANT                        =
    *   IT_EVENTS                         =
    *   IT_EVENT_EXIT                     =
    *   IS_PRINT                          =
    *   IS_REPREP_ID                      =
    *   I_SCREEN_START_COLUMN             = 0
    *   I_SCREEN_START_LINE               = 0
    *   I_SCREEN_END_COLUMN               = 0
    *   I_SCREEN_END_LINE                 = 0
    *   I_HTML_HEIGHT_TOP                 = 0
    *   I_HTML_HEIGHT_END                 = 0
    *   IT_ALV_GRAPHICS                   =
    *   IT_HYPERLINK                      =
    *   IT_ADD_FIELDCAT                   =
    *   IT_EXCEPT_QINFO                   =
    *   IR_SALV_FULLSCREEN_ADAPTER        =
    * IMPORTING
    *   E_EXIT_CAUSED_BY_CALLER           =
    *   ES_EXIT_CAUSED_BY_USER            =
      TABLES
        t_outtab                          =
    * EXCEPTIONS
    *   PROGRAM_ERROR                     = 1
    *   OTHERS                            = 2
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    in your code, write 2 subroutines name: HTML_TOP_OF_PAGE and PF_STATUS_SET
    FORM html_top_of_page USING r_top TYPE REF TO cl_dd_document.
      DATA: text TYPE sdydo_text_element.
      DATA: s_table TYPE REF TO cl_dd_table_element.
      DATA: col_key TYPE REF TO cl_dd_area.
      DATA: col_info TYPE REF TO cl_dd_area.
    ** split TOP-Document
      CALL METHOD r_top->vertical_split
        EXPORTING
          split_area  = r_top
          split_width = '50%'.
    *    IMPORTING
    *      right_area  = a_logo.
    ** fill TOP-Document
      text = 'Example of a Heading'(201).
      CALL METHOD r_top->add_text
        EXPORTING
          text         = text
          sap_style    = 'HEADING'.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
    CALL METHOD r_top->new_line.
      CALL METHOD r_top->new_line.
      CALL METHOD r_top->add_table
        EXPORTING
          no_of_columns = 2
          with_heading  = ' '
          border        = '0'
        IMPORTING
          table         = s_table.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_key.
      CALL METHOD s_table->add_column
        IMPORTING
          column = col_info.
      text = 'A key value marked'(202).
      CALL METHOD col_key->add_text
        EXPORTING
          text         = text
          sap_emphasis = 'Strong'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 6.
      text = '600' .
      CALL METHOD col_info->add_text
        EXPORTING
          text      = text
          sap_style = 'Key'.
      CALL METHOD col_info->add_gap
        EXPORTING
          width = 3.
      text = 'Test'.
      CALL METHOD col_info->add_text
        EXPORTING
          sap_fontsize = cl_dd_area=>large "set font size
          text         = text.
    endform.
    *&      Form  pf_status_set
    *  Set pf status for alv list
    *      -->PT_EXTAB   tab for excluding fcode
    FORM pf_status_set USING pt_extab TYPE slis_t_extab.
      DATA:
            ls_extab TYPE slis_extab.
    *-sort up
      ls_extab-fcode = '&OUP'.
      APPEND ls_extab TO pt_extab.
    *-- sort down
      ls_extab-fcode = '&ODN'.
      APPEND ls_extab TO pt_extab.
      SET PF-STATUS 'STANDARD' EXCLUDING pt_extab. "change standard as your status
    ENDFORM.                    "pf_status_set
    You can refer the set font size in report DD_STYLE_TABLE.
    regards,

  • Need to Increase Font Size..

    Poor Eyesight. (Diabetes) I need a way to INCREASE the Font size and change Type of ALL DESKTOP Headers, dropdown menues and informational text WITHIN OSX.
    Just like the "APPEARENCE TAB" in "WINDOWS DISPLAY PROPERTIES"
    Is there any hope for ME? Third Party Add-on? Can't find anything in OSX that really helps. Even Fonts set to 16 don't do much.
    Can I change to "Areil Bold?" ANY Suggestions welcome. Thanks...:)

    This is a sad topic. Just this week I scoured the internet seeking an invention to change OSX toolbar font size (as well as Safari Bookmarks font size) and the news is not good. It turns out that those fonts especially are hardwired and cannot be changed. There is a discussion that goes all the way back to Panther about this, and every year people hope for a fix (Resolution Independence it's called).
    Right here in Apple discussions a gentleman put a hack in via Terminal. It is specifically for the 27" displays. I tried it on my 13" and yes the font changes to the larger - but then other display items disappear to make room. It is like folds or pleats appear to make up the difference, and some stuff got lost in the "wrinkles". The guy with the 27" machine was happy with his choice, and said he just "lives with" the accompanying flaws. I feel that on the high-res 27" machines there must be a lot less of the aforementioned "side effects" to deal with. See here -
    http://discussions.apple.com/thread.jspa?messageID=12127254&#12127254
    Try at your own risk, since Terminal operations are highly technical. I performed a clean install of OSX after I rejected the results of my own experiment. Bottom line is that more than a few people have sold or returned their Macs over this issue not because of sour grapes, but because they simply cannot read the toolbar, whereas on their PCs they always had a remedy. The issue is actually so fundamental that no one suspects a problem until they start using their new machine for the first time and cannot locate an adjusting app.

  • Visually handicap, needs to increase font size in logic pro, Command  doesn't work

    Hi,
         I'm visually handicapped, and new to logic-pro.  I'm having a miserable time reading the internal logic-pro fonts.  Command + doesn't work, and I can't find any preferrence or settings options that affect the default font sizes, any ideas?

    Unfortunately you cannot change the font size of the main fonts in Logic...
    However, there are a couple of other settings you may not be aware of...
    1) Under Logic Pro's preferences... go to Display
    Now you can change the size of the playhead and Local Windows under the General Tab
    You can increase the size of the Logic plugin windows/fonts sizes under the Mixer Tab (I have mine set to 200%)
    Note: This setting does not apply to 3rd party plugins.. only Logic's own plugins...
    Under the Piano Roll tab you can change the size of Bar/Beats/Division Lines...
    2) Using the screen zoom command... Hold down control and scroll on your mouse... will zoom in the screen...
    Note: as you are using Mountain Lion there is also a new setting under System Preferences/Accessability
    Choose Zoom on the left hand side
    Now choose Zoom Style/Picture in Picture and instead of a full screen zoom it provides you with a magnifying glass of sorts to just magnify the area arund your mouse pointer. I find this setting very useful....
    Hope this helps...

  • How to change font size in new text box

    Using Acrobat XI, I am trying to fill in a non fillable form simply by adding text boxes where information needs to go. Unfortunately the font used on the form is rather small and I can't seem to make the font smaller than 8. It not only looks ridiculous but I can not actually fit in all the information.
    How do I make the font smaller?
    Cheers
    S

    Use the "Add text box" tool under Comment - Drawing Markups.

  • IPhone 4s - Need to increase font size and add dashes to Phone Contact Details and Recents

    I am in my 40s and need reading glasses.  I can't read the Phone>Contacts details/numbers because the font is too small and there are no dashes between numbers.  Same applies to Phone>Recents but there are dashes that make the numbers more readible.  3rd party apps such as Big Names, Big Contacts don't apear to be maintained to work with new IOS releases.  Changing fonts in Accessbility doesn't alter the fonts in Contact details nor Recents.  Zoom is inconsistant and inconvient.
    This should be a simple fix for Apple or a 3rd party app that will help retain middle aged iPhone users and attract new users.  No one want to use there reading glasses to read their phone.  Andriod makes font selection a snap.
    Thoughs or adivce?
    Thanks...
    Neil

    Settings>General>Accessibility>Zoom. Turn it on. That or try bifocals (I've had to wear bifocals since I was in my mid 30's) or consider monovision contacts or lasik.

  • 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.

  • 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

  • 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

  • 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..!!

  • 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

  • To increase the font size of the text field on the screen

    Hi Experts,
    I have created a new screen , but there is a requirement to increase the size of the text field , so that they are visible even if the user is far from these system.
    Please let me know if this can be done.
    Thanx,
    Sunitha
    Edited by: sunitha j on Aug 18, 2008 10:13 AM

    >
    sunitha j wrote:
    > Hi ,
    >
    > It would br gr8..if u could give some more info about the usage of this class..i mean if i hav to implement it in my program....wat is the necessary data that needs to b copied...
    >
    > Thanx,
    > Sunitha
    what Text field you want to change.
    Since you are working with Dynpros , you have to split the screen in two parts, and one for the Showing differenet fonts and other your normal Dynpro information.
    you need to use the Method ADD_TEXT Did you check the program DD_STYLE_TABLE.

  • After ios5 upgrade can no longer increase font size on iPad or iPhone, any suggestions apart from getting new glasses!! Also the backlight on the iPad isn't as bright as before. Any ideas?

    After ios5 upgrade can no longer increase font size on iPad or iPhone, any suggestions apart from getting a new pair of glasses! Also, the backlight on the iPad isn't as bright as before the upgrade, any ideas?

    Hi Zak, thanks for the reply.
    The filename is whatever is set to be the background fill of the site (I presume the desktop background fill, if mobile versions are set to be different). I've tried a number of different files, sizes and types/formats and the result is still the same, so as far as I can tell it's not the file itself causing the issue...
    It uploads all pages (desktop, tablet and phone versions), .css files and .html files, and even the favicon .ico file but then hangs on the first image file, which incidentally is the background fill image.
    The total number of files is said to be 154. It gets stuck on file number 24.
    Yes the "Resume" dialog appears and upon clicking it just attempts to continue from the hang at the first image file (apparently 66% of the way through).
    Re: the "BC site has changed" part - I thought as much but figured worth reporting.
    ... Incidentally, as I've written this reply, I left the "Resume" dialog open (ie neither clicking "resume" or "cancel" and just as I've finished typing it appears to have published the site successfully?!! (I must've left it for roughly 5 minutes)
    Bizarre behaviour... I'm not sure if this will repeat itself with other sites but I'm sure there's a bug here that needs looking at regardless...?!
    Any thoughts?

  • 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

Maybe you are looking for

  • Language issue in PDF Format

    Hi experts, I am facing a weird issue. I have a smartform that can be printed or send to mail as pdf in Ukrainian. It is being printed correctly, but when it send it to mail as PDF (Using output type), the characters on the form are being merged toge

  • Policy map/ class map/ service policy for IOS xr

    Hi, I need to create a policy map and class map/service policy to limit the amount of bandwidth that can be used on one interface both in and out. I need the cap for the bandwidth to traverse this circuit to ne 10 Meg. the IOS xr version we are using

  • Unwanted strobe effect showing on rendered clips - Adobe CC 2014

    I'll try and describe the issue as best as possible - I haven't been able to find any similar issues by googling or on forums. As a bit of information about the project it's adobe CC 2014 with a mix of c100, c300, Gopro and various other footage so a

  • No exchange rate from PTE to EUR and date 02/16/2011 found

    Hi guyz, I am facing this error. "No exchange rate from PTE to EUR and date 02/16/2011 found (currency transl. 0SR_DEFCUR )     BRAIN     380" Require your expertise on this. cheerz, raps.

  • HELP! RECOVERY MODE IS NOT HELPING WITH ZEN MI

    Hello all. I JUST got a Zen Micro, believing that it was a dependable and user friendly machine. However, I've been proven wrong. Initially, it refused to charge fully only leaving me with a few hours of play. Then, it wouldn't turn on AT ALL!!! I tr