The GetCharABCWidthsFloat function retrieves the widths, in logical units, of consecutive characters in a specified range from the current font.
BOOL GetCharABCWidthsFloat(
HDC hdc, |
// handle of device context |
UINT iFirstChar, |
// first character in range to query |
UINT iLastChar, |
// last character in range to query |
LPABCFLOAT lpABCF |
// address of character-width structure |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Unlike the GetCharABCWidths function that returns widths only for TrueType fonts, the GetCharABCWidthsFloat function retrieves widths for any font. The widths returned by this function are in the IEEE floating-point format.
If the current world-to-device transformation is not identified, the returned widths may be noninteger values, even if the corresponding values in the device space are integers.
“A” spacing is the distance added to the current position before placing the glyph. “B” spacing is the width of the black part of the glyph. “C” spacing is the distance added to the current position to provide white space to the right of the glyph. The total advanced width is given by A+B+C.
The ABC spaces are measured along the character base line of the selected font.
The ABC widths of the default character are used for characters outside the range of the currently selected font.
ABCFLOAT, GetCharABCWidths, GetCharWidth, GetCharWidthFloat
See:
file: /Techref/os/win/api/win32/func/src/f27_17.htm, 4KB, , updated: 2001/6/26 09:43, local time: 2024/11/7 13:59,
3.148.115.210:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f27_17.htm"> GetCharABCWidthsFloat</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.