|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ABCFLOAT
The ABCFLOAT structure contains the A, B, and C widths of a font character.
typedef struct _ABCFLOAT { // abcf FLOAT abcfA; FLOAT abcfB; FLOAT abcfC; } ABCFLOAT;
Members
abcfA
Specifies the "A" spacing of the character. The "A" spacing is the distance to add to the current position before drawing the character glyph.
abcfB
Specifies the "B" spacing of the character. The "B" spacing is the width of the drawn portion of the character glyph.
abcfC
Specifies the "C" spacing of the character. The "C" spacing is the distance to add to the current position to provide white space to the right of the character glyph.
Remarks
The A, B, and C widths are measured along the base line of the font. The character increment (total width) of a character is the sum of the "A," "B," and "C" spaces. Either the "A" or the "C" space can be negative to indicate underhangs or overhangs.
See Also
GetCharABCWidthsFloat
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ABCFLOAT
Структура ABCFLOAT содержит A, B, и ширину C шрифтового символа.
typedef struct _ABCFLOAT { // abcf ПОПЛАВОК abcfA; ПОПЛАВАВАЙТЕ abcfB; ПОПЛАВАВАЙТЕ abcfC; } ABCFLOAT;
Участники
abcfA
Определяет расстояние "A" символа. Расстояние "A" является расстоянием, чтобы добавлять к текущей позиции перед чертежом символьного glyph.
abcfB
Определяет расстояние "B" символа. Расстояние "B" является шириной сделанной части символьного glyph.
abcfC
Определяет расстояние "C" символа. Расстояние "C" является расстоянием, чтобы добавлять к текущей позиции, чтобы обеспечивать интервал вправо от символьного glyph.
Замечания
A, B, И ширина C измерена вдоль базовой линии шрифта. Символьное приращение (общая ширина) символа - сумма "A," "B," и пространства "C". Или "A" или пространство "C" может быть негативом, чтобы указывать underhangs или нависает.
Смотри Также
GetCharABCWidthsFloat
|
|
|
|
| |