INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Object font which can be selected into a DC. ", "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
inherit

WEL_GDI_ANY
end
creation

make,
make_by_pointer,
make_indirect
feature {NONE}-- Initialization

make (height, width, escapement, orientation, weight, italic, underline, strike_out, charset, output_precision, clip_precision, quality, pitch_and_family: INTEGER; a_face_name: STRING)
-- Make font named `a_face_name'.
require
a_face_name_not_void: a_face_name /= void

make_indirect (a_log_font: WEL_LOG_FONT)
-- Make a font using `a_log_font'.
require
a_log_font_not_void: a_log_font /= void
feature -- Access

log_font: WEL_LOG_FONT
-- Log font structure associated to `Current'
require
exists
ensure
result_not_void: Result /= void
end -- class WEL_FONT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES