All Classes |Grouped Classes |Index

Function CL_Font_System

Constructs a Font System.

	CL_Font_System::CL_Font_System();

	CL_Font_System::CL_Font_System(
		CL_GraphicContext & context,
		const CL_StringRef & typeface_name,
		int height);

	CL_Font_System::CL_Font_System(
		CL_GraphicContext & context,
		const CL_FontDescription & desc);