利用者:Jwilkins/VFX/Aspects/Font
< 利用者:Jwilkins | VFX | Aspects
2013年9月24日 (火) 08:26時点におけるwiki>Jwilkinsによる版 (Created page with "= The Font Aspect = Header File: <tt>GPU_font.h</tt> == Switching == <source lang="c"> void GPU_font_begin(void); void GPU_font_end(void); </source> Instead of using the <tt>...")
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.