Re: Font size question

  •  05-04-2010, 6:30 AM

    Re: Font size question

    Eric:
    1. <FontSize>  
    2.       <item text="1 (8pt)" value="1" />  
    3.      <item text="2 (10pt)" value="2" />  
    4.      <item text="5 (18pt)" value="5" />  
    5. </FontSize>  
    Example 2.
    1. <FontSize>  
    2.       <item text="10px" value="10px" />  
    3.      <item text="12px" value="12px" />  
    4.      <item text="14px" value="14px" />  
    5. </FontSize>  
    Regards,
    Eric
     
     
     
    I was using that initially but we have to have fonts 8, 9 and 10 (at the minimun) in our program for legal reasons.  There are certain documents that have to be in font 8 or 9.
     
    I saw that example before but realized we needed more.
     
    Is it possible to have fonts 8 through 15 and have it correctly select it when text is selected?
     
    Thx
    jonpfl
View Complete Thread