Example documentationSample *.bat File: Generating Windows Font Metric File

 

Syntax Syntax

  1. * 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
End of the code.

First Page of SAP Printing Guide