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
0f298856
Commit
0f298856
authored
Oct 31, 1999
by
Huw D M Davies
Committed by
Alexandre Julliard
Oct 31, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for EngineRealizeFontExt (used by the win98 pscript driver).
parent
8d2e0bb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
fontengine.c
graphics/fontengine.c
+10
-0
gdi.spec
if1632/gdi.spec
+1
-1
No files found.
graphics/fontengine.c
View file @
0f298856
...
...
@@ -63,6 +63,16 @@ WORD WINAPI EngineRealizeFont16(LPLOGFONT16 lplogFont, LPTEXTXFORM16 lptextxform
}
/* ****************************************************************
* EngineRealizeFontExt [GDI.315]
*/
WORD
WINAPI
EngineRealizeFontExt16
(
LONG
l1
,
LONG
l2
,
LONG
l3
,
LONG
l4
)
{
FIXME
(
"(%08lx,%08lx,%08lx,%08lx),stub
\n
"
,
l1
,
l2
,
l3
,
l4
);
return
0
;
}
/* ****************************************************************
* EngineGetCharWidth [GDI.303]
*/
WORD
WINAPI
EngineGetCharWidth16
(
LPFONTINFO16
lpFontInfo
,
BYTE
firstChar
,
BYTE
lastChar
,
LPINT16
buffer
)
...
...
if1632/gdi.spec
View file @
0f298856
...
...
@@ -225,7 +225,7 @@ file gdi.exe
312 stub ConvertOutLineFontFile
313 pascal16 GetRasterizerCaps(ptr word) GetRasterizerCaps16
314 stub EngineExtTextOut
315
stub EngineRealizeFontExt
315
pascal EngineRealizeFontExt(long long long long) EngineRealizeFontExt16
316 stub EngineGetCharWidthStr
317 stub EngineGetGlyphBmpExt
330 pascal16 EnumFontFamilies(word str segptr long) THUNK_EnumFontFamilies16
...
...
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