-
FontView uses default font widths if HVAR table does not have a width mapping table. ttgxvar.c::ft_var_load_hvar() seems to survive loading the table, and reasonably sets face->blend->hvar_table->wid…
-
Ran into the following compile error below:
> src/graphmap/graphmap.cc: In member function ‘std::shared_ptr GraphMap::SetupIndex_(std::shared_ptr, const string&, const string&, const ProgramParamet…
-
Hi Josiah,
I've been debugging a regression in our use of rom with new builds (USE_LUA=True) and in my efforts to write tests for said regression I've run into a couple things I'm not comfortable wit…
-
Rendering a specific PDF using poppler-qt4 with certain hinting settings, freetype crashes in `af_latin_compute_stem_width`, in `src/autofit/aflatin.c:2256` because it tries to call strstr on `metrics…
-
![screen shot 2015-12-01 at 12 27 53 am](https://cloud.githubusercontent.com/assets/1966861/11493878/c0feee2e-97c2-11e5-8e58-189d78ba293b.png)
Red text is a single linkified link. Notice how it grabs…
-
I _love_ incbin, we use it in PowerDNS. Sadly, it does not work on ARM, specifically on our Raspberry PIs. And this is of course a very important target audience. Has anyone managed to find the #ifdef…
-
when I run following example
``` js
var fs = require('fs');
var ft2 = require('freetype2');
var fontface= ft2.New_Memory_Face(fs.readFileSync(process.argv[2]), 0); // 0: index of the face. font might…
-
> fn abs (x: double): double = if x >= 0 then x else ~x
こちらの環境だと、上記はコンパイルエラー。
x >= 0.0 の間違い?それとも >=. みたいな浮動小数点比較演算子あってそれ使うと推論される ?
https://github.com/jats-ug/ATS-Postiats/blob/translate_ja/doc/BOOK…
-
I have a graph which takes several hours in being populated with metadata. In order to fine tune performance by setting the right indices it seems that indices already created can not be dropped. So, …
-