Funktionreferenz


_WinAPI_SetTextCharacterExtra


Sets the intercharacter spacing for the specified device context

#include <WinAPIGdi.au3>
_WinAPI_SetTextCharacterExtra ( $hDC, $iCharExtra )

Parameter

$hDC Handle to the device context.
$iCharExtra The amount of extra space, in logical units, to be added to each character.

Rückgabewert

Success: The previous intercharacter spacing.
Failure: (-1).

Bemerkungen

This function is supported mainly for compatibility with existing applications?

The recommended approach is that instead of calling this function and then TextOut,
applications should call ExtTextOut and use its lpDx parameter to supply widths.

Siehe auch

Suche nach SetTextCharacterExtra in der MSDN Bibliothek.