Oleg Oshmyan
Oleg Oshmyan
This works for me in `cmd`, but in PowerShell I see the same exact mojibake regardless of `chcp` and `JAVA_TOOL_OPTIONS`. Specifically, the mojibake (in quoted source code and in dates...
Correction: I encountered the same issue in another program (pip), searched some more and found [this](https://stackoverflow.com/a/49481797/865331), which resolves Unicode output issues for SBT as well: ```powershell $OutputEncoding = [console]::InputEncoding =...
I’m using `.execute(...)` for single-statement `select`s. Similarly, multi-statement selects would have `.execute(...)`. I don’t know whether the right type for `insert`s, `update`s, `create`s etc. is `ResultSetHeader` (which I’m getting in...
Testing with Segoe UI Variable installed on my system (from #730, but also bundled with modern Windows), I find that asking GDI for simply “Segoe UI Variable” (which is both...
This looks like mostly pure quantization error. The first of the two lines fits in the margins very, very barely. The margins leave 1040 px of text space. libass measures...
> …which probably means our emboldener is handling at least some cases wrong, since afaik we never touch metrics. I'm not completely sure what's going on here. Seems like Windows's...
As for a possible decision source for shapes vs metrics, could it be related to TrueType vs CFF? Is the emboldening implemented in GDI’s core or in each font format...
> what do you see if you layer a single glyph from Verdana on top of its emboldened version in a different color? The centre of the emboldened glyph seems...
Curiously enough, this doesn’t happen to Verdana Pro (in its TrueType form), which gets thicker shapes and keeps its metrics unchanged. And when I try an OTF variant of Verdana...
> the horizontal extents stay unchanged and don’t even move OK, some of them do move _slightly,_ e. g. the “600” seems to shift just a bit to the right...