- indexing
- title: "Visual Eiffel Library.", "This class specifies the pitch and family of a Font."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_FONT_PITCH_AND_FAMILY
- feature -- Class data
-- The two low-order bits specify the pitch of the font and can be one
-- of the following values:
-
DEFAULT_PITCH: BIT 8
-
FIXED_PITCH: BIT 8
-
VARIABLE_PITCH: BIT 8
-
FF_DONTCARE: BIT 8
-
FF_ROMAN: BIT 8
-
FF_SWISS: BIT 8
-
FF_MODERN: BIT 8
-
FF_SCRIPT: BIT 8
-
FF_DECORATIVE: BIT 8
end -- class WAPI_FONT_PITCH_AND_FAMILY