Handbook
Glossary
all-font-families ( -- seq )
Vocabulary
core-foundation
.
fonts
Inputs
None
Outputs
seq
an
object
Definition
USING:
cocoa.classes
cocoa.messages
cocoa.runtime
core-foundation.strings
;
IN:
core-foundation.fonts
:
all-font-families
( -- seq )
NSFontManager
{
id
{
id
SEL
}
}
"sharedFontManager"
send
{
id
{
id
SEL
}
}
"availableFontFamilies"
send
CF>string-array
;