CDC::SetTextCharacterExtra

Sets the amount of intercharacter spacing.

int SetTextCharacterExtra(
   int nCharExtra 
);

Параметры

  • nCharExtra
    Specifies the amount of extra space (in logical units) to be added to each character. If the current mapping mode is not MM_TEXT, nCharExtra is transformed and rounded to the nearest pixel.

Возвращаемое значение

The amount of the previous intercharacter spacing.

Заметки

GDI adds this spacing to each character, including break characters, when it writes a line of text to the device context. The default value for the amount of intercharacter spacing is 0.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CDC::GetTextCharacterExtra

SetTextCharacterExtra