| Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
This unit handles writing of simple bitmap monosize fonts in opengl. Todo: could possibly be enhanced using display lists ?
procedure EndDrawStrings; |
procedure drawString(x,y:integer; s:string); |
procedure BeginDrawStrings(screen_width,screen_height:integer; texture:TTexture); |
procedure BeginDrawStrings(screen_width,screen_height:integer; texture:TTexture); |
procedure drawString(x,y:integer; s:string); |
procedure EndDrawStrings; |
| Name | Description |
|---|---|
CHAR_WIDTH = 6; |
|
CHAR_HEIGHT = 8; |