Re: Updates on Freetype Demos - Swift Support

Ahmet Göksu <[email protected]> Sat, 24 Aug 2024 17:43:02 +0300
Newsgroups gmane.comp.fonts.freetype.devel
Message-ID <650f4198-9ac8-419f-84e0-076a1d37ec2c@Spark>
Hello,
The demo I shared before does the things you mention, except the flipping part -i can easily add-.

https://github.com/goeksu/GraphDemo

Best,
Goksu
goksu.in
On Aug 24, 2024 at 17:34 +0300, Alexei Podtelezhnikov <[email protected]>, wrote:
> Akhmet,
>
> Can you write a standalone program that opens a window, shows a custom
> image (say checkered pattern), flips it vertically or horizontally on
> a key press, can do it repeatedly, and exits closing the window on
> another key press?
>
> These are basic facilities that you need to write this driver. I do
> not think continuation is feasible.
>
> Alexei