Go to the first, previous, next, last section, table of contents.


font-descent

Function: font-descent { font -> descent }
file: 10-C-utils.t
package: muf
status: alpha

Returns the vertical descent in pixels used for interline spacing of the given font. (Some characters may in the font may actually descent deeper than this.)

The font argument must satisfy font?

The descent value will satisfy integer?


Go to the first, previous, next, last section, table of contents.