How to use different font sizes in smart from?

Hi Gurus,
     I'm creating a form and i am trying to place a title with font size around 50, and i tried creating a paragraph type with a font of this size in smart styles, the problem is when i am editing the text node, the font size appears to be right, but when i print it, the font gets much smaller, can anyone help on this?
I have created SMART STYLE as YSMART.
Header---- H4 ( For Main Headings)
Paragraph -
H1 (Table Headings)
H2 ( Label Headings)
H3 ( Label Values)
H4 ( Main Headings)
I have given H4 as Header font in smart style.  
Thanks In Advance..!
Edited by: sreelakshmi.B on Jun 25, 2010 10:07 AM

HI ,
Just check with your smart styles with assigned  paragraph  allignment   .
Try to create character style  with your required  font ,size and  Allignment  .
Hope u this will solve your issue  .
Let me know if any concerns......
Regards,
Lokesh

Similar Messages

  • How to reduce the font size - "Portal Smart Text - CURRENT USER"

    Hi Gurus,
    I am showing the user name on the top left corner of our portal page. The default font size is little big(16 point size). How can I reduce the size to probably 10. I am using the "Built-In Navigation Item Types - Portal Smart Text - CURRENT USER" which shows the name of the current user. Please post a reply if you have any idea about this.
    Thanks
    Raj
    --------

    Put the item in its own region, assign a different style to the region, and set the font size for the Display Name attribute in the region's style.
    Or, you can use a PL/SQL item with this code:
    begin
    htp.p('<font size="-3">
    || portal.wwctx_api.get_user
    || '</font>');
    end;
    Regards,
    Jerry
    PortalPM

  • How to use different fonts in java

    i want to use some other font,what should i do to use a different font??? thanks in advance

    Hi,
    Use the function below for the component you want to change the font.
    setFont
    public void setFont(Font f)
    Sets the Font of this object.
    Parameters:
    f - the new Font for the object
    Hope this helps
    Roopasri Vittal
    Developer Technical Support
    Sun Microsystems
    http://sun.com/developers/support

  • JTree how to use different font's color for different node

    Hi all
    This is the first time I am using JTree in my application and I have got some problems with it that I can't work out after reading the Java tutorial. Please help!
    1. For some nodes, the font color need to be different.
    2. One node need to use more than one font type for example "This is a sample " some words need to be bolded.
    Kind regards
    Edmond

    Did you read the section on [url http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html#display]Customizing a Tree's Display?
    And did you follow the link on renderers?

  • How to use different font styles in the same boolean text?

    Hi all,
    As reported here http://digital.ni.com/public.nsf/allkb/6BD344ACA4DEE20A8625692700737E16, it is possible to change font color, size or other font properties of a subtext in a string indicator. This can be applied to a caption too.
    I'd like to apply this properties to a boolean text but it does not work. The boolean control has the Text.selectionStart and End property node but it does not appear to function.
    Can you help me?
    Thanks all

    This is a bug in the development environment (I think it showed up around LV8).
    There's a workaround, but it seems to work intermittently: Place some floating text on your front panel, then edit it's font styles.  Select and copy the floating text.  Select the boolean text (double click on it).  Paste.

  • How to set different font for a particular row in jtables?

    How to set different font size and font type for a particular row in jtable?

    More than enough sample code here:
    [http://java.sun.com/docs/books/tutorial/uiswing/components/table.html]
    db

  • 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

  • How to change the font size of text and case in smartforms

    hi,
       could any one explain how to change the font size of text in smartforms. ex. previously i had taken P4 left aligned and C6 but now i want to decrease the font without making it bold. pl......... guide me
       secondly the value which are coming from tables are upper case but i need lower case. pl. guide
    thanking u

    check out the smart styles...create a font of ur size n use.
    Define the paragraphs & character formats using SMARTSTYLES & use them in your smartform.
    You have to give the smartstyle name in the Form attributes-->Output options for the formats to be used in your smartform.
    You can define font size in Smartform Style.
    Smartform Styles > Charcterformat> Font --> size.
    to load the font to SAP server chk this
    Re: Adding a new font for SAPscript/SMARTFORM output
    Regards
    Vasu

  • Different font sizes in Explorer and Safari

    Hi there, before I go completely nuts can someone give me a
    hand with figuring out how I can get my plain old body text to
    display at the same size in both Explorer and Safari.
    I am using a Mac myself, but when entering text at size 1, it
    is displaying larger in Explorer (at about the size I want) and
    very small in Safari (too small to be easily readable). I have done
    some research and thought cascading style sheets might be the way
    to go but I have also read that the some text problems occur when
    using cascading style sheets.
    I haven't bothered with them previously as there hasn't been
    that much text to bother with them.
    Has anyone got any tips, or has used CSS to fix this problem?
    Regards,
    Elle V
    p.s. if you are using a mac, you can check out what I mean by
    viewing www.homestylefinance.com.au/company.html in both browsers.
    I would be interested in hearing from a PC user to see if they are
    seeing the same thing.

    You can define your text sizes in many different ways:
    points, pixels, em,
    percentages, etc.
    I personally use a percentage to define my base font-size in
    my style sheet,
    and then declare different text sizes in em's for different
    selectors. I'd
    stay away from points (which it sounds like you're using them
    - due to the
    fact that cross-browser display varies). I'd also stay away
    from pixels,
    because IE users can not resize their browser text size.
    My personal suggestion would be to use em's to declare your
    font sizes. Here
    is an example of something you could put in your CSS document
    (which you'll
    want to start using):
    body { font-size: 100%; }
    .text1 { font-size: .75em }
    HTH, take care.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "Elle V" <[email protected]> wrote in
    message
    news:e89ngu$ga6$[email protected]..
    > Hi there, before I go completely nuts can someone give
    me a hand with
    > figuring
    > out how I can get my plain old body text to display at
    the same size in
    > both
    > Explorer and Safari.
    >
    > I am using a Mac myself, but when entering text at size
    1, it is
    > displaying
    > larger in Explorer (at about the size I want) and very
    small in Safari
    > (too
    > small to be easily readable). I have done some research
    and thought
    > cascasing
    > style sheets might be the way to go but I have also read
    that the some
    > text
    > problems occur when using cascading style sheets.
    >
    > I haven't bothered with them previously as there hasn't
    been that much
    > text to
    > bother with them.
    >
    > Has anyone got any tips, or has used CSS to fix this
    problem?
    >
    > Regards,
    >
    > Elle V
    >
    >

  • How to change IR font size (only) dynamically

    Hi,
    On blog http://www.danielmcghan.us/2009/01/that-font-is-too-small.html, there was a nice example how to change IR font size on the fly.
    Some how seems that this is not working new Responsive 25 theme, which is not having "td" . So could anyone help me.
    I'd like to add some saving ability to some table (user preferences table) ... sou please expand that example if possible.
    For that I made it on Apex cloud demo: FONT_SIZE_ADJ_APP
    http://apex.oracle.com/pls/apex/f?p=2354
    Login data:
    UN : guest_admin
    PWD: Qwertz123!
    THX in advance for your help.
    Brg,
    Damir

    Th actual code from the working example looks different from the blogpost
    May be worth trying this code (in your page template)
    <td style="white-space:nowrap"><span id="decreaseFont">(-) </span><span id="saveFont">Save</span><span> / </span><span id="resetFont">Reset</span><span id="increaseFont"> (+)</span></td><u>For saving this into a custom user preferences table:</u>
    - you can amend the application process RETURN_NOTHING to insert/update using the item FONT_SIZE_ADJ
    And add computation to set the value into FONT_SIZE_ADJ from the user preferences table for the first time when users login

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

  • How to use different page scapes in smartforms

    hi
    How to use different page scapes in smartforms.
    I want Potrait format in the 1st page and Lanscape format in 2nd page is it possible if so plz suggest me an idea

    Hi,
    It is possible in smart forms, but not in scripts.
    we can have 3 tabbed options for pages in smart forms.
    <b>General...
    Output options
    Conditions</b>.
    In <b>output options</b> u can define whether a page can portrait or land scape in <b>print attributes</b>.
    Reward if helpful.
    Regards,
    Sandhya

  • I have loaded windows 8.1 via bootcamp on my macbook air 11 inch how can i adjust font size etc

    I have loaded windows 8.1 via bootcamp on my macbook air 11 inch how can i adjust font size. I have to do a lot of work in office 2013 and it is very very difficult to see the screen.
    Thank you

    Microsoft store will provide a download manager (.exe) using your Product Key, which needs to be run on a PC. This manager will then let you download an ISO image to a USB and/or DVD.

  • How can I set font size of a column of Multicolumn Listbox at one time in edit mode?

    HI,
    I want to creat a Multicolumn Listbox with different font size in diffrent columns.
    But  I can only modify all cells or one cell font size at one time!
    How can I do?
    THANKS!

    My labview version is 7.1.
    I can't open the .vi you deliver.
    And in LV7.1, I can't  find  fontsize setting in property node.
    thank you all the same!
    Attachments:
    1111.JPG ‏27 KB

  • For Adobe Acrobat X Pro how do you change font size Acrobat in form editing mode?

    For Adobe Acrobat X Pro how do you change the font size when Acrobat is in Form Editing Mode? The fonts are different sizes in the highlighted fields.  I want the font the same size throughout my document...

    Dear Michael:
    The documents do not look professional with the 2 different font sizes.  And it
    is driving me crazy because I cannot figure it out… But I will try the steps you
    gave me to change the font size.  Attached via e-mail is a screanshot of the
    document.
    Sincerely, Lisa

Maybe you are looking for

  • I've installed itunes for windows 7 64-bit, but then itunes says I haven't

    I've installed itunes on my new Windows 7 64-bit computer multiple times, but every time I plug in my iphone 5 I get a message saying I need to install itunes 64-bit. I've tried all the fixes I've found online to no avail. Anyone out there able to he

  • Transferred one Macbook to another... Password not working!?

    I just transferred a nicely set up mac pro to a mac pro of the same generation.  I now have two perfectly fresh installs of OSX with only the applications I need. However... I just tried to log into the computer that received the transferred data and

  • Placed PSD drops Alpha?

    Hello, I have a PSD file that when placed in Illustrator, the background is white and not transparent. The file is 8bit, the PSD has no layers, and it is not large about 2kx1k in size. I have tried tiff and even PNG. I also tried to embed the file. I

  • Unstable WiFi on NB200

    I have a recently bought NB200. I have 10Mbit Virgin Media (Cable ISP) into my house then to a wireless router. The connection is completely problem free via my iPhone, iPod Touch and other laptop. However, when connecting via this new nb200 it is un

  • How to recover an ipod

    lost my password and have nothing else to do but recover the ipod but its not working someone please help me!