Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f24b0a80
Commit
f24b0a80
authored
Oct 10, 2011
by
Huw Davies
Committed by
Alexandre Julliard
Oct 10, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps: The truetype metrics should now be obtained from gdi32, so remove obsolete code.
parent
570e68b8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
8 deletions
+1
-8
Makefile.in
dlls/wineps.drv/Makefile.in
+1
-2
afm.c
dlls/wineps.drv/afm.c
+0
-5
psdrv.h
dlls/wineps.drv/psdrv.h
+0
-1
truetype.c
dlls/wineps.drv/truetype.c
+0
-0
No files found.
dlls/wineps.drv/Makefile.in
View file @
f24b0a80
MODULE
=
wineps.drv
IMPORTS
=
user32 gdi32 winspool advapi32
EXTRAINCL
=
@
FREETYPEINCL@ @
CUPSINCL@
EXTRAINCL
=
@CUPSINCL@
C_SRCS
=
\
afm.c
\
...
...
@@ -58,7 +58,6 @@ C_SRCS = \
ppd.c
\
ps.c
\
text.c
\
truetype.c
\
type1.c
\
type1afm.c
\
type42.c
...
...
dlls/wineps.drv/afm.c
View file @
f24b0a80
...
...
@@ -290,11 +290,6 @@ BOOL PSDRV_GetFontMetrics(void)
if
(
PSDRV_GetType1Metrics
()
==
FALSE
)
return
FALSE
;
#ifdef HAVE_FREETYPE
if
(
PSDRV_GetTrueTypeMetrics
()
==
FALSE
)
return
FALSE
;
#endif
if
(
AddBuiltinAFMs
()
==
FALSE
)
return
FALSE
;
...
...
dlls/wineps.drv/psdrv.h
View file @
f24b0a80
...
...
@@ -536,7 +536,6 @@ extern INT PSDRV_StartPage( PHYSDEV dev ) DECLSPEC_HIDDEN;
INT
PSDRV_GlyphListInit
(
void
)
DECLSPEC_HIDDEN
;
const
GLYPHNAME
*
PSDRV_GlyphName
(
LPCSTR
szName
)
DECLSPEC_HIDDEN
;
VOID
PSDRV_IndexGlyphList
(
void
)
DECLSPEC_HIDDEN
;
BOOL
PSDRV_GetTrueTypeMetrics
(
void
)
DECLSPEC_HIDDEN
;
BOOL
PSDRV_GetType1Metrics
(
void
)
DECLSPEC_HIDDEN
;
const
AFMMETRICS
*
PSDRV_UVMetrics
(
LONG
UV
,
const
AFM
*
afm
)
DECLSPEC_HIDDEN
;
SHORT
PSDRV_CalcAvgCharWidth
(
const
AFM
*
afm
)
DECLSPEC_HIDDEN
;
...
...
dlls/wineps.drv/truetype.c
deleted
100644 → 0
View file @
570e68b8
This diff is collapsed.
Click to expand it.
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