IBM Print Transforms from AFP for Infoprint Server for z/OS
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Sample font-mapping table

IBM Print Transforms from AFP for Infoprint Server for z/OS
G325-2634-02

Sample font-mapping table

Figure 4 shows an example of a font-mapping table. Also, see the font-mapping sample provided in /usr/lpp/Printsrv/samples/aokfontmap.samp.

Figure 4. Sample font-mapping table
;*********************
;   Sample Mappings  *
;*********************
; All are just normal typeface except for the BOLDFACE font.
;
; Map Specials Bookmaster 12 point normal raster to Bookmaster outline font.
 mapfont RFONT=C0B20CB0, OFONT=CZB20C;
;
; Map Latin1 Bookmaster 12 point normal raster to Bookmaster outline font.
 mapfont RFONT=C0B200B0, OFONT=CZB200;
;
; Map Latin1 Helvetica 12 point normal raster to Helvetica outline font.
 mapfont RFONT=C0H200B0, OFONT=CZH200;
;
; Map Cyrillic Greek Helvetica 12 point normal raster to Helvetica outline font.
 mapfont RFONT=C0H203B0, OFONT=CZH203;
;
; Map ITC BOUTROS MODERN ROKAA ARABIC 12 point normal raster to ITC BOUTROS MODERN ROKAA ARABIC outline
 mapfont RFONT=C0H204B0, OFONT=CZH204;
;
; Map IBM Logo 12 point normal raster to IBM Logo outline font
 mapfont RFONT=C0IBM0B0, OFONT=CZIBM0;
; 
; Map Latin1 Times New Roman 12 point normal raster to Latin1 Times New Roman outline font.
 mapfont RFONT=C0N200B0, OFONT=CZN200;
.
.
.
;************************************
;   Sample Mappings with Wildcards  *
;************************************
; BookMaster Special Normal	
 mapfont  RFONT=C0B20C*	OFONT=CZB20C;
; BookMaster Special Bold	
 mapfont  RFONT=C0B40C*	OFONT=CZB40C;
; BookMaster Special Italic	
 mapfont  RFONT=C0B30C*	OFONT=CZB30C;
; BookMaster Special Italic Bold	
 mapfont  RFONT=C0B50C*	OFONT=CZB50C;
; BookMaster Special Reverse	
 mapfont  RFONT=C0B60C*	OFONT=CZB60C;
; Courier Normal	
 mapfont  RFONT=C04200*	OFONT=CZ4200;
; Courier Italic	
 mapfont  RFONT=C04300*	OFONT=CZ4300;
; Gothic Text Normal	
 mapfont  RFONT=C06200*	OFONT=CZ6200;
; Helvetica Normal	
 mapfont  RFONT=C0H200*	OFONT=CZH200;
; Helvetica Bold	
 mapfont  RFONT=C0H400*	OFONT=CZH400;
; Helvetica Italic	
 mapfont  RFONT=C0H300*	OFONT=CZH300;
; Helvetica Italic Bold	
 mapfont  RFONT=C0H500*	OFONT=CZH500;
; Latin1 BookMaster Normal	
 mapfont  RFONT=C0B200*	OFONT=CZB200;
; Latin1 BookMaster Italic	
 mapfont  RFONT=C0B300*	OFONT=CZB300;
.
.
.                                     

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014