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: incomplete manifest in jar files

2020-09-19 Thread Sudip Mukherjee
On Sat, Sep 19, 2020 at 11:34 PM tony mancill wrote: > > On Fri, Sep 18, 2020 at 12:40:44PM +0100, Sudip Mukherjee wrote: > > Hi All, > > > > While working on #943552 I faced few problems with manifest files and > > as a result I am unable to list them in the bundles.info file. > > > > <--snip-->

Re: incomplete manifest in jar files

2020-09-19 Thread tony mancill
On Fri, Sep 18, 2020 at 12:40:44PM +0100, Sudip Mukherjee wrote: > Hi All, > > While working on #943552 I faced few problems with manifest files and > as a result I am unable to list them in the bundles.info file. > > <--snip--> > > If no-one has any problem with my suggested changes then I can

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