class
	WEL_TEXT_METRIC

General
	cluster: wel
	description: "Contains basic information about a physical font. All size are given in logical units; that is, they depend on the current mapping mode of the display context."
	create: make_by_pointer, make

Ancestors
	WEL_STRUCTURE*

Queries
	ascent: INTEGER_32
	average_character_width: INTEGER_32
	break_character: INTEGER_32
	character_set: INTEGER_32
	default_character: INTEGER_32
	descent: INTEGER_32
	digitized_aspect_x: INTEGER_32
	digitized_aspect_y: INTEGER_32
	exists: BOOLEAN
	external_leading: INTEGER_32
	first_character: INTEGER_32
	height: INTEGER_32
	internal_leading: INTEGER_32
	is_equal (other: [like Current] WEL_TEXT_METRIC): BOOLEAN
	italic: INTEGER_32
	item: POINTER
	last_character: INTEGER_32
	maximum_character_width: INTEGER_32
	overhang: INTEGER_32
	pitch_and_family: INTEGER_32
	shared: BOOLEAN
	struckout: INTEGER_32
	Structure_size: INTEGER_32
	underlined: INTEGER_32
	weight: INTEGER_32

Commands
	copy (other: [like Current] WEL_TEXT_METRIC)
	dispose
	initialize
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	set_item (an_item: POINTER)
	set_shared
	set_unshared