INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Font type constants for WEL_FONT_FAMILY_ENUMERATOR class. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_FONT_TYPE_ENUM_CONSTANTS
inherit

WAPI_ENUM_FONT_MASKS
rename
raster_fonttype as b32raster_fonttype,
device_fonttype as b32device_fonttype,
truetype_fonttype as b32truetype_fonttype
end
feature -- Access

Device_fonttype: INTEGER

Raster_fonttype: INTEGER

Truetype_fonttype: INTEGER
feature -- Status report

valid_font_type_enum_constant (c: INTEGER): BOOLEAN
-- Is `c' a valid font type enum constant?
end -- class WEL_FONT_TYPE_ENUM_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES