face-size? ( object -- ? )


Vocabulary
freetype

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the face-size class.

Definition
USING: classes.tuple.private ;

IN: freetype

: face-size? ( object -- ? ) \ face-size 9 tuple-instance? ;