ClanSoft logo
ClanSoft logo

    CL_Font::print_center

Syntax

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

Parameters

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

Description

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


Back to index



This page was built using the Perceps documentation system.