Roughing talk logic

This commit is contained in:
2021-05-25 09:52:57 -07:00
parent cab4833d5c
commit e79ab586b8
11 changed files with 86 additions and 19 deletions

View File

@@ -1,7 +1,2 @@
- Make font measure take in a pointer to a primitive to offer auto buffering of verts
- Make a clone of the string into font measure pointing only to real chars?
- How to do text wrapping efficiently?
- Two pointers, one for current char and one for the last known text position.
- Start by measuring whole string, this will give me n chars and let me know straight away if text fits
- Half divide the pointer to try and find the mid point and figure out if I should go up or down, keep halfing until finding the below then iterate up
- Make a clone of the string into font measure pointing only to real chars?