|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetCharWidthFloat
The GetCharWidthFloat function retrieves the fractional widths of consecutive characters in a specified range from the current font.
BOOL GetCharWidthFloat(
HDC hdc, // handle of device context UINT iFirstChar, // first-character code point UINT iLastChar, // last-character code point PFLOAT pxBuffer // address of buffer that receives width-values );
Parameters
hdc
Identifies the device context.
iFirstChar
Specifies the code point of the first character in the group of consecutive characters.
iLastChar
Specifies the code point of the last character in the group of consecutive characters.
pxBuffer
Points to a buffer to receive the character widths.
Return Values
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.
Remarks
The returned widths are in the 32-bit IEEE floating-point format. (The widths are measured along the base line of the characters.) If the iFirstChar parameter identifies the letter a and the iLastChar parameter identifies the letter z, GetCharWidthFloat retrieves the widths of all lowercase characters. If a character does not exist in the current font, it is assigned the width of the default character.
See Also
GetCharABCWidths, GetCharABCWidthsFloat, GetCharWidth32
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetCharWidthFloat
Функция GetCharWidthFloat извлекает дробную ширину последовательных символов в определенный дипазон из текущего шрифта.
BOOL GetCharWidthFloat(
HDC hdc, // РУЧКА контекста устройства UINT iFirstChar, // первого-символа кодирует точку UINT iLastChar, // последний-символьный кодовый адрес точки PFLOAT pxBuffer // буфера, который получает широтные-величины );
Параметры
hdc
Идентифицирует контекст устройства.
iFirstChar
Определяет кодовую точку первого символа в группе последовательных символов.
iLastChar
Определяет кодовую точку последнего символа в группе последовательных символов.
pxBuffer
Точки на буфер, чтобы получать символьную ширину.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Возвращанная ширина - в формате 32- бита IEEE плавающей точки. ( Ширина измерена вдоль базовой строки characters.) Если параметр iFirstChar идентифицирует букву a и параметр iLastChar идентифицирует букву z, GetCharWidthFloat извлекает ширину всех символов верхнего регистра. Если символ не существует в текущем шрифте, назначено ширина по умолчанию символа.
Смотри Также
GetCharABCWidths, GetCharABCWidthsFloat, GetCharWidth32
|
|
|
|
| |