Entering content frame

ExampleSample *.bat File: Generating Windows Font Metric File Locate the document in its SAP Library structure

* Generate font metrics files for TrueTypeÓ Times New Roman
* Start with normal text...
saplpd -p __DEFAULT -i00 -w %1 -m Times New Roman
* Rename the file so that it is not overwritten....
ren saplpd.met times%1
* Continue with Times New Roman italics, and so on...
saplpd -p __DEFAULT -i10 -w %1 -m Times New Roman
ren saplpd.met times%1.i
saplpd -p __DEFAULT -i01 -w %1 -m Times New Roman
ren saplpd.met times%1.b
saplpd -p __DEFAULT -i11 -w %1 -m Times New Roman
ren saplpd.met times%1.ib

 

This graphic is explained in the accompanying text  First Page of SAP Printing Guide

Leaving content frame