AdjustDescent

Adjusts the descent of the font being created.

Syntax

AdjustDescent adjustment
      
    

Parameters

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

Remarks

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

Note

The AdjustDescent 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 Descent by 3.
      AdjustDescentLeading 3
    

See Also

Reference

AdjustAscent