class
	WEL_CHOOSE_FONT_DIALOG

General
	cluster: wel
	description: "Standard dialog box to choose a font."
	create: make

Ancestors
	WEL_BIT_OPERATIONS
	WEL_CF_CONSTANTS
	WEL_FONT_TYPE_CONSTANTS
	WEL_STANDARD_DIALOG*

Queries
	color: WEL_COLOR_REF
	exists: BOOLEAN
	flags: INTEGER_32
	font_type: INTEGER_32
	has_flag (a_flags: INTEGER_32): BOOLEAN
	is_equal (other: [like Current] WEL_CHOOSE_FONT_DIALOG): BOOLEAN
	item: POINTER
	log_font: WEL_LOG_FONT
	maximum_size: INTEGER_32
	minimum_size: INTEGER_32
	point_size: INTEGER_32
	selected: BOOLEAN
	shared: BOOLEAN
	Structure_size: INTEGER_32
	valid_font_type_constant (c: INTEGER_32): BOOLEAN

Commands
	activate (a_parent: WEL_COMPOSITE_WINDOW)
	add_flag (a_flags: INTEGER_32)
	copy (other: [like Current] WEL_CHOOSE_FONT_DIALOG)
	dispose
	initialize_with_character (a_character: CHARACTER_8)
	memory_copy (source_pointer: POINTER; length: INTEGER_32)
	remove_flag (a_flags: INTEGER_32)
	set_color (a_color: WEL_COLOR_REF)
	set_dc (a_dc: WEL_DC)
	set_flags (a_flags: INTEGER_32)
	set_item (an_item: POINTER)
	set_log_font (a_log_font: WEL_LOG_FONT)
	set_maximum_size (size: INTEGER_32)
	set_minimum_size (size: INTEGER_32)
	set_shared
	set_unshared
	structure_initialize