moi15moi
moi15moi
I forgot to reply. `network_filter: comtype` did fix my issue.
If you need a font with over 31 characters, you can use this one: [fusion-pixel-12px-monospaced-zh_hans.zip](https://github.com/libass/libass/files/12825589/fusion-pixel-12px-monospaced-zh_hans.zip) > But I also wonder what happens if you try to use a font with...
I just saw this PR: https://github.com/Aegisub/Aegisub/pull/49 Prior to this PR, ``Join (as karaoke)`` was working as what I am proposing now. But, from the [doc](https://aegisub.org/docs/latest/editing_subtitles/) > Join (as karaoke) >...
@arch1t3cht I never got an answer from you ^^'
Should I do it? If so, how?
> Had another quick glance at the code: do you think we could avoid uploading a new font (thus making use of the font we already fetch in the workflow)?...
I push some changes. - I removed the [ms_to_frames](https://pyonfx.readthedocs.io/en/latest/reference/convert.html#pyonfx.convert.Convert.ms_to_frames), [frames_to_ms](https://pyonfx.readthedocs.io/en/latest/reference/convert.html#pyonfx.convert.Convert.frames_to_ms) and [move_ms_to_frame](https://pyonfx.readthedocs.io/en/latest/reference/convert.html#pyonfx.convert.Convert.move_ms_to_frame) method. Now, the user should use [VideoTimestamps](https://github.com/moi15moi/VideoTimestamps/) because the conversion weren't always perfect before. - Now, the constructor...
I guess building libass with fontconfig would fix this issue, right? Since the version 2.16.0, fontconfig (with meson, with autotools, i think android support have been added later), added android...
> That depends on whether fontconfig will automatically find Android system fonts. Yes it will since the version 2.16.0. See [this](https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/2.16.0/meson.build?ref_type=tags#L326-327) + https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/3bbaea1ec8d7535f294446841dddbb0e0f9ba3e7 > and whether Android ships a font...
I did a quick test on my android phone. I runned the following code on my phone with Pydroid3to verify if my phone contained fonts with the glyph https://www.compart.com/de/unicode/U+09AC: ```py...