't want to add to this duplication. Most fonts don't
> require it, but it wouldn't be harmful, apart from dragging in
> fontforge, would adding a 'build phase that does this to
> font-build-system be reasonable. I'm not actually sure how to add a
> required native-inp
t
require it, but it wouldn't be harmful, apart from dragging in
fontforge, would adding a 'build phase that does this to
font-build-system be reasonable. I'm not actually sure how to add a
required native-input to a build system. Or is there a better idea?
Making a whole new sfd-font-bu
When I use font-build-system to build font-wqy-zenhei,
I found that the ttf file it put into /share/fonts/truetype/
instead of /share/fonts/truetype/font-wqy-zenhei/
Is it default behavor ?
--
subject of this
> thread. We can add the fc-cache part of the solution later, once we have
> figured it out.
I have WIP patches for a font-build-system here:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26941
> But this won't solve the fc-cache problem as the reply by Mark
> suggests.
>
> A build system would be good though.
I didn't mean to solve the fc-cache problem. I was only talking about
the unpack and install phases which was the original subject of this
thread. We can add the fc-cache part of
Hi Arun,
Hi ng0,
On Thu, 11 May 2017 20:15:00 +
ng0 wrote:
> I don't think anyone is working on a font-build-system. But this won't
> solve the fc-cache problem as the reply by Mark suggests.
I agree, it won't.
For that, one could merge-install the fonts in a well
ng0 writes:
> we have 20 - 25 fonts (I didn't really count), and only 2 are using a
>
> system* make args
>
> in their build phase, every other font just extracts, creates folders
> and copies the fonts to the folders.
> This is much repetition which could be avoided by just calling a build
> sys
ng0 skribis:
> we have 20 - 25 fonts (I didn't really count), and only 2 are using a
>
> system* make args
>
> in their build phase, every other font just extracts, creates folders
> and copies the fonts to the folders.
> This is much repetition which could be avoided by just calling a build
> sy
Hi,
we have 20 - 25 fonts (I didn't really count), and only 2 are using a
system* make args
in their build phase, every other font just extracts, creates folders
and copies the fonts to the folders.
This is much repetition which could be avoided by just calling a build
system, rather than applyi