Unit stringdrawer

DescriptionusesClasses, Interfaces and ObjectsFunctions and ProceduresTypesConstantsVariables

Description

This unit handles writing of simple bitmap monosize fonts in opengl. Todo: could possibly be enhanced using display lists ?

uses

Functions and Procedures

Overview

procedure EndDrawStrings;
procedure drawString(x,y:integer; s:string);
procedure BeginDrawStrings(screen_width,screen_height:integer; texture:TTexture);

Description

procedure BeginDrawStrings(screen_width,screen_height:integer; texture:TTexture);

 

procedure drawString(x,y:integer; s:string);

 

procedure EndDrawStrings;

 

Constants

NameDescription
CHAR_WIDTH = 6;  
CHAR_HEIGHT = 8;  

Generated by PasDoc 0.8.8 on 2005-01-20 19:01:21