ClanSoft logo
ClanSoft logo

    CL_Font::print_right

Syntax

void print_right(
        int x,
        int y,
        const char *text);

Parameters

x-X coordinate (in pixels) the text is ends at.
y-Y coordiante (in pixels) the text is drawn at.
text-The text to be drawn with this font.

Description

Prints text right aligned at coordinates (x,y).


Back to index



This page was built using the Perceps documentation system.