Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 450 Bytes

File metadata and controls

15 lines (12 loc) · 450 Bytes

mathtext.VectorParse now includes glyph indices

For a path-outputting .MathTextParser, in the return value of ~.MathTextParser.parse, (a .VectorParse), the glyphs field is now a list containing tuples of:

  • font: .FT2Font
  • fontsize: float
  • character code: int
  • glyph index: int
  • x: float
  • y: float

Specifically, the glyph index was added after the character code.