Deathshadow's Madness
Madness and you, perfect together

Procedure tglKernedFont.writeStringRight

Declaration

procedure writeStringRight(st:string);

Purpose

Writes a string right justified off the cursor position, leaving the cursor position unchanged (in theory)

Parameters

st : string

The string to be output

Code Example

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

Project Index