PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Fonts -
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Fonts -

Réponse
 
LinkBack Outils de la discussion
Vieux 30/07/2007, 04h30   #1
Rick
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Fonts -

Wonder, if there are any good mono-fonts for debian,
that I can install extra.

Thanks -
Richard


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/07/2007, 05h00   #2
Douglas Allan Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

On Sun, Jul 29, 2007 at 10:27:27PM -0400, Rick wrote:
> Wonder, if there are any good mono-fonts for debian,
> that I can install extra.


What is a mono-font?

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/07/2007, 05h10   #3
Rick
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

On Sunday 29 July 2007 10:56:41 pm Douglas Allan Tutty wrote:
> On Sun, Jul 29, 2007 at 10:27:27PM -0400, Rick wrote:
> > Wonder, if there are any good mono-fonts for debian,
> > that I can install extra.

>
> What is a mono-font?
>
> Doug.


fonts characters that are equally space apart from each other, and with the
same height..

Richard


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/07/2007, 05h10   #4
Mathias Brodala
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

Hi Rick.

Rick, 30.07.2007 04:27:
> Wonder, if there are any good mono-fonts for debian,
> that I can install extra.


Just search the web for a font you like. As long as they are in the usual
TrueType format, you can just drop them into /usr/local/share/fonts/truetype.

My all time favorites are Monaco and Lucida Console.


Regards, Mathias

--
debian/rules


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGrVXGYfUFJ3ewsJgRAmgqAJ48X30sVEdT3HhdlHKNP+ CwCQeQ9wCffgSZ
N2RBvEbPHwbbqdUsX1CzcMg=
=xbyx
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 30/07/2007, 05h20   #5
Douglas Allan Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

On Sun, Jul 29, 2007 at 11:04:23PM -0400, Rick wrote:
> On Sunday 29 July 2007 10:56:41 pm Douglas Allan Tutty wrote:
> > On Sun, Jul 29, 2007 at 10:27:27PM -0400, Rick wrote:
> > > Wonder, if there are any good mono-fonts for debian,
> > > that I can install extra.

> >
> > What is a mono-font?

>
> fonts characters that are equally space apart from each other, and with the
> same height..
>


Oh, monospaced (not monochrome or monoline [as from a plotter] ). What
about those in the dejavu?? package, or in gsfonts-x11. Terminus?
Courier?

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/07/2007, 11h50   #6
Sjoerd Hiemstra
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

Mathias Brodala wrote:
> Rick, 30.07.2007 04:27:
> > Wonder, if there are any good mono-fonts for debian,
> > that I can install extra.


I'd like to mention Liberation Mono, one of the Liberation fonts provided
by RedHat. https://www.redhat.com/promo/fonts/
(BTW, Liberation Sans is looking great as the default font for GTK2 and Qt.
YMMV.)

And if you search the repositories for packages with 'font' in their name,
chances are that you'll find quite a couple that are not installed yet.

> Just search the web for a font you like. As long as they are in the usual
> TrueType format, you can just drop them into
> /usr/local/share/fonts/truetype.


I would put this a bit more general.
Type1 fonts, consisting of a .pfa or .pfb and a .afm file, work just as
well. I suppose the new .otf or Open Type fonts will also work, I just
haven't tried them yet.

One could put them into subdirectories of /usr/local/share/fonts, such as:

/usr/local/share/fonts/type1
/usr/local/share/fonts/truetype
/usr/local/share/fonts/whatever

and they will still be found there.

Probably even better/easier, install fonts per user, not system wide, by
putting them into ~/.fonts, or in subdirectories thereof, as above.

BTW, I was quite surprised to see that in Lenny the fonts are immediately
available, just by putting them into these directories. Not sure if it
works this way in Etch yet???

> My all time favorites are Monaco and Lucida Console.


Mine is definitely Lucida Sans Typewriter. ;-)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/07/2007, 11h50   #7
Sjoerd Hiemstra
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Fonts -

Mathias Brodala wrote:
> Rick, 30.07.2007 04:27:
> > Wonder, if there are any good mono-fonts for debian,
> > that I can install extra.


I'd like to mention Liberation Mono, one of the Liberation fonts provided
by RedHat. https://www.redhat.com/promo/fonts/
(BTW, Liberation Sans is looking great as the default font for GTK2 and Qt.
YMMV.)

And if you search the repositories for packages with 'font' in their name,
chances are that you'll find quite a couple that are not installed yet.

> Just search the web for a font you like. As long as they are in the usual
> TrueType format, you can just drop them into
> /usr/local/share/fonts/truetype.


I would put this a bit more general.
Type1 fonts, consisting of a .pfa or .pfb and a .afm file, work just as
well. I suppose the new .otf or Open Type fonts will also work, I just
haven't tried them yet.

One could put them into subdirectories of /usr/local/share/fonts, such as:

/usr/local/share/fonts/type1
/usr/local/share/fonts/truetype
/usr/local/share/fonts/whatever

and they will still be found there.

Probably even better/easier, install fonts per user, not system wide, by
putting them into ~/.fonts, or in subdirectories thereof, as above.

BTW, I was quite surprised to see that in Lenny the fonts are immediately
available, just by putting them into these directories. Not sure if it
works this way in Etch yet???

> My all time favorites are Monaco and Lucida Console.


Mine is definitely Lucida Sans Typewriter. ;-)


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h43.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11970 seconds with 15 queries