INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Defines the attributes, the complete name, the style of a ", "font. This structure is used by WEL_FONT_FAMILY_ENUMERATOR. ", "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-2001 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_ENUM_LOG_FONT
inherit

WEL_STRUCTURE
end
creation

make_by_pointer
feature -- Access

log_font: WEL_LOG_FONT
-- Defines the attribut of a font
ensure
result_not_void: Result /= void

full_name: STRING
-- Specifies a unique name for the font
ensure
result_not_void: Result /= void

style: STRING
-- Specifies the style of the font
ensure
result_not_void: Result /= void
feature -- Measurement

structure_size: INTEGER
-- Size to allocate (in bytes)
end -- class WEL_ENUM_LOG_FONT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES