Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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
 
 
                                     -♦-