C# Class Vector.Win32.Gdi.GLYPHMETRICSFLOAT

Afficher le fichier Open project: sinclairzx81/vector-cs

Méthodes publiques

Свойство Type Description
gmfBlackBoxX float
gmfBlackBoxY float
gmfCellIncX float
gmfCellIncY float
gmfptGlyphOrigin POINTFLOAT

Property Details

gmfBlackBoxX public_oe property

Specifies the width of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
public float gmfBlackBoxX
Résultat float

gmfBlackBoxY public_oe property

Specifies the height of the smallest rectangle (the glyph's black box) that completely encloses the glyph.
public float gmfBlackBoxY
Résultat float

gmfCellIncX public_oe property

Specifies the horizontal distance from the origin of the current character cell to the origin of the next character cell.
public float gmfCellIncX
Résultat float

gmfCellIncY public_oe property

Specifies the vertical distance from the origin of the current character cell to the origin of the next character cell.
public float gmfCellIncY
Résultat float

gmfptGlyphOrigin public_oe property

Specifies the x and y coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph.
public POINTFLOAT gmfptGlyphOrigin
Résultat POINTFLOAT