All Classes |Grouped Classes |Index

Function get_glyphs

Find glyph indexes and inter-spacing (x,y) values for text.

	void CL_Font_Vector::get_glyphs(
		const CL_StringRef & text,
		int * out_glyphs,
		float * out_interspacing_x,
		float * out_interspacing_y);