add BMF to support utf-16 glyphs #1

Open
opened 2024-10-15 18:46:10 +01:00 by sillysagiri · 0 comments
Owner

right now... im using fixed array of size 97 for storing chars data
by subtracting the character index with 32...I can pull the current char data out of thin air!
however... this trick only works for glyphs between 32 and 127...
nobody wants to be stuck with a limited set of glyphs when there is a whole party waiting in wonderful world of utf-16

right now... im using fixed array of size 97 for storing chars data by subtracting the character index with 32...I can pull the current char data out of thin air! however... this trick only works for glyphs between 32 and 127... nobody wants to be stuck with a limited set of glyphs when there is a whole party waiting in wonderful world of utf-16
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sillysagiri/dothack-j2me#1
No description provided.