Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CDC::GetTextCharacterExtra
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  int GetTextCharacterExtra() const;
 
  Remarks
 
  Retrieves the current setting for the amount of intercharacter spacing.
  GDI adds this spacing to each character, including break characters,
  when it writes a line of text to the device context.
 
  Return Value
 
  The amount of the intercharacter spacing.
 
  See Also
 
  CDC::SetTextCharacterExtra, ::GetTextCharacterExtra
 
 
                                     -♦-