Oleg Oshmyan
Oleg Oshmyan
Anyway, to be clear: putting the two somewhat philosophical comments aside, the actual code/logic looks good to me.
FWIW I want to point out explicitly that this approach has another drawback (which may be minor in this case) compared to external assembly: the vectorized implementation is coupled to...
Have you configured mpv to _use_ one of those fonts? Add `"--sub-font=Font name"` to the mpv invocation. Much as you guessed, libass (the subtitle renderer) asks your system for an...
Perhaps someone with better mpv knowledge will correct me, but as far as I’m aware, this isn’t possible. And indeed, even if it were, it seems both of your Chinese...
If you’re worried that Chinese fonts may have poor Latin support, you could, by the same logic, try to find a font that does have decent support for both, e. ...
As a fellow Russian speaker, I’d try to avoid gendered constructs as far as possible, but colloquially, I think I do subconsciously use masculine forms with “Aegisub”, perhaps due to...
Good call! With both of those bits cleared, the faux-bold version’s metrics start to match those of the regular version. (It’s still obviously emboldened, though, unlike Fansub Block.) The description...
If this is to be used together with an `ASS_Feature` anyway, why not make this an `ASS_Feature` of its own right? Or introduce a new dedicated base-direction field in `ASS_Style`....
> why not make this an `ASS_Feature` of its own right? Or introduce a new dedicated base-direction field in `ASS_Style`. The latter could also be supported in user style overrides,...
@llyyr Sorry this isn’t going fast, and thanks for your patience. I trust we’ll get there in time. --- Personally, I dislike the very idea of using `Encoding` for any...