[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: render 3 glyphes into the one buffer
From: |
Lawrence D'Oliveiro |
Subject: |
Re: render 3 glyphes into the one buffer |
Date: |
Tue, 3 Aug 2021 21:08:23 +1200 |
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.