× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




Here's some examples I found online:
http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/rzau6/rzau6fntxmp.htm

Line 1: FONT(2305 (*POINTSIZE 18)) COLOR(RED)
Line 2: FONTNAME('Courier New' (*POINTSIZE 20)(*CODEPAGE T1V10037)) COLOR(GRN)
Line 3: FNTCHRSET(C0S0BRTR T1V10037) COLOR(BLU)
Line 4: FONT(2311 (*POINTSIZE 18)) COLOR(PNK)
Line 5: FNTCHRSET(C0N500H0 T1V10500) COLOR(*RGB 50 50 75)
Line 6: FNTCHRSET(CZN500 T1V10284 (*POINTSIZE 18)) COLOR(*RGB 75 20 40)
Line 7: CDEFNT(X0N51EHC) COLOR(*CMYK 0 50 50 0)
Line 8: FONT(2304 (*POINTSIZE 24 10)) COLOR(*CMYK 50 0 0 50)
Line 9: FNTCHRSET(CZH200 T1V10274 (*POINTSIZE 48 10)) COLOR(TRQ)
Line 10: FONT(19) COLOR(BRN)
Line 11: FONT(420 (*POINTSIZE 18 50)) COLOR(RED) TXTRTT(270)
Line 12: FONT(420 (*POINTSIZE 18 50)) COLOR(RED) TXTRTT(90)

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Stone, Joel
Sent: Tuesday, April 03, 2012 5:48 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: larger font desired

R PFTEXT1R
PFTEXT1 10 POSITION(.5 4.5)
FNTCHRSET(QFNTCPL/C0S0CI10 +
QFNTCPL/T1SKB005 +
(*POINTSIZE 90))

Using the above in a printer file, how can I make the font larger? *pointsize has no effect.

When used in an overlay, the font size is large - 1/2" high.

When used in the above printer file, the font is 10 points.

How can I enlarge the font when using an AFPDS printer file?

Thanks!






-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Vern Hamberg
Sent: Tuesday, April 03, 2012 4:19 PM
To: Midrange Systems Technical Discussion
Subject: Re: larger font desired

Hi Joel

There are libraries that start with QFNT* - these have the various font resources (*FNTRSC object type).

WRKLIBPFM QFNT*

will get you started. Then a 12 on each to see what is there, then maybe filter on attribute or some such.

There is always the WRKFNTRSC command, too. It has a positioning function key, but you can't position by attribute, while in PDM you can filter on that. You would filter on CDEPAG as the attribute in each library.

I looke on our old V5R1 machine - that code page is there - you might need to qualify with the library - QFNTCPL.

HTH
Vern

On 4/3/2012 3:27 PM, Stone, Joel wrote:
Iseries is giving msg "Unknown code page name T1SKB005, default values used. "


R PFTEXT1R
PFTEXT1 10 POSITION(.5 4.5)
FNTCHRSET(C0S0CI10 T1SKB005 +
(*POINTSIZE 20))


How can I see what code pages are on my system?


WRKFNTRSC FNTRSC(*ALL/C0S0CI10) shows font char set exists, is that enough?



I have an source overlay which shows the following fonts in use successfully:

Display Source Overlay Font

Font number . . . . . . . . : 1
Font type . . . . . . . . . : 3 Code page and font character set
Code page . . . . . . . . . : T1SKB005
Font character set . . . . . : C0S0CI10
Point size . . . . . . . . . : *NONE
Text . . . . . . . . . . . . : Italic


I tried to match the printer file to these values, but receive the msg "Unknown code page name T1SKB005, default values used. "

Any suggestions to get this font to print properly? (Italic, font ½"
high)

Thanks!

______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs Skyscan service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.


________________________________________________________________________
This inbound email has been scanned for all viruses by the MessageLabs SkyScan
service.
________________________________________________________________________

______________________________________________________________________
This outbound email has been scanned for all viruses by the MessageLabs Skyscan service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.