On Mon, Jul 20, 2020 at 6:04 PM Lawrence D'Oliveiro <l...@geek-central.gen.nz> wrote:
> On Mon, 20 Jul 2020 17:31:25 +1000, Andrew Tomazos wrote: > > > But my question is, how do you set the initial pen position of the > > first character, relative to the upper left bound of the drawing > > surface? > > FreeType has no pen. That is a function of the graphics engine that > uses FreeType for text rendering. > What I mean by "pen" is the FT_Vector translation vector that is passed to FT_Set_Transform before each call to FT_Load_Glyph as each glyph is rendered.