C
#define GFX_Font_GetAntiAliasType
Overview
Returns the font anti-alias type.
Returns
Return the current font anti-alias type.
- ANTIALIAS_TRANSLUCENT - (or 1) when font anti-alias is type translucent
- ANTIALIAS_OPAQUE - (or 0) when font anti-alias is type opaque
Preconditions
Compiler switch USE_ANTIALIASED_FONTS must be enabled