Retrieves the current intercharacter spacing for the specified device context
#include <WinAPIGdi.au3>
_WinAPI_GetTextCharacterExtra ( $hDC )
$hDC | Handle to the device context. |
Success: | The current intercharacter spacing, in logical coordinates. |
Failure: | (-1). |
Search GetTextCharacterExtra in MSDN Library.