Re: Font in jar-Dateien

2020-09-19 Thread Paul Wise
On Sat, Sep 19, 2020 at 7:30 PM Mechtilde Stehmann wrote: > Or what is best practice in such a case? The best option for fonts is to have the text rendering code, using fontconfig or similar, dynamically load the right fonts at runtime for the text being rendered. This way it doesn't matter if th

Re: Font in jar-Dateien

2020-09-19 Thread Thorsten Glaser
On Sat, 19 Sep 2020, Mechtilde Stehmann wrote: > So my idea and question is, how it ispossible to set a link into the jar > file so the fonts can be found. JAR files are PKZIP archives and as such cannot hold symlinks, which aren’t supported in the Java ecosystem anyway (not really, individual co

Font in jar-Dateien

2020-09-19 Thread Mechtilde Stehmann
Hello, while I take a closer look at the package jverein I found a directory in the jverein.jar there. These fonts are already available as Debian packages. So my idea and question is, how it ispossible to set a link into the jar file so the fonts can be found. I think I should do it in the bui