INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Make a char format structure.
-- Character set value. Can be one of the values
-- specified for the `char_set' function of the
-- WEL_LOG_FONT structure.
-- Font face name
-- Character height
-- Character offset from the baseline. If the value
-- is positive, the character is a superscript; if it
-- is negative, the character is a subscript.
-- Font pitch and family. This value is the same as
-- `pitch_and_family' of the WEL_LOG_FONT structure.
-- Text color
-- Maximum face name length
-- Valid information or attributes to set.
-- See class WEL_CFM_CONSTANTS for values.
-- This attribut is automatically set by the
-- features set_*.
-- Character effects.
-- See class WEL_CFE_CONSTANTS for values.
-- Set `char_set' with `a_char_set'.
-- Set `face_name' with `a_face_name'.
-- Set `height' with `a_height'.
-- Set `offset' with `an_offset'.
-- Set `pitch_and_family' with `a_pitch_and_family'.
-- Set `text_color' with `a_text_color'.
-- Set bold characters.
-- Unset bold characters.
-- Set italic characters.
-- Unset italic characters.
-- Set strike out characters.
-- Unset strike out characters.
-- Set underline characters.
-- Unset underline characters.
-- Set protected characters.
-- Unset protected characters.
-- Set `mask' with `a_mask'.
-- See class WEL_CFM_CONSTANTS for `a_mask' values.
-- Add `a_mask' to `mask'.
-- See class WEL_CFM_CONSTANTS for `a_mask' values.
-- Remove `a_mask' from `mask'.
-- See class WEL_CFM_CONSTANTS for `a_mask' values.
-- Set `effects' with `an_effects'.
-- See class WEL_CFE_CONSTANTS for `a_mask' values.
-- Add `an_effects' to `effects'.
-- See class WEL_CFE_CONSTANTS for `a_mask' values.
-- Remove `an_effects' from `effects'.
-- See class WEL_CFE_CONSTANTS for `a_mask' values.
-- Set `mask' with all possible values.
-- Is `a_mask' set in `mask'?
-- See class WEL_CFM_CONSTANTS for `a_mask' values.
-- Is `an_effects' set in `effects'?
-- See class WEL_CFE_CONSTANTS for `an_effects' values.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |