Handbook
Glossary
make-attributes ( open-font color -- hashtable )
Vocabulary
core-text
Inputs
open-font
an
object
color
an
object
Outputs
hashtable
an
object
Definition
USING:
make
;
IN:
core-text
MEMO:
make-attributes
( open-font color -- hashtable )
[
kCTForegroundColorAttributeName
,,
kCTFontAttributeName
,,
]
H{
}
make
;