patches/xfig-04-3.2.5b-urwfonts.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2511 e67fcf1a74dd
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2511
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     1
--- xfig.3.2.5b-orig/xfig.3.2.5b/u_fonts.c	2007-03-29 02:23:14.000000000 +0200
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     2
+++ xfig.3.2.5b/u_fonts.c	2009-07-31 22:47:31.448829555 +0200
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     3
@@ -67,41 +67,41 @@
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     4
 */
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     5
 
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     6
 struct _xfstruct x_backup_fontinfo[NUM_FONTS] = {
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     7
-    {"-*-times-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     8
-    {"-*-times-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
     9
-    {"-*-times-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    10
-    {"-*-times-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    11
-    {"-*-lucida-medium-r-normal-sans-", (struct xfont*) NULL}, /* closest to Avant-Garde */
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    12
-    {"-*-lucida-medium-i-normal-sans-", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    13
-    {"-*-lucida-bold-r-normal-sans-", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    14
-    {"-*-lucida-bold-i-normal-sans-", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    15
-    {"-*-times-medium-r-normal--", (struct xfont*) NULL},      /* closest to Bookman */
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    16
-    {"-*-times-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    17
-    {"-*-times-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    18
-    {"-*-times-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    19
-    {"-*-courier-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    20
-    {"-*-courier-medium-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    21
-    {"-*-courier-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    22
-    {"-*-courier-bold-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    23
-    {"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    24
-    {"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    25
-    {"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    26
-    {"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    27
-    {"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},  /* closest to Helv-nar. */
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    28
-    {"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    29
-    {"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    30
-    {"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    31
-    {"-*-new century schoolbook-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    32
-    {"-*-new century schoolbook-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    33
-    {"-*-new century schoolbook-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    34
-    {"-*-new century schoolbook-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    35
-    {"-*-lucidabright-medium-r-normal--", (struct xfont*) NULL},   /* closest to Palatino */
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    36
-    {"-*-lucidabright-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    37
-    {"-*-lucidabright-demibold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    38
-    {"-*-lucidabright-demibold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    39
-    {"-*-symbol-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    40
-    {"-*-zapf chancery-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    41
-    {"-*-zapf dingbats-*-*-*--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    42
+    {"-urw-nimbus roman no9 l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    43
+    {"-urw-nimbus roman no9 l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    44
+    {"-urw-nimbus roman no9 l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    45
+    {"-urw-nimbus roman no9 l-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    46
+    {"-urw-urw gothic l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    47
+    {"-urw-urw gothic l-medium-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    48
+    {"-urw-urw gothic l-semibold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    49
+    {"-urw-urw gothic l-semibold-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    50
+    {"-urw-urw bookman l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    51
+    {"-urw-urw bookman l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    52
+    {"-urw-urw bookman l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    53
+    {"-urw-urw bookman l-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    54
+    {"-urw-nimbus mono l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    55
+    {"-urw-nimbus mono l-medium-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    56
+    {"-urw-nimbus mono l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    57
+    {"-urw-nimbus mono l-bold-o-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    58
+    {"-urw-nimbus sans l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    59
+    {"-urw-nimbus sans l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    60
+    {"-urw-nimbus sans l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    61
+    {"-urw-nimbus sans l-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    62
+    {"-urw-nimbus sans l condensed-medium-r-condensed--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    63
+    {"-urw-nimbus sans l condensed-medium-i-condensed--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    64
+    {"-urw-nimbus sans l condensed-bold-r-condensed--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    65
+    {"-urw-nimbus sans l condensed-bold-i-condensed--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    66
+    {"-urw-century schoolbook l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    67
+    {"-urw-century schoolbook l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    68
+    {"-urw-century schoolbook l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    69
+    {"-urw-century schoolbook l-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    70
+    {"-urw-urw palladio l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    71
+    {"-urw-urw palladio l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    72
+    {"-urw-urw palladio l-bold-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    73
+    {"-urw-urw palladio l-bold-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    74
+    {"-urw-standard symbols l-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    75
+    {"-urw-urw chancery l-medium-i-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    76
+    {"-urw-dingbats-medium-r-normal--", (struct xfont*) NULL},
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    77
 };
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    78
 
e67fcf1a74dd all spec for xfig
dauphing
parents:
diff changeset
    79
 /* PostScript font names matched with X11 font names in x_fontinfo */