|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
KERNINGPAIR
The KERNINGPAIR structure defines a kerning pair.
typedef struct tagKERNINGPAIR { // kp
WORD wFirst;
WORD wSecond;
int iKernAmount;
} KERNINGPAIR;
Members
wFirst
Specifies the character code for the first character in the kerning pair.
wSecond
Specifies the character code for the second character in the kerning pair.
iKernAmount
Specifies the amount this pair will be kerned if they appear side by side in
the same font and size. This value is typically negative, because pair kerning
usually results in two characters being set more tightly than normal. The value
is given in logical units that is, it depends on the current mapping mode.
See Also
GetKerningPairs
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|