indexing description: "Font Weight (FW) constants." status: "See notice at end of class." date: "$Date$" revision: "$Revision$" class WEL_FW_CONSTANTS feature -- Access Fw_dontcare: INTEGER is external "C [macro %"wel.h%"]" alias "FW_DONTCARE" end Fw_thin: INTEGER is external "C [macro %"wel.h%"]" alias "FW_THIN" end Fw_extralight: INTEGER is external "C [macro %"wel.h%"]" alias "FW_EXTRALIGHT" end Fw_light: INTEGER is external "C [macro %"wel.h%"]" alias "FW_LIGHT" end Fw_normal: INTEGER is external "C [macro %"wel.h%"]" alias "FW_NORMAL" end Fw_medium: INTEGER is external "C [macro %"wel.h%"]" alias "FW_MEDIUM" end Fw_semibold: INTEGER is external "C [macro %"wel.h%"]" alias "FW_SEMIBOLD" end Fw_bold: INTEGER is external "C [macro %"wel.h%"]" alias "FW_BOLD" end Fw_extrabold: INTEGER is external "C [macro %"wel.h%"]" alias "FW_EXTRABOLD" end Fw_heavy: INTEGER is external "C [macro %"wel.h%"]" alias "FW_HEAVY" end Fw_ultralight: INTEGER is external "C [macro %"wel.h%"]" alias "FW_ULTRALIGHT" end Fw_regular: INTEGER is external "C [macro %"wel.h%"]" alias "FW_REGULAR" end Fw_demibold: INTEGER is external "C [macro %"wel.h%"]" alias "FW_DEMIBOLD" end Fw_ultrabold: INTEGER is external "C [macro %"wel.h%"]" alias "FW_ULTRABOLD" end Fw_black: INTEGER is external "C [macro %"wel.h%"]" alias "FW_BLACK" end end -- class WEL_FW_CONSTANTS --|---------------------------------------------------------------- --| Windows Eiffel Library: library of reusable components for ISE Eiffel. --| Copyright (C) 1986-2001 Interactive Software Engineering Inc. --| All rights reserved. Duplication and distribution prohibited. --| May be used only with ISE Eiffel, under terms of user license. --| Contact ISE for any other use. --| --| Interactive Software Engineering Inc. --| ISE Building --| 360 Storke Road, Goleta, CA 93117 USA --| Telephone 805-685-1006, Fax 805-685-6869 --| Electronic mail --| Customer support: http://support.eiffel.com> --| For latest info see award-winning pages: http://www.eiffel.com --|----------------------------------------------------------------