Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
print + scroll text big to an image (is there a better way?)
#21
(06-06-2025, 08:33 PM)ukdave74 Wrote: Here's one I wrote last year that uses an image for the font. The characters are 40*40, but it displays them 80*80
...
For extra weirdness change the _putimage line at 147 to
Code: (Select All)
_PutImage (MSG.PTR2, 120 - Lookup((MSG.PTR2 + MSG.Offset) * 2 Mod 1440).lSIN * 80)-(MSG.PTR2 + 80, 360 - Lookup((MSG.PTR2 + MSG.Offset) * 2 Mod 1440).lCOS * 80), iFont(Scroll(MSG.Ltr).Ltr)

Or
Code: (Select All)
_PutImage (MSG.PTR2, 220 - Lookup((MSG.PTR2 + MSG.Offset) * 2 Mod 1440).lSIN * 80)-(MSG.PTR2 + 80, 220 - Lookup((MSG.PTR2 + MSG.Offset) Mod 1440).lCOS * 80), iFont(Scroll(MSG.Ltr).Ltr)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  3D Text SMcNeill 13 689 02-10-2026, 08:17 AM
Last Post: Unseen Machine
  Screw Peek-a-boo. Write on a hardware image form. Pete 0 443 04-08-2025, 11:28 PM
Last Post: Pete
  ImageGrid (combine multiple image files into one giant poster) madscijr 2 723 12-17-2024, 03:59 AM
Last Post: madscijr
  Text Previewer (windows only) SMcNeill 14 2,367 03-25-2024, 02:34 PM
Last Post: SMcNeill
  Minimal Text Animator James D Jarvis 5 1,088 09-16-2022, 07:12 PM
Last Post: James D Jarvis

Forum Jump:


Users browsing this thread: