C# Класс ISE.FTGlyphOffset

Glyph offset information for advanced rendering and/or conversions.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
advance FT_Vector
height int
left int
linearHoriAdvance long
linearVertAdvance long
lsb_delta long
rsb_delta long
top int
width int

Описание свойств

advance публичное свойство

This is the transformed advance width for the glyph.
public FT_Vector advance
Результат FT_Vector

height публичное свойство

height of the Glyph, in pixels. Represents the number of scanlines
public int height
Результат int

left публичное свойство

For Bitmap-generated fonts, this is the left-bearing expressed in integer pixels
public int left
Результат int

linearHoriAdvance публичное свойство

The advance width of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.
public long linearHoriAdvance
Результат long

linearVertAdvance публичное свойство

The advance height of the unhinted glyph. Its value is expressed in 16.16 fractional pixels, unless FT_LOAD_LINEAR_DESIGN is set when loading the glyph. This field can be important to perform correct WYSIWYG layout. Only relevant for outline glyphs.
public long linearVertAdvance
Результат long

lsb_delta публичное свойство

The difference between hinted and unhinted left side bearing while autohinting is active. 0 otherwise.
public long lsb_delta
Результат long

rsb_delta публичное свойство

The difference between hinted and unhinted right side bearing while autohinting is active. 0 otherwise.
public long rsb_delta
Результат long

top публичное свойство

For Bitmap-generated fonts, this is the top-bearing expressed in integer pixels. This is the distance from the baseline to the topmost Glyph scanline, upwards Y being positive.
public int top
Результат int

width публичное свойство

Width of the Glyph, in pixels.
public int width
Результат int