groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] gxditview


From: Bernd Warken
Subject: [Groff] gxditview
Date: Sun, 9 Mar 2003 19:02:15 +0100
User-agent: Mutt/1.2.5i tests=PATCH_UNIFIED_DIFF,SPAM_PHRASE_00_01,USER_AGENT, USER_AGENT_MUTT version=2.41

Running `diff -u GXditview.ad /etc/X11/app-defaults/GXditview' in the
actual Debian stable results in

--- GXditview.ad        Sun Feb  6 10:38:57 2000
+++ /etc/X11/app-defaults/GXditview     Sun Mar 17 05:15:50 2002
@@ -55,3 +55,25 @@
 GXditview.promptShell.promptDialog.cancel.label: Cancel
 GXditview.promptShell.promptDialog.cancel.translations: #override \
        <BtnUp>:        Cancel() unset()
+
+GXditview*fontMap: \
+TR     -adobe-times-medium-r-normal--*-100-*-*-*-*-iso8859-1\n\
+TI     -adobe-times-medium-i-normal--*-100-*-*-*-*-iso8859-1\n\
+TB     -adobe-times-bold-r-normal--*-100-*-*-*-*-iso8859-1\n\
+TBI    -adobe-times-bold-i-normal--*-100-*-*-*-*-iso8859-1\n\
+CR     -adobe-courier-medium-r-normal--*-100-*-*-*-*-iso8859-1\n\
+CI     -adobe-courier-medium-o-normal--*-100-*-*-*-*-iso8859-1\n\
+CB     -adobe-courier-bold-r-normal--*-100-*-*-*-*-iso8859-1\n\
+CBI    -adobe-courier-bold-o-normal--*-100-*-*-*-*-iso8859-1\n\
+HR     -adobe-helvetica-medium-r-normal--*-100-*-*-*-*-iso8859-1\n\
+HI     -adobe-helvetica-medium-o-normal--*-100-*-*-*-*-iso8859-1\n\
+HB     -adobe-helvetica-bold-r-normal--*-100-*-*-*-*-iso8859-1\n\
+HBI    -adobe-helvetica-bold-o-normal--*-100-*-*-*-*-iso8859-1\n\
+NR     -adobe-new century 
schoolbook-medium-r-normal--*-100-*-*-*-*-iso8859-1\n\
+NI     -adobe-new century 
schoolbook-medium-i-normal--*-100-*-*-*-*-iso8859-1\n\
+NB     -adobe-new century schoolbook-bold-r-normal--*-100-*-*-*-*-iso8859-1\n\
+NBI    -adobe-new century schoolbook-bold-i-normal--*-100-*-*-*-*-iso8859-1\n\
+S      -adobe-symbol-medium-r-normal--*-100-*-*-*-*-adobe-fontspecific\n\
+SS     -adobe-symbol-medium-r-normal--*-100-*-*-*-*-adobe-fontspecific\n\
+M      -misc-fixed-medium-r-normal--*-100-*-*-*-*-jisx0208.1983-0\n\
+G      -misc-fixed-medium-r-normal--*-100-*-*-*-*-jisx0208.1983-0


This shows that the default font map is not mentioned in GXditview.ad.
We could add this.

############################

Moreover, the Debian configuration file includes the additional fonts
M and G.  These two lines could be added at the end of the definition of
`static char default_font_map[]' in `Dvi.c':

M      -misc-fixed-medium-r-normal--*-100-*-*-*-*-jisx0208.1983-0\n\
G      -misc-fixed-medium-r-normal--*-100-*-*-*-*-jisx0208.1983-0\n\

#############################

Finally, we should think about making gxditview a normal part of groff.
For installing it in /usr/bin/X11/gxditview will overwrite the system
default, so the normal installation in /usr/local/bin will be better.

Bernd Warken


reply via email to

[Prev in Thread] Current Thread [Next in Thread]