summaryrefslogtreecommitdiff
path: root/print.ps
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-08-11 21:23:49 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-08-11 21:23:49 +0000
commit9969691f49226d31405e78e65c92460daae7ffb1 (patch)
tree816ab5cc1648c02e2a2fbc53e95dca2870a05fb3 /print.ps
parent84c6db776b6b038a65807616242a7bfe27ccfc7d (diff)
downloadwireshark-9969691f49226d31405e78e65c92460daae7ffb1.tar.gz
Change font for packet information from Courier to Monaco.
svn path=/trunk/; revision=33773
Diffstat (limited to 'print.ps')
-rw-r--r--print.ps9
1 files changed, 4 insertions, 5 deletions
diff --git a/print.ps b/print.ps
index 4cf0467942..5ae242934c 100644
--- a/print.ps
+++ b/print.ps
@@ -4,7 +4,6 @@
% Anything else is thrown away, and is for testing only.
%
% ---- wireshark preamble start ---- %
-%!
%!PS-Adobe-2.0
%
% Wireshark - Network traffic analyzer
@@ -13,7 +12,7 @@
%
%%Creator: Wireshark
%%Title: Wireshark output
-%%DocumentFonts: Helvetica Courier
+%%DocumentFonts: Helvetica Monaco
%%EndComments
%!
@@ -162,10 +161,10 @@ pop pop % junk
% Reset the vertical position
/vpos tmargin def
-% ---- wireshark preamble end ---- %
-
% Set the font to 8 point
-/Courier findfont 8 scalefont setfont
+/Monaco findfont 8 scalefont setfont
+
+% ---- wireshark preamble end ---- %
% the page title
/ws_pagetitle (Wireshark) def