FastLED 3.9.15
Loading...
Searching...
No Matches

◆ stbtt_tag4

#define stbtt_tag4 ( p,
c0,
c1,
c2,
c3 )
Value:
((p)[0] == (c0) && (p)[1] == (c1) && (p)[2] == (c2) && (p)[3] == (c3))

Definition at line 1317 of file stb_truetype.cpp.hpp.

Referenced by fl::third_party::truetype::stbtt__isfont().