Axel Kittenberger

Results 78 comments of Axel Kittenberger

> Soontm What's the stopper?

You are not loading any font.

I don't get the issue, if you want the letter to be filled, use fill() call of canvas..

I see, this is not something that can easily be computed even only approximated and IMO beyond the scope of this library. I don't think an opentype/truetype font is something...

I don't see why the spec would say anything different. 'let' variable holders are not in heap and thus garbage collected, but are on the stack. And stacks are fast,...

I don't quite get what you want. You have different "layers" conceptionally speaking. You have the font (which is a set of drawing instructions for all letters there are) You...

Sorry didn't get a notificiation of the mention from github. As far I can tell your implementation of that instruction looks fine to me. Second sorry, I don't think I...

As I assume normal use* of stringToGlyphs() refers to a lot of calls with the same script/language/features after each other, I suppose caching the last result would be reasonable an...

Suggestion: How about we split the function into two? one calculateOptionsSet() -- looking for a better name. and stringToGlyphs() as it is. The API user is free to use either...