Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
87a99fd8
Commit
87a99fd8
authored
Oct 16, 2008
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TimesNewRoman changed to Times-Roman
parent
9c1cf7dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
src/exe/co_convert/src/cnv_tops.cpp
src/exe/co_convert/src/cnv_tops.cpp
+6
-6
src/exe/co_convert/src/cnv_tops.h
src/exe/co_convert/src/cnv_tops.h
+5
-5
No files found.
src/exe/co_convert/src/cnv_tops.cpp
View file @
87a99fd8
/*
* Proview $Id: cnv_tops.cpp,v 1.
5 2007-01-11 11:40:3
0 claes Exp $
* Proview $Id: cnv_tops.cpp,v 1.
6 2008-10-16 11:06:5
0 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -40,7 +40,7 @@ extern "C" {
#define CNV_TAB 18
#define ps_cHead "%!PS-Adobe-2.0
EPSF-1.2
\n\
#define ps_cHead "%!PS-Adobe-2.0\n\
%%Creator: Proview co_convert\n\
%%EndComments\n\
\n\
...
...
@@ -77,7 +77,7 @@ dup length dict begin\n\
currentdict\n\
end\n\
/Helvetica-Oblique-ISOLatin1 exch definefont pop\n\
/Times
New
Roman findfont\n\
/Times
-
Roman findfont\n\
dup length dict begin\n\
{ 1 index /FID ne\n\
{def}\n\
...
...
@@ -87,8 +87,8 @@ dup length dict begin\n\
/Encoding ISOLatin1Encoding def\n\
currentdict\n\
end\n\
/Times
New
Roman-ISOLatin1 exch definefont pop\n\
/Times
NewRoman
-Bold findfont\n\
/Times
-
Roman-ISOLatin1 exch definefont pop\n\
/Times-Bold findfont\n\
dup length dict begin\n\
{ 1 index /FID ne\n\
{def}\n\
...
...
@@ -98,7 +98,7 @@ dup length dict begin\n\
/Encoding ISOLatin1Encoding def\n\
currentdict\n\
end\n\
/Times
NewRoman
-Bold-ISOLatin1 exch definefont pop\n\
/Times-Bold-ISOLatin1 exch definefont pop\n\
/Courier findfont\n\
dup length dict begin\n\
{ 1 index /FID ne\n\
...
...
src/exe/co_convert/src/cnv_tops.h
View file @
87a99fd8
/*
* Proview $Id: cnv_tops.h,v 1.
3 2005-12-21 08:30:25
claes Exp $
* Proview $Id: cnv_tops.h,v 1.
4 2008-10-16 11:06:50
claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
...
...
@@ -114,13 +114,13 @@ class CnvToPs {
style
[
ps_eId_Content
].
boldtext
=
CnvStyle
(
"Helvetica-Bold-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
style
[
ps_eId_Chapter
].
text
=
CnvStyle
(
"Times
New
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
CnvStyle
(
"Times
-
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
style
[
ps_eId_TopicL1
].
text
=
CnvStyle
(
"Times
New
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
CnvStyle
(
"Times
-
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
style
[
ps_eId_TopicL2
].
text
=
CnvStyle
(
"Time
sNew
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
CnvStyle
(
"Time
-
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
style
[
ps_eId_TopicL3
].
text
=
CnvStyle
(
"Times
New
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
CnvStyle
(
"Times
-
Roman-ISOLatin1"
,
10
,
0
,
11
,
1
,
cnv_eAlignment_Left
,
0
,
0
,
0
);
}
~
CnvToPs
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment