Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
0f298856
Commit
0f298856
authored
25 years ago
by
Huw D. M. Davies
Committed by
Alexandre Julliard
25 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Stub for EngineRealizeFontExt (used by the win98 pscript driver).
parent
8d2e0bb7
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
graphics/fontengine.c
+10
-0
10 additions, 0 deletions
graphics/fontengine.c
if1632/gdi.spec
+1
-1
1 addition, 1 deletion
if1632/gdi.spec
with
11 additions
and
1 deletion
graphics/fontengine.c
+
10
−
0
View file @
0f298856
...
...
@@ -62,6 +62,16 @@ WORD WINAPI EngineRealizeFont16(LPLOGFONT16 lplogFont, LPTEXTXFORM16 lptextxform
return
0
;
}
/* ****************************************************************
* 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]
*/
...
...
This diff is collapsed.
Click to expand it.
if1632/gdi.spec
+
1
−
1
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)
EngineRealizeFontExt
16
316 stub EngineGetCharWidthStr
317 stub EngineGetGlyphBmpExt
330 pascal16 EnumFontFamilies(word str segptr long) THUNK_EnumFontFamilies16
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment