Adding fonts

Mark J. Reed markjreed@mail.com
Tue Aug 21 12:25:00 GMT 2007


It's a little more work, but it might be better to add the Windows
fonts directory to the X font path.  Then you only store the actual
fonts in one place on disk, and all the system TTF fonts are available
to X.

You'd need to create the X11 font management metafiles in the system
fonts dir, but Windows will just ignore them.  You'd also need to
update them whenever you add new fonts . . . or schedule a job to
check periodically.


On 8/21/07, S James S Stapleton <stapleton.41@osu.edu> wrote:
> Yes. It's as easy as:
> cp /path/to/original.font /usr/X11R6/lib/X11/fonts/[fonttype]/
>
> where you replace [fonttype] with the type of font you want
>
> ex. copy all windows ttf fonts over:
> $ cp /cygdrive/c/WINDOWS/Fonts/*.[tT][tT][fF] /usr/X11R6/lib/X11/fonts/ttf/
>
>
> Caveat:
> You might run into problems, depending on if you are running in dos or unix
> line mode, I can't remember...
>
> Hope that helps,
> -Jim Stapleton
>
> ----- Original Message -----
> From: "Jean-Claude Gervais" <jc.gervais@videotron.ca>
> To: "Cygwin-XFree" <cygwin-xfree@cygwin.com>
> Sent: Monday, August 20, 2007 4:11 PM
> Subject: Adding fonts
>
>
> > Hi,
> >
> > Is there a simple way to add fonts to Cygwin's X server?
> >
> > For example, I have a true-type font called TAHOMA.TTF that I would like
> > to make available to the X Server.
> >
> > Are all the host operating system's fonts automatically available to the
> > X server? Do I have to perform any special actions to enable them? Is
> > there a formula for doing this?
> >
> > Thanks in advance, list.
> >
> > J
> >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Problem reports:       http://cygwin.com/problems.html
> > Documentation:         http://x.cygwin.com/docs/
> > FAQ:                   http://x.cygwin.com/docs/faq/
> >
> >
> >
> > --
> > BEGIN-ANTISPAM-VOTING-LINKS
> > ------------------------------------------------------
> >
> > Teach CanIt if this mail (ID 397534979) is spam:
> > Spam:        https://antispam.osu.edu/b.php?c=s&i=397534979&m=513b38672a09
> > Not spam:    https://antispam.osu.edu/b.php?c=n&i=397534979&m=513b38672a09
> > Forget vote: https://antispam.osu.edu/b.php?c=f&i=397534979&m=513b38672a09
> > ------------------------------------------------------
> > END-ANTISPAM-VOTING-LINKS
> >
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://x.cygwin.com/docs/
> FAQ:                   http://x.cygwin.com/docs/faq/
>
>


-- 
Mark J. Reed <markjreed@mail.com>

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



More information about the Cygwin-xfree mailing list