indexing
	description: "Text Metric Pitch and Family (TMPF) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_TMPF_CONSTANTS

feature -- Access

	tmpf_device: INTEGER

	tmpf_fixed_pitch: INTEGER

	tmpf_truetype: INTEGER

	tmpf_vector: INTEGER
	
invariant

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

end -- class WEL_TMPF_CONSTANTS