![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
テキスト描画のフォント
#include <SprGRRender.h>
Public メソッド | |
| GRFont (int h=20, const char *f=NULL) | |
| void | SetColor (unsigned long c) |
| bool | operator< (GRFont &f) |
| GRFont & | operator= (const GRFont &rhs) |
Public 変数 | |
| int | height |
| フォントの高さ | |
| int | width |
| 平均文字幅 | |
| int | weight |
| フォントの太さ(0 - 900) | |
| std::string | face |
| タイプフェイス | |
| unsigned long | color |
| フォントの色 | |
| bool | bItalic |
| イタリック体 | |