All Classes |Grouped Classes |Index

Function draw_text

Print text on gc.

	virtual void CL_FontProvider::draw_text(
		CL_GraphicContext & gc,
		float x,
		float y,
		const CL_StringRef & text,
		const CL_Colorf & color);

Detailed description:

Function does not need to support multiline text ( CL_Font splits it)