sigurdle
sigurdle
Hi, I apologize, I am not well versed in the the "correct" way to add new code to github repository with tests etc. I also see above that there are...
I spotted it by accident as I was reading the spec
Ok, so this is what it sais: "The table uses a longHorMetric record to give the advance width and left side bearing of a glyph. Records are indexed by glyph...
I fail to see the problem you're describing. In order to implement the spec: ``` function parseHmtxTableAll(data, start, numMetrics, numGlyphs, glyphs) { let advanceWidth; const p = new parse.Parser(data, start);...
Ahh jesus :)... I know perfectly well how C structs work.. I do NOT want to be condescending or "teachy", but It's not like a "font table" necessarily is a...
Sure, I didn't think you were trying to be condescending :) I just didn't want you to think I didn't know what I was talking about :)
Hi, I am crossing streams, but not on purpose. I don't care about Linux, but it in many how to "install" documentaions, there just seems to be easier for linux,...
So I tried again, and I still get "wrong results": ``` const fontArray = await queryLocalFonts(); for await (const metadata of fontArray) { metadata.postscriptName ``` Segoe-UI-Variable-Display-Bold Segoe-UI-Variable-Display-Light etc. I'm now...