indexing description: "Font pitch constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class interface WEL_FONT_PITCH_CONSTANTS feature -- Access Default_pitch: INTEGER is 0 Fixed_pitch: INTEGER is 1 Variable_pitch: INTEGER is 2 invariant -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) end -- class WEL_FONT_PITCH_CONSTANTS