Solved ASS Font Issue - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Solved ASS Font Issue (/showthread.php?tid=361545) Pages:
1
2
|
RE: ASS Font Issue - Breed43214 - 2021-04-05 (2021-04-02, 22:01)enen92 Wrote: @Breed43214 thanks a lot for the sample. Thanks for taking the time to look into this. I'll give that DLL a go. Just to note that this isn't solely a Windows issue, as it also happens on Android. It's likely to be a slightly different issue since obviously libass won't use DirectWrite and I don't even know if Android has a built in font repository (I assume it must right?) but the effect is the same. I would say this is where the media/fonts/ folder should come into play but doesn't. RE: ASS Font Issue - enen92 - 2021-04-08 (2021-04-05, 23:38)Breed43214 Wrote:(2021-04-02, 22:01)enen92 Wrote: @Breed43214 thanks a lot for the sample. It should if https://github.com/xbmc/xbmc/pull/19535 gets in For the original issue (directwrite not used) it will require a bit more work as we probably could use the opportunity to update libass platform-wise RE: ASS Font Issue - Breed43214 - 2021-04-08 (2021-04-08, 11:17)enen92 Wrote:Looks promising! Thanks for your attention on this.(2021-04-05, 23:38)Breed43214 Wrote:(2021-04-02, 22:01)enen92 Wrote: @Breed43214 thanks a lot for the sample. The above pull request should also work on Windows anyway to work around DirectWrite not being used in the meantime - the contents of the Windows Font directory can be copied into /media/Fonts Or, I can just use the .dll you provided. Either way! RE: ASS Font Issue - Paxxi - 2021-04-11 @Breed43214 if you navigate to %appdata%\Kodi\media in explorer and create a folder called Fonts then it should work correctly. It seems that the directwrite fontloader fails if that folder doesn't exist and Kodi does not create it automatically. This will be fixed but it's an easy workaround for now. RE: ASS Font Issue - Breed43214 - 2021-04-11 (2021-04-11, 09:32)Paxxi Wrote: @Breed43214 if you navigate to %appdata%\Kodi\media in explorer and create a folder called Fonts then it should work correctly. It seems that the directwrite fontloader fails if that folder doesn't exist and Kodi does not create it automatically. This will be fixed but it's an easy workaround for now. Thanks for that. To be honest Windows was my main platform up until Xmas. I had a PC/Server behind my TV in the Living Room and a Fire Stick 4K in the bedroom. At Xmas I switched the PC for a FireCube and moved the PC to the cupboard under the stairs (I need to change its hostname to Harry-Potter) so my I'm almost 100% Android now (still have Kodi on a laptop for travelling, but honestly tend to use MPC-HC more there...) so it's great to see enen92's fix merged - I'm using the latest nightly and it works a charm. I've transposed my Windows Font folder to my Android devices. It's great Windows can be fixed quickly though! Now I just need to keep a dedicated Font folder on my Server and write a script to push new Fonts added to it to my Android devices automatically via ADB. RE: ASS Font Issue - enen92 - 2021-04-24 Both fixes (the directwrite detection fix and the font loading from userdata) have been merged to v20 and backported to Matrix/v19.1. They should be available soon when 19.1 is out. Marking the thread as solved |