All Classes |Grouped Classes |Index

Function draw_glyphs

Draw glyphs on device context.

	void CL_Font_Vector::draw_glyphs(
		CL_GraphicContext & gc,
		float x,
		float y,
		int * glyphs,
		int length,
		bool filled = true,
		float * interspacing_x = 0,
		float * interspacing_y = 0,
		const CL_Colorf & color = CL_Colorf::white );