All Classes |Grouped Classes |Index

Function insert_glyph

Insert glyphs from a text string (using to system font)

	void CL_Font_System::insert_glyph(
		CL_GraphicContext & gc,
		CL_Font_System_Position & position,
		CL_PixelBuffer & pixel_buffer);

	void CL_Font_System::insert_glyph(
		CL_GraphicContext & gc,
		const CL_StringRef & text);

Detailed description:

param: gc = The graphic context param: text = The text to use