INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'CreateFont' function creates a logical font that has specific
-- characteristics. The logical font can subsequently be selected
-- as the font for any device.
-- The 'CreateFontIndirect' function creates a logical font that has
-- the characteristics specified in the specified structure. The font can
-- subsequently be selected as the current font for any device context.
-- The 'ExtTextOut' procedure draws a character string by using
-- the currently selected font. An optional rectangle may be provided,
-- to be used for clipping, opaquing, or both.
-- The `GetTextExtentPoint32' function computes the width and height
-- of the specified string of text.
-- The 'GetTextMetrics' procedure fills the specified buffer with the
-- metrics for the currently selected font.
-- The 'SetTextAlign' function sets the text-alignment flags for the
-- specified device context.
-- The 'SetTextColor' function sets the text color for the specified
-- device context to the specified color.
-- The GetTextColor function retrieves the current text color
-- for the specified device context
-- The 'TextOut' procedure writes a character string at the specified
-- location, using the currently selected font.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |