Re: Subpixel offset for glyphs rendering
Werner LEMBERG <[email protected]> Sat, 03 Sep 2022 06:10:10 +0000 (UTC)
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry for the late reply.
> Is there a way to make freetype rasterize a glyph offsetted by a
> certain amount of pixels? Should I use the FT_Set_Transform() API,
> in particular the delta parameter, before calling FT_Render_Glyph()?
Yes, this should work.
Werner