Handbook
Glossary
compute-line-metrics ( open-font line -- line-metrics )
Vocabulary
core-text
Inputs
open-font
an
object
line
an
object
Outputs
line-metrics
an
object
Definition
USING:
fonts
kernel
;
IN:
core-text
:
compute-line-metrics
( open-font line -- line-metrics )
[
metrics
new
]
2dip
[
compute-font-metrics
]
[
typographic-bounds
store-typographic-bounds
]
bi*
compute-height
;