Change font for packet information from Courier to Monaco.

svn path=/trunk/; revision=33773
This commit is contained in:
Jaap Keuter 2010-08-11 21:23:49 +00:00
parent 84c6db776b
commit 9969691f49
2 changed files with 4 additions and 8 deletions

View File

@ -1128,9 +1128,6 @@ print_preamble_ps(print_stream_t *self, gchar *filename)
print_ps_preamble(output->fh);
fputs("%% Set the font to 8 point\n", output->fh);
fputs("/Courier findfont 8 scalefont setfont\n", output->fh);
fputs("\n", output->fh);
fputs("%% the page title\n", output->fh);
ps_clean_string(psbuffer, filename, MAX_PS_LINE_LENGTH);
fprintf(output->fh, "/ws_pagetitle (%s - Wireshark " VERSION "%s) def\n", psbuffer, wireshark_svnversion);

View File

@ -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