public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] fontconfig 2.11.95-1
@ 2016-06-03  8:31 Yaakov Selkowitz
  2016-06-09 16:05 ` David Stacey
  0 siblings, 1 reply; 2+ messages in thread
From: Yaakov Selkowitz @ 2016-06-03  8:31 UTC (permalink / raw)
  To: cygwin

The following packages have been uploaded to the Cygwin distribution:

* fontconfig-2.11.95-1
* fontconfig-doc-2.11.95-1
* libfontconfig1-2.11.95-1
* libfontconfig-common-2.11.95-1
* libfontconfig-devel-2.11.95-1
* mingw64-i686-fontconfig-2.11.95-1
* mingw64-x86_64-fontconfig-2.11.95-1

Fontconfig is a library designed to provide system-wide font configuration, 
customization and application access.

This is an update to the latest upstream release.  This release automatically 
makes Microsoft fonts in the Windows font directory available to Cygwin 
applications.

--
Yaakov

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANNOUNCEMENT] fontconfig 2.11.95-1
  2016-06-03  8:31 [ANNOUNCEMENT] fontconfig 2.11.95-1 Yaakov Selkowitz
@ 2016-06-09 16:05 ` David Stacey
  0 siblings, 0 replies; 2+ messages in thread
From: David Stacey @ 2016-06-09 16:05 UTC (permalink / raw)
  To: cygwin

On 03/06/16 09:25, Yaakov Selkowitz wrote:
> This is an update to the latest upstream release.  This release automatically
> makes Microsoft fonts in the Windows font directory available to Cygwin
> applications.


I really appreciate this feature. Sadly, it isn't working for me because 
the post-install script that achieves this doesn't quote the filenames. 
So if a font has a space in its filename you end up with a symbolic link 
that points to itself.

Please could you update the post-install script 
'zp_fontconfig_cache_1.sh'. The following worked for me:

     for f in $(grep -l 'Microsoft Corp' "`cygpath -W`"/Fonts/*.ttf)
     do
       if [ ! -e "/usr/share/fonts/microsoft/${f##*/}" ]
       then
         ln -s "$f" "/usr/share/fonts/microsoft/"
       fi
     done

Many thanks in advance,

Dave.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-09 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-03  8:31 [ANNOUNCEMENT] fontconfig 2.11.95-1 Yaakov Selkowitz
2016-06-09 16:05 ` David Stacey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).