Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
face? ( object -- ? )
Vocabulary
freetype
Inputs and outputs
object
an
object
?
a boolean
Word description
Tests if the object is an instance of the
face
class.
Definition
USING:
classes.tuple.private
;
IN:
freetype
:
face?
( object -- ? )
\
face
9
tuple-instance?
;