Oleg Oshmyan

Results 363 comments of Oleg Oshmyan

Assuming you mean effectively just removing the `kCTFontFormatOpenTypePostScript` line, no, it just makes it _compile_ but at runtime the font selection code doesn’t do what it’s supposed to do. The...

> So apparently it does not see Manrope. I placed it in the same location: `/Users/svacchanda/Library/Fonts/manrope`. I suspect you must open the font and click Install, rather than just put...

Thanks for double-checking. (I’ve learnt something new.) Does libass find the font if you change `\fnManrope Regular` to `\fnManrope`? If not, I can still imagine a chance that Leopard’s Font...

Could you further try Manrope _Bold_ (or another variant) rather than Regular?

I just want to add that we actually have an official MSVC project: [libass/libass-msvc](https://github.com/libass/libass-msvc); but nobody from the core team works on it. Do I understand correctly that the Meson...

OK; finally reviewed the code. Thanks for bearing with us. First, the best thing: the code does look pretty clear, and I can imagine us being able to maintain the...

The right thing is whatever VSFilter does, always. I’ll fix this in libass; thanks for the report! But note that the `s` command does not seem to be used widely...

I’ve done some experiments, and my conclusion is that for cubic/CFF-outline/“OTF” fonts only, vertical fonts’ height is calculated as `head.xMax - head.xMin` instead of the usual `OS/2.usWinAscent + OS/2.usWinDescent`. This...

Worth noting that the test OTF I have at hand (Source Han Sans) uses full-width, non-rotated Western letters. There’s a slight chance that the driver detects the lack of proportional...

Hi @madshi, nice to see you here! /cc @tgoyne regarding Aegisub. I’ll start with the easy part: > Does libass expose the "YCbCr matrix" field already? If not, it should...