「利用者:Jwilkins/VFX/Aspects/Font」の版間の差分

提供: wiki
移動先: 案内検索
(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>...")
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 06:04時点における最新版

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.