Deathshadow's Madness
Madness and you, perfect together

Procedure tglKernedFont.writeString

Declaration

procedure writeString(st:string);

Purpose

Writes a string and updates the cursor position to the end of that string.

Parameters

st : string

The string to be output

Code Example

demoFont.writeString('This is a test');

Project Index