Public Member Functions | |
| Pt3dFont (IntPtr deviceContext, String fontName, int fontSize, bool bold) | |
| void | Clear () |
| void | Print (int x, int y, string text) |
| Powertek.OpenGl.Pt3dFont.Pt3dFont | ( | IntPtr | deviceContext, | |
| String | fontName, | |||
| int | fontSize, | |||
| bool | bold | |||
| ) |
| void Powertek.OpenGl.Pt3dFont.Clear | ( | ) |
Clear.
| void Powertek.OpenGl.Pt3dFont.Print | ( | int | x, | |
| int | y, | |||
| string | text | |||
| ) |
Print a text on screen.
| x | ||
| y | ||
| text |
1.5.7.1