[racket-users] Re: Creating movable Fonts on a Canvas

2019-06-24 Thread Amir Teymuri
Wow, this is a great blog! Many Thanks! On Monday, June 24, 2019 at 2:52:35 AM UTC+2, Alex Harsanyi wrote: > > Have a look at the `snip%` and `pasteboard%` classes: you can represent > each glyph using a `snip%` and the pasteboard will handle the moving it > with the mouse. You can derive the `

[racket-users] Re: Creating movable Fonts on a Canvas

2019-06-23 Thread Alex Harsanyi
Have a look at the `snip%` and `pasteboard%` classes: you can represent each glyph using a `snip%` and the pasteboard will handle the moving it with the mouse. You can derive the `snip%` and `pasteboard%` objects to add new functionality -- this is easier than implementing a mouse move operati