indexing
	description: "Set Character Format constants."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_SCF_CONSTANTS

feature -- Access

	Scf_all: INTEGER is 4
			-- Apply format to all text.

	Scf_selection: INTEGER is 1
			-- Apply format to selection only.

	Scf_word: INTEGER is 2
			-- Apply format to word only.
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_SCF_CONSTANTS