Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
coolmax10

Custom font characters

Recommended Posts

It would be nice to have a function like this:

gpu.setFontChar( 0x0123, 0x0123456789ABCDEF0123456789ABCDEF ) -- In hex font format this would be: 0123:0123456789ABCDEF0123456789ABCDEF

The first argument is the unicode character, then the second argument is the character data in hex font format.

Link to post
Share on other sites

font is rendered on each client -- the same for all gpus on all screens

this would be a per gpu call, and we'd have to update our glyph table for all clients - which we have built in such a way for fast rendering, we'd lose some of that to do dynamic lookups

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.