Gjsify LogoGjsify Logo

The #hb_glyph_position_t is the structure that holds the positions of the glyph in both horizontal and vertical directions. All positions in #hb_glyph_position_t are relative to the current point.

record

Hierarchy

  • glyph_position_t

Index

Constructors

Properties

x_advance: number

how much the line advances after drawing this glyph when setting text in horizontal direction.

field
x_offset: number

how much the glyph moves on the X-axis before drawing it, this should not affect how much the line advances.

field
y_advance: number

how much the line advances after drawing this glyph when setting text in vertical direction.

field
y_offset: number

how much the glyph moves on the Y-axis before drawing it, this should not affect how much the line advances.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method