Handbook
Glossary
CFAttributedStringCreate ( alloc str attributes -- CFAttributedStringRef )
Vocabulary
core-foundation
.
attributed-strings
Inputs
alloc
an
object
str
an
object
attributes
an
object
Outputs
CFAttributedStringRef
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.dictionaries
core-foundation.strings
;
IN:
core-foundation.attributed-strings
FUNCTION:
CFAttributedStringRef
CFAttributedStringCreate
(
CFAllocatorRef
alloc,
CFStringRef
str,
CFDictionaryRef
attributes )