 |
 |
 |
|
|  |  |
 |
SetTextCharacterExtra ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetTextCharacterExtra function sets the intercharacter spacing. Intercharacter spacing is added to each character, including break characters, when the system writes a line of text. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
int SetTextCharacterExtra(
HDC hdc, // handle to DC
int nCharExtra // extra-space value
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER SetTextCharacterExtra IN gdi32;
INTEGER hdc,;
INTEGER nCharExtra
|
 |  |  | | Parameters: |  | hdc
[in] Handle to the device context.
nCharExtra
[in] Specifies the amount of extra space, in logical units, to be added to each character. |
 |  | | Return value: |  | If the function succeeds, the return value is the previous intercharacter spacing. If the function fails, the return value is 0x80000000.
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2002-04-21 09:09:51 | | Modified: | 2002-04-21 09:11:50 | Visited in last 7 days: 17 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|