利用者:Jwilkins/VFX/Aspects/Font

提供: wiki
移動先: 案内検索

The Font Aspect

Header File: GPU_font.h

Switching

void GPU_font_begin(void);
void GPU_font_end(void);

Instead of using the GPU_aspect_begin function to switch into the Font aspect, this call has been wrapped with GPU_font_begin. Similarly with GPU_font_end. These functions take care of ending the previous aspect (assumed to be Basic) and starting the Font aspect.

Currently there are no special features that can be enabled or disabled when drawing fonts.