Howdy people, a small Draw Action Plugin update.
It's now possible to import a private font from file, without having to register it. This font can then be used in DrawingFont.Load or for any AMS object via SetProperties. The font is loaded during the session of the application, and will be freed when the application closes. Freeing the font manually is also possible with DrawingFont.FreePrivateFont.
Another addition is Canvas.Focus, which will set the keyboard and mouse focus to the Canvas drawing area. This is particularly useful when your Canvas area expects keyboard input, but doesn't have focus after creation.
I also added a small example showing how you can display animated sprites with Draw and a timer.
Originally posted by imagine-programming.com
Draw Action Plugin
Leave a comment: