Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
fe111269
Commit
fe111269
authored
May 22, 2023
by
Piotr Caban
Committed by
Alexandre Julliard
May 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps: Remove no longer used PSDRV_SelectDownloadFont helper.
parent
0e976ca5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
download.c
dlls/wineps.drv/download.c
+0
-13
psdrv.h
dlls/wineps.drv/psdrv.h
+0
-1
No files found.
dlls/wineps.drv/download.c
View file @
fe111269
...
...
@@ -190,19 +190,6 @@ static UINT get_bbox(HDC hdc, RECT *rc)
return
GET_BE_WORD
(
head
+
18
);
/* unitsPerEm */
}
/****************************************************************************
* PSDRV_SelectDownloadFont
*
* Set up ctx->font for a downloadable font
*
*/
BOOL
PSDRV_SelectDownloadFont
(
print_ctx
*
ctx
)
{
ctx
->
font
.
fontloc
=
Download
;
ctx
->
font
.
fontinfo
.
Download
=
NULL
;
return
TRUE
;
}
static
UINT
calc_ppem_for_height
(
HDC
hdc
,
LONG
height
)
{
BYTE
os2
[
78
];
/* size of version 0 table */
...
...
dlls/wineps.drv/psdrv.h
View file @
fe111269
...
...
@@ -491,7 +491,6 @@ SHORT PSDRV_CalcAvgCharWidth(const AFM *afm) DECLSPEC_HIDDEN;
extern
BOOL
PSDRV_WriteSetBuiltinFont
(
print_ctx
*
ctx
)
DECLSPEC_HIDDEN
;
extern
BOOL
PSDRV_WriteBuiltinGlyphShow
(
print_ctx
*
ctx
,
LPCWSTR
str
,
INT
count
)
DECLSPEC_HIDDEN
;
extern
BOOL
PSDRV_SelectDownloadFont
(
print_ctx
*
ctx
)
DECLSPEC_HIDDEN
;
extern
BOOL
PSDRV_WriteSetDownloadFont
(
print_ctx
*
ctx
,
BOOL
vertical
)
DECLSPEC_HIDDEN
;
extern
BOOL
PSDRV_WriteDownloadGlyphShow
(
print_ctx
*
ctx
,
const
WORD
*
glyphs
,
UINT
count
)
DECLSPEC_HIDDEN
;
extern
BOOL
PSDRV_EmptyDownloadList
(
print_ctx
*
ctx
,
BOOL
write_undef
)
DECLSPEC_HIDDEN
;
...
...
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