Re: render 3 glyphes into the one buffer
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.fonts.freetype.user |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Tue, 03 Aug 2021 15:15:39 +0700, Vitaliy Fadeev wrote: > Question 1: Possible to render glyphs directly into te one big bitmap > ? This is what higher-level graphics libraries like Cairo <https://www.cairographics.org/> do for you. Using such a library is easier than trying to figure it out how to reinvent it for yourself.