Andrei Nitescu

Results 19 comments of Andrei Nitescu

There are two main questions I have about this approach: - Accessibility - Extensive performance comparison compared to the native controls (for example compare the time to display a drawn...

> At the behavioral level there are more complex aspects or would require more effort. For that reason, there are also hybrid control implementations. These are controls where the UI...

This problem is many years old, I think at least 3. @StephaneDelcroix Shouldn't this be marked as a bug and not as an enhancement?

From all the XAML frameworks, this problem is only in Xamarin Forms

@vinuel Thanks for your input. OpenType.js already has support for ligatures, but I don't know how ligatures technically work.

Thanks for your code, I think I made some progress! I will share maybe it helps others as well: I refactored your method to use the Font object: function parseLigatures(font)...

For some reason, each set in `lookups.subtables[0].ligatureSets` has `ligature.components` missing first character. Is this a bug in the library?

By the way I am using this great library (OpenType.js) in an open source project: https://andreinitescu.github.io/IconFont2Code/

> Fonts can contain countless lockups, not only in the first lookup` I see what you mean, thanks, it makes sense This line: ``` var ligatureSets = lookups.subtables[0].ligatureSets; ``` throws...

I removed the line but I got another error. I think you might have code which does more than what you pasted here. Anyway, I tried to refactor so it...