FT_Bitmap? ( object -- ? )


Vocabulary
freetype

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the FT_Bitmap class.

Definition
USING: classes.tuple.private ;

IN: freetype

: FT_Bitmap? ( object -- ? ) \ FT_Bitmap 9 tuple-instance? ;