 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Font Size increase</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/#comment-101012</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Thu, 29 Dec 2011 12:04:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-101012</guid>
		<description><![CDATA[Hi JayaShree,

You can find the FONT keyword under the parameters of the field.
After taking &quot;Shift + F11&quot; at corresponding field, It will look like,
&lt;pre&gt;                           Work with Field Keywords                            
                                                                               
Field  . . . . . . . . :   TSTFLD02      Record format  . . . . :   RCD001     
                                                                               
Type options, press Enter.                                                     
  2=Specify   4=Remove                                                         
                                                                               
Opt     Keyword            Opt     Keyword            Opt     Keyword          
        ALIAS                      DFT                        PRTQLTY          
        BARCODE                    DLTEDT                     REFFLD           
        BLKFOLD                    EDTCDE                     SKIPA            
        CDEFNT                     EDTWRD                     SKIPB            
        CHRID                      FLTFIXDEC                  SPACEA           
        CHRSIZ                     FLTPCN                     SPACEB           
        COLOR                      FNTCHRSET                  TEXT             
        CPI                     &gt;  FONT                       TIME             
        CVTDTA                     HIGHLIGHT                  TIMFMT           
        DATE                       INDTXT                     TIMSEP           
        DATFMT                     MSGCON                     TRNSPY           
        DATSEP                     PAGNBR                     UNDERLINE        &lt;/pre&gt;

If you cant be able to get the same(FONT) in the attributes list, You can use the FONT keyword directly by opening the DDS source of printer file at the corresponding field.

The above case is only if you like to change the font of particular field.
if you would like to increase the font of Complete Printer file. Then you can change the FONT while compiling printer file.
&lt;pre&gt;                          Create Printer File (CRTPRTF)                         
                                                                                
 Type choices, press Enter.                                                     
                                                                                
 Print quality  . . . . . . . . . PRTQLTY        *STD                           
 Form feed  . . . . . . . . . . . FORMFEED       *DEVD                          
 Source drawer  . . . . . . . . . DRAWER         1                              
 Output bin . . . . . . . . . . . OUTBIN         *DEVD                          
 Font:                            FONT                                          
   Identifier . . . . . . . . . .                *CPI                           
   Point size . . . . . . . . . .                                               &lt;/pre&gt;

CRTPRTF and F10(Additional Parameters), FONT will be set to *CPI by default. You can change the Font Size based on your Requirement.

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Hi JayaShree,</p>
<p>You can find the FONT keyword under the parameters of the field.<br />
After taking &#8220;Shift + F11&#8243; at corresponding field, It will look like,</p>
<pre>                           Work with Field Keywords                            
                                                                               
Field  . . . . . . . . :   TSTFLD02      Record format  . . . . :   RCD001     
                                                                               
Type options, press Enter.                                                     
  2=Specify   4=Remove                                                         
                                                                               
Opt     Keyword            Opt     Keyword            Opt     Keyword          
        ALIAS                      DFT                        PRTQLTY          
        BARCODE                    DLTEDT                     REFFLD           
        BLKFOLD                    EDTCDE                     SKIPA            
        CDEFNT                     EDTWRD                     SKIPB            
        CHRID                      FLTFIXDEC                  SPACEA           
        CHRSIZ                     FLTPCN                     SPACEB           
        COLOR                      FNTCHRSET                  TEXT             
        CPI                     &gt;  FONT                       TIME             
        CVTDTA                     HIGHLIGHT                  TIMFMT           
        DATE                       INDTXT                     TIMSEP           
        DATFMT                     MSGCON                     TRNSPY           
        DATSEP                     PAGNBR                     UNDERLINE        </pre>
<p>If you cant be able to get the same(FONT) in the attributes list, You can use the FONT keyword directly by opening the DDS source of printer file at the corresponding field.</p>
<p>The above case is only if you like to change the font of particular field.<br />
if you would like to increase the font of Complete Printer file. Then you can change the FONT while compiling printer file.</p>
<pre>                          Create Printer File (CRTPRTF)                         
                                                                                
 Type choices, press Enter.                                                     
                                                                                
 Print quality  . . . . . . . . . PRTQLTY        *STD                           
 Form feed  . . . . . . . . . . . FORMFEED       *DEVD                          
 Source drawer  . . . . . . . . . DRAWER         1                              
 Output bin . . . . . . . . . . . OUTBIN         *DEVD                          
 Font:                            FONT                                          
   Identifier . . . . . . . . . .                *CPI                           
   Point size . . . . . . . . . .                                               </pre>
<p>CRTPRTF and F10(Additional Parameters), FONT will be set to *CPI by default. You can change the Font Size based on your Requirement.</p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vjayashree</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/#comment-100998</link>
		<dc:creator>vjayashree</dc:creator>
		<pubDate>Thu, 29 Dec 2011 05:02:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-100998</guid>
		<description><![CDATA[Hi Pradeep,

Am using RLU only and in Report format keyword, there is no format as you mentioned or the keyword FONT. And I saw CPI only which is having 10 or 15 only... 
Please provide more clarification how to solve this..

Jayashree V.]]></description>
		<content:encoded><![CDATA[<p>Hi Pradeep,</p>
<p>Am using RLU only and in Report format keyword, there is no format as you mentioned or the keyword FONT. And I saw CPI only which is having 10 or 15 only&#8230;<br />
Please provide more clarification how to solve this..</p>
<p>Jayashree V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/#comment-100970</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Wed, 28 Dec 2011 11:23:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-100970</guid>
		<description><![CDATA[Oops.. Missed the link. Here it is.. 

http://publib.boulder.ibm.com/html/as400/v4r5/ic2979/info/db2/rbafpmst634.htm

If you just need to increase the size, You can use it like this.

&lt;pre&gt;FONT(font-identifier )&lt;/pre&gt;

The valid values for this parameter are 0.1 through 999.9. 

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Oops.. Missed the link. Here it is.. </p>
<p><a href="http://publib.boulder.ibm.com/html/as400/v4r5/ic2979/info/db2/rbafpmst634.htm" rel="nofollow">http://publib.boulder.ibm.com/html/as400/v4r5/ic2979/info/db2/rbafpmst634.htm</a></p>
<p>If you just need to increase the size, You can use it like this.</p>
<pre>FONT(font-identifier )</pre>
<p>The valid values for this parameter are 0.1 through 999.9. </p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepu9321</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/font-size-increase/#comment-100968</link>
		<dc:creator>deepu9321</dc:creator>
		<pubDate>Wed, 28 Dec 2011 11:08:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-100968</guid>
		<description><![CDATA[Hi Vjaya,

&lt;b&gt;Worldsoft Report Design&lt;/b&gt;

What is the tool you are using for Report design.
If you are using RLU(Or designing by using DDS), You can use &lt;b&gt;FONT&lt;/b&gt; Keyword for mentioning the Font type at Field level.
The format of this keyword is 
&lt;pre&gt;FONT(font-identifier &#124; &amp;font-identifier-field
    [(*POINTSIZE height-value &#124; &amp;height-value-field
    width-value &#124; &amp;width-value-field)])&lt;/pre&gt;

You can find little more info and sample code using below link.

&lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.langref2.doc/rzakd/rzakdmstzfont.htm&quot;&gt;&lt;/a&gt;

Pradeep.]]></description>
		<content:encoded><![CDATA[<p>Hi Vjaya,</p>
<p><b>Worldsoft Report Design</b></p>
<p>What is the tool you are using for Report design.<br />
If you are using RLU(Or designing by using DDS), You can use <b>FONT</b> Keyword for mentioning the Font type at Field level.<br />
The format of this keyword is </p>
<pre>FONT(font-identifier | &amp;font-identifier-field
    [(*POINTSIZE height-value | &amp;height-value-field
    width-value | &amp;width-value-field)])</pre>
<p>You can find little more info and sample code using below link.</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.langref2.doc/rzakd/rzakdmstzfont.htm"></a></p>
<p>Pradeep.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.040 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 09:00:25 -->