lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add installing optional URW++ fonts (issue 315850043 by address@hidd


From: Masamichi Hosoda
Subject: Re: Add installing optional URW++ fonts (issue 315850043 by address@hidden)
Date: Sun, 06 Nov 2016 22:16:38 +0900 (JST)

> I am sorry to still talk about this, but I have been unable to work
> out
> how I could install just these fonts without having to clone the
> entire
> repo. I have looked in places like stackoverflow and the various 'git'
> sites but no one seems to be able to clearly state how to install just
> this commit (with for example git fetch). I also have not been able to
> 'download' the raw blobls from the repo either using 'right click/save
> as'.

I attached the shell script which can download the 12 font files from
'http://git.ghostscript.com/?p=urw-core35-fonts.git;a=commit;h=79bcdfb34fbce12b592cce389fa7a19da6b5b018'.

Its each download URL is just link of each font file in above URL.
It works fine on my environment.

Would you try it and put the downloaded files to ~/.local/share/fonts etc?
#!/bin/sh

wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=C059-BdIta.otf;h=0f59bb96119f289eb348c511764c9d2ceafb7f80;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=C059-Bold.otf;h=f8718a8d481b4483aa38667dba64e4949533945f;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=C059-Italic.otf;h=4abe846c09f3aaf8fafa2a4efa94484e842fd100;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=C059-Roman.otf;h=fcd5e4c18ae04338570e25fa3fb6eb1839afa7bf;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";

wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusMonoPS-Bold.otf;h=624871f6291b0346092ca0b6a571b6d7904e0f02;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusMonoPS-BoldItalic.otf;h=a8698a89d9d27dfc78431e89c930b35c5d003464;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusMonoPS-Italic.otf;h=a8fa428ec66b42e0f6d35599268050abbaad3de9;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusMonoPS-Regular.otf;h=f94f61a02a0deeba22fe41c2882c717d5aac1385;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";

wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusSans-Bold.otf;h=941f882eaf17d626a9960db75c32fc8296e81211;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusSans-BoldOblique.otf;h=91cf2e3529d456358fccc3d1006dfc910439fe11;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusSans-Oblique.otf;h=f47d0651c35849044142739aad1cf3b07822e8c3;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";
wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=blob;f=NimbusSans-Regular.otf;h=bdeb5c275eac2dc7b95655b55405f840000489e2;hb=79bcdfb34fbce12b592cce389fa7a19da6b5b018";

reply via email to

[Prev in Thread] Current Thread [Next in Thread]