Author Topic: Unicode printing with uprint (falcon.h)  (Read 11770 times)

0 Members and 1 Guest are viewing this topic.

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: Unicode printing with uprint (falcon.h)
« Reply #15 on: October 08, 2021, 06:43:05 pm »
This is really cool, but also pretty complex.

And will also not work in SCREEN 0, sorry @Pete :(
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
Re: Unicode printing with uprint (falcon.h)
« Reply #16 on: October 08, 2021, 06:47:58 pm »
ARGH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Pete :D
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • Steve’s QB64 Archive Forum
Re: Unicode printing with uprint (falcon.h)
« Reply #17 on: October 08, 2021, 07:00:09 pm »
You could always make them hardware images and then render them over the software screen...  That'd give you unicode on a SCREEN 0 setup.  😋
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
Re: Unicode printing with uprint (falcon.h)
« Reply #18 on: October 08, 2021, 07:11:24 pm »
You could always make them hardware images and then render them over the software screen...  That'd give you unicode on a SCREEN 0 setup.  😋

You could always... Never mind... silos are hard to replace, and turn sideways.

Pete :D
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: Unicode printing with uprint (falcon.h)
« Reply #19 on: March 02, 2022, 09:20:55 am »
Important update:
The library with its unicode printing abilities (also known as falcon.h) is no longer limited to 32-Bit SCREENs with alpha blending, but can be used on all legacy and custom graphic screen modes and without alpha blending in 32-Bit.

Please take the new updated code from the attachement at inital post here and make sure to carfully read the entire post.

My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack