Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

font-descent

Generic function

Summary

Returns the descent of the font in the specified text style.

Signature

font-descent text-style port #key character-set => descent

Arguments

text-style
An instance of type <text-style>.

port
An instance of type <port>.

character-set
An instance of type <object>.

Values

descent
An instance of type <real>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the descent of the font in the text-style on port.

See also

font-ascent, page 272

font-height, page 274

font-metrics, page 274

font-width, page 275


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index