|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ABC
The ABC structure contains the width of a character in a TrueType font.
typedef struct _ABC { // abc int abcA; UINT abcB; int abcC; } ABC;
Members
abcA
Specifies the "A" spacing of the character. The "A" spacing is the distance to add to the current position before drawing the character glyph.
abcB
Specifies the "B" spacing of the character. The "B" spacing is the width of the drawn portion of the character glyph.
abcC
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 total width of a character is the summation of the "A," "B," and "C" spaces. Either the "A" or the "C" space can be negative to indicate underhangs or overhangs.
See Also
GetCharABCWidths
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
АЗБУКА
Структура АЗБУКИ содержит ширину символа в шрифте TrueType.
typedef struct _ABC { // азбука int abcA; UINT abcB; int abcC; } АЗБУКА;
Участники
abcA
Определяет расстояние "A" символа. Расстояние "A" является расстоянием, чтобы добавлять к текущей позиции перед чертежом символьного glyph.
abcB
Определяет расстояние "B" символа. Расстояние "B" является шириной сделанной части символьного glyph.
abcC
Определяет расстояние "C" символа. Расстояние "C" является расстоянием, чтобы добавлять к текущей позиции, чтобы обеспечивать интервал вправо от символьного glyph.
Замечания
Общая ширина символа - итог "A," "B," и пространства "C". Или "A" или пространство "C" может быть негативом, чтобы указывать underhangs или нависает.
Смотри Также
GetCharABCWidths
|
|
|
|