Mercurial > pidgin
annotate pixmaps/Makefile.am @ 306:a8f964718837
[gaim-migrate @ 316]
Ok, one last time, for the record:
- It tries to load the requested font in the requested size.
- It tries to load the requested font at *any* size.
- It tries to load either courier or helvetica with the requested features at
any size.
- It tries to load the other of the two with the requested features at any size.
- It tries to load the chosen outgoing font with the requested features at any
size, if one exists.
- It tries to load courier with no features (bold, italics, etc) at any size.
- It tries to load helvetica with no features (bold, italics, etc) at any size.
- It tries to load times with no features (bold, italics, etc) at any size.
- It tries to load *any* font, generally the first one GDK can find, which ends
up usually being something like Arial Bold.
It returns after it gets a font, or after it gets *any* font. If you didn't get
one, your system is screwy.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 01 Jun 2000 19:27:18 +0000 |
parents | d618dc6c7d21 |
children | 5dbb426d61c2 |
rev | line source |
---|---|
1 | 1 EXTRA_DIST = admin_icon.xpm aimicon.xpm \ |
2 aimicon2.xpm aol_icon.xpm big.xpm \ | |
3 bold.xpm dt_icon.xpm free_icon.xpm \ | |
4 italic.xpm login_icon.xpm logo.xpm \ | |
5 logout_icon.xpm no_icon.xpm normal.xpm \ | |
6 link.xpm small.xpm speaker.xpm im.xpm \ | |
7 buddychat.xpm info.xpm buddyadd.xpm \ | |
8 buddydel.xpm permadd.xpm permdel.xpm \ | |
9 wood.xpm palette.xpm offline.xpm \ | |
10 online.xpm signing_on.xpm msg_pending.xpm \ | |
11 away.xpm away_icon.xpm underline.xpm \ | |
12 peng_smile.xpm peng_frown.xpm peng_wink.xpm \ | |
77 | 13 strike.xpm gnome/devil-connect.png gnome/devil-offline.png \ |
39 | 14 gnome/devil-online.png gnome/penguin-connect.png \ |
168
7590dcc3baac
[gaim-migrate @ 178]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
82
diff
changeset
|
15 gnome/penguin-offline.png gnome/penguin-online.png \ |
7590dcc3baac
[gaim-migrate @ 178]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
82
diff
changeset
|
16 daemon-buddyadd.xpm daemon-buddychat.xpm daemon-buddydel.xpm \ |
7590dcc3baac
[gaim-migrate @ 178]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
82
diff
changeset
|
17 daemon-im.xpm daemon-info.xpm daemon-permadd.xpm \ |
289
d618dc6c7d21
[gaim-migrate @ 299]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
168
diff
changeset
|
18 daemon-permdel.xpm daemon.xpm fontface.xpm |
1 | 19 |
31 | 20 if GNOMEAPPLET |
77 | 21 gnomesysconf = `@GNOME_CONFIG@ --sysconfdir` |
22 gnomedata = `@GNOME_CONFIG@ --datadir` | |
23 gaimpixmapdir = $(gnomedata)/pixmaps/gaim | |
39 | 24 gaimpixmap_DATA = aimicon.xpm |
77 | 25 gaimgnomedir = $(gnomedata)/pixmaps/gaim/gnome |
42 | 26 gaimgnome_DATA = |
77 | 27 gaimgnomepixmapsdir = $(gnomedata)/pixmaps/gaim |
42 | 28 gaimgnomepixmaps_DATA = gnome/penguin-online.png gnome/penguin-offline.png \ |
82 | 29 gnome/penguin-connect.png gnome/devil-offline.png \ |
30 gnome/devil-connect.png gnome/devil-online.png | |
29 | 31 endif |