INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Clipping precision (CLIP) constants. ", "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_CLIP_PRECISION_CONSTANTS
inherit

WAPI_FONT_CLIPPING_PRECISION
rename
clip_default_precis as b32clip_default_precis,
clip_character_precis as b32clip_character_precis,
clip_stroke_precis as b32clip_stroke_precis,
clip_mask as b32clip_mask,
clip_lh_angles as b32clip_lh_angles,
clip_tt_always as b32clip_tt_always,
clip_embedded as b32clip_embedded
end
feature -- Access

Clip_default_precis: INTEGER

Clip_character_precis: INTEGER

Clip_stroke_precis: INTEGER

Clip_mask: INTEGER

Clip_lh_angles: INTEGER

Clip_tt_always: INTEGER

Clip_embedded: INTEGER
end -- class WEL_CLIP_PRECISION_CONSTANTS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES