Home |All Classes |Grouped Classes |Index |Search

Function CL_FontMetrics

	CL_FontMetrics::CL_FontMetrics();

	CL_FontMetrics::CL_FontMetrics(
		double height,
		double ascent = 0.0,
		double descent = 0.0,
		double external_leading = 0.0,
		double average_character_width = 0.0,
		double max_character_width = 0.0,
		double weight = 0.0,
		double overhang = 0.0,
		double digitized_aspect_x = 0.0,
		double digitized_aspect_y = 0.0,
		bool italic = false,
		bool underline = false,
		bool struck_out = false,
		bool fixed_pitch = false);