Handbook
Glossary
font-with-size ( font size -- font' )
Vocabulary
fonts
Inputs
font
an
object
size
an
object
Outputs
font'
an
object
Definition
USING:
accessors
kernel
;
IN:
fonts
:
font-with-size
( font size -- font' )
[
clone
]
dip
>>size
;
inline