INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a font with `a_height' as `height' and
-- `a_face_name' as `face_name'.
-- Make a log font using the information of `font'.
-- Height of current font.
-- Specifies the height, in logical units, of the
-- font. The font height can be specified in one of
-- three ways. If `height' is greater than zero, it
-- is transformed into device units and matched
-- against the cell height of the available fonts. If
-- it is zero, a reasonable default size is used. If
-- it is less than zero, it is transformed into
-- device units and the absolute value is matched
-- against the character height of the available
-- fonts.
-- Width of current font.
-- Specifies the average width, in logical units, of
-- characters in the font. If `width' is zero, the
-- aspect ratio of the device is matched against the
-- digitization aspect ratio of the available fonts to
-- find the closest match, determined by the absolute
-- value of the difference.
-- Escapement of current font.
-- The angle, in tenths of degrees, of each line of
-- text written in the font (relative to the
-- bottom of the page).
-- Orientation of current font.
-- The angle, in tenths of degrees, of each
-- character's base line (relative to the bottom
-- of the page).
-- Weight of current font.
-- In the range 0 through 1000, for example,
-- 400 is normal and 700 is bold).
-- Is current font italic?
-- Is current font underlined?
-- Is current font striked out?
-- Character set of current font
-- Output precision of current font.
-- The output precision defines how closely the output
-- must match the requested font's height, width,
-- character orientation, escapement, and pitch.
-- Clipping precision.
-- The clipping precision defines how to clip
-- characters that are partially outside
-- the clipping region.
-- Quality of current font.
-- Specifies the output quality. The output quality
-- defines how carefully the graphics device interface
-- (GDI) must attempt to match the logical-font
-- attributes to those of an actual physical font.
-- Pitch of current font
-- Family of current font
-- Pitch and family of current font
-- Face name of current font
-- Has current font the default character set?
-- Has current font the ansi character set?
-- Has current font the OEM character set?
-- Has current font the symbol character set?
-- Has current font the unicode character set?
-- Has current font the character output precision?
-- Has current font the default output precision?
-- Has current font the string output precision?
-- Has current font the stroke output precision?
-- Has current font the character clipping precision?
-- Has current font the default clipping precision?
-- Has current font the stroke clipping precision?
-- Has current font the default quality?
-- Has current font the draft quality?
-- Has current font the proof quality?
-- Has current font the default pitch?
-- Has current font the fixed pitch?
-- Has current font the variable pitch?
-- Is current font in the don t care family?
-- Is current font in the roman family?
-- Is current font in the swiss family?
-- Is current font in the modern family?
-- Is current font in the script family?
-- Is current font in the decorative family?
-- Set `height' to `a_height'.
-- Set `width' to `a_width'.
-- Set `escapement' to `a_escapement'.
-- Set `orientation' to `a_orientation'.
-- Set `weight' to `a_weight'.
-- Set current font italic.
-- Set current font not italic.
-- Set current font underlined.
-- Set current font not underlined.
-- Set current font striked out.
-- Set current font not striked out.
-- Set `char_set' to `a_char_set'.
-- Set `char_set' to the default value.
-- Set `char_set' to ansi.
-- Set `char_set' to OEM.
-- Set `char_set' to symbol.
-- Set `char_set' to unicode.
-- Set `out_precision' to `a_out_precision'.
-- Set `out_precision' to character precision.
-- Set `out_precision' to default output precision.
-- Set `out_precision' to string output precision.
-- Set `out_precision' to stroke output precision.
-- Set `clip_precision' to character clipping precision.
-- Set `clip_precision' to `a_precision'.
-- Set `clip_precision' to the default value.
-- Set `clip_precision' to the storke clipping precision.
-- Set `quality' to `a_quality'.
-- Set `quality' to the default value.
-- Set `quality' to the draft quality.
-- Set `quality' to the proof quality.
-- Set `pitch' to `a_pitch'.
-- Set `pitch' to the default value.
-- Set `pitch' to fixed pitch.
-- Set `pitch' to variable pitch.
-- Set `family' to `a_family'.
-- Set `family' to dont care family.
-- Set `family' to roman family.
-- Set `family' to swiss family.
-- Set `family' to modern family.
-- Set `family' to script family.
-- Set `family' to decorative family.
-- Set `pitch_and_family' with `a_pitch_and_family'.
-- Set `face_name' to `a_face_name'.
-- Maximum face name length
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |