Handbook
Glossary
<CFAttributedString> ( string assoc -- alien )
Vocabulary
core-foundation
.
attributed-strings
Inputs
string
an
object
assoc
an
object
Outputs
alien
an
object
Definition
USING:
core-foundation
core-foundation.utilities
destructors
kernel
;
IN:
core-foundation.attributed-strings
:
<CFAttributedString>
( string assoc -- alien )
[
[
>cf
&CFRelease
]
bi@
[
kCFAllocatorDefault
]
2dip
CFAttributedStringCreate
]
with-destructors
;