class
	WEL_ENUM_LOG_FONT

General
	cluster: wel
	description: "Defines the attributes, the complete name, the style of a font. This structure is used by WEL_FONT_FAMILY_ENUMERATOR."
	create: make_with_pointer

Ancestors
	WEL_STRUCTURE*

Queries
	exists: BOOLEAN
	full_name: STRING_32
	is_equal (other: [like Current] WEL_ENUM_LOG_FONT): BOOLEAN
	item: POINTER
	log_font: WEL_LOG_FONT
	shared: BOOLEAN
	Structure_size: INTEGER_32
	style: STRING_32

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