Home |All Classes |Grouped Classes |Index |Search

Function CL_Font

	CL_Font::CL_Font();

	CL_Font::CL_Font(
		CL_GraphicContext  context,
		const CL_StringRef & typeface_name,
		int height = 0,
		int average_width = 0,
		double escapement = 0.0,
		double orientation = 0.0,
		int weight = 0,
		bool italic = false,
		bool underline = false,
		bool strikeout = false,
		bool fixed_pitch = false);

	CL_Font::CL_Font(
		const CL_Font & copy);