Block a user
Move text layout and rendering to Parley
put pixel is very slow iirc. Can we do a map type thing instead / find a fast way?
Move text layout and rendering to Parley
didn't we remove family and switch to string stuff? If this makes it simpler for now then don't worry about it
Move text layout and rendering to Parley
what is Option? should have a brief comment for tuple types, or just make a struct if it's used a lot
Move text layout and rendering to Parley
may wanna extract this into a function if it's not too many args & doesn't have borrowing issues.
Move text layout and rendering to Parley
is this safe? can a source be cited or explained? is there a built in hash usable?
Move text layout and rendering to Parley
is the *16 the dp workaround? might wanna do more foundational work like do or Rc RefCell rsc before these commits
Move text layout and rendering to Parley
this is weird, should prolly panic if end > len or start > end similar to slicing a vec