opcodewriter
opcodewriter
@photopea Other JS libraries (opentype and fontkit) are able to parse and return the glyph names. See fontkit's glyph object for example: https://github.com/foliojs/fontkit#glyph-objects > name - the glyph name in...
Sure, it's easy to parse the glyphs with a capable library, here's an example with `fontkit`: ``` const fontkit = require('fontkit'); const font = fontkit.openSync('Font Awesome 5 Free-Solid-900.otf'); for (let...
@photopea Thanks for your reply, but I'm not following you. How does your example `Typr.U.codeToGlyph(font, 0xf002)` helps in getting the glyph name? `Typr.U.codeToGlyph` seems to be returning an index. How...
Oh, but I need the glyph names, that's the whole point :) I need to be able to automatically get the icon (glyph) names out of an icon font.
I got this, I was able to use JsonApiMediaTypeFormatter to serialize. Any plans to add serialization?
what is everyone else using these days?
@vkhorikov Thanks for your reply. The main idea is to be able to have errors which contain inner errors, similar to how the inner exceptions work. This allows maintaining a...
http://aurelia.io/docs.html#/aurelia/dependency-injection/1.0.0-beta.1.2.2/doc/article/dependency-injection-basics
both since you mentioned it :) I was thinking about having concrete examples of containment scenarios, for example: - show implementation of an list-view or expander component which has item...
if you look to XAML, you see how nice the containment, templating and extending is working