AdjustInternalLeading

Adjusts the internal leading measurement of the font being created.

Syntax

AdjustInternalLeading adjustment
      
    

Parameters

  • adjustment
    An integer indicating the number of EM units to adjust the internal leading measurement. A positive number increases the internal leading measurement, and a negative number decreases it.

Remarks

The internal leading measurement cannot be decreased to less than 0. For example, if the original font has an internal leading measurement of 3, and adjustment is -4, TFConvert will fail.

Note

The AdjustInternalLeading option can be applied only once per .fntdef file. If this option is included more than once, the last occurrence will be used.

Example

      #The following increases the internal leading measurement by 3.
      AdjustInternalLeading 3
    

See Also

Reference

AdjustExternalLeading