INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: ""
project: "Visual Eiffel"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: dm
class DM_FONT
inherit

DM_WAPI_SERVER
end
feature

small_font: INTEGER

large_font: INTEGER

measure_text_size (hwnd, hdc: INTEGER; text: STRING): DM_POINT
require
valid_param: text /= void and then text.count > 0 and then hdc /= 0
end -- class DM_FONT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES