logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_select_font - select font

Author

SimonWunderlich
           Author of s3d

s3d                                                                                           S3D_SELECT_FONT(3)

Description

       This selects a font for the s3d_draw_string() function.

           Warning

           Of course, you won't forget to toggle it visible, won't you?

            s3d_select_font("vera"); // will use the vera font face

Name

       s3d_select_font - select font

Synopsis

#include<s3d.h>ints3d_select_font(constchar*mask);

See Also