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
be9268a4
Commit
be9268a4
authored
Mar 23, 2002
by
Eric Pouech
Committed by
Alexandre Julliard
Mar 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wineconsole is now able to handle non raster fonts (vector, true
type).
parent
15979fda
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
dialog.c
programs/wineconsole/dialog.c
+0
-0
user.c
programs/wineconsole/user.c
+0
-0
winecon_user.h
programs/wineconsole/winecon_user.h
+7
-3
No files found.
programs/wineconsole/dialog.c
View file @
be9268a4
This diff is collapsed.
Click to expand it.
programs/wineconsole/user.c
View file @
be9268a4
This diff is collapsed.
Click to expand it.
programs/wineconsole/winecon_user.h
View file @
be9268a4
...
...
@@ -45,7 +45,11 @@ extern COLORREF WCUSER_ColorMap[16];
extern
BOOL
WCUSER_GetProperties
(
struct
inner_data
*
,
BOOL
);
extern
BOOL
WCUSER_SetFont
(
struct
inner_data
*
data
,
const
LOGFONT
*
font
);
extern
BOOL
WCUSER_ValidateFont
(
const
struct
inner_data
*
data
,
const
LOGFONT
*
lf
);
extern
BOOL
WCUSER_ValidateFontMetric
(
const
struct
inner_data
*
data
,
const
TEXTMETRIC
*
tm
);
extern
BOOL
WCUSER_AreFontsEqual
(
const
struct
config_data
*
config
,
const
LOGFONT
*
lf
);
extern
void
WCUSER_CopyFont
(
struct
config_data
*
config
,
const
LOGFONT
*
lf
);
extern
BOOL
WCUSER_ValidateFontMetric
(
const
struct
inner_data
*
data
,
const
TEXTMETRIC
*
tm
,
DWORD
fontType
);
extern
BOOL
WCUSER_AreFontsEqual
(
const
struct
config_data
*
config
,
const
LOGFONT
*
lf
);
extern
HFONT
WCUSER_CopyFont
(
struct
config_data
*
config
,
HWND
hWnd
,
const
LOGFONT
*
lf
);
extern
void
WCUSER_FillLogFont
(
LOGFONT
*
lf
,
const
WCHAR
*
name
,
UINT
height
,
UINT
weight
);
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