Version: 2019.1 (switch to 2018.3 or 2017.4)
LanguageEnglish
  • C#

GlyphMetrics Constructor

public GlyphMetrics(float width, float height, float bearingX, float bearingY, float advance);

Parameters

widthThe width of the glyph.
heightThe height of the glyph.
bearingXThe horizontal bearingX.
bearingYThe horizontal bearingY.
advanceThe horizontal advance.

Description

Constructs a new GlyphMetrics structure.

The horizontal bearingX represents the distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox).

The horizontal bearingY represents the distance from the current drawing position (origin) relative to the element's top bounding box edge (bbox). This represents the top of the text element.

The horizontal advance represents the distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element. This represents the origin of the next text element.

Did you find this page useful? Please give it a rating: