AdjustAscent

Adjusts the ascent of the font being created.

Syntax

AdjustAscent adjustment
      
    

Parameters

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

Remarks

The ascent cannot be decreased to less than 0. For example, if the original font has an ascent of 10, and adjustment is -11, TFConvert will fail.

Note

The AdjustAscent 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 ascent by 3.
      AdjustAscent 3
    

See Also

Reference

AdjustDescent