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
846c0e36
Commit
846c0e36
authored
Feb 07, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t2embapi.h: Added some missing declarations.
parent
e630e499
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
t2embapi.h
include/t2embapi.h
+14
-0
No files found.
include/t2embapi.h
View file @
846c0e36
...
...
@@ -23,6 +23,19 @@
extern
"C"
{
#endif
#define CHARSET_UNICODE 1
#define CHARSET_DEFAULT 1
#define CHARSET_SYMBOL 2
#define CHARSET_GLYPHIDX 3
#define LICENSE_INSTALLABLE 0x0000
#define LICENSE_DEFAULT 0x0000
#define LICENSE_NOEMBEDDING 0x0002
#define LICENSE_PREVIEWPRINT 0x0004
#define LICENSE_EDITABLE 0x0008
#define TTLOAD_PRIVATE 0x0001
/* Possible return values. */
#define E_NONE __MSABI_LONG(0x0000)
#define E_API_NOTIMPL __MSABI_LONG(0x0001)
...
...
@@ -46,6 +59,7 @@ typedef struct
LONG
WINAPI
TTLoadEmbeddedFont
(
HANDLE
*
,
ULONG
,
ULONG
*
,
ULONG
,
ULONG
*
,
READEMBEDPROC
,
LPVOID
,
LPWSTR
,
LPSTR
,
TTLOADINFO
*
);
LONG
WINAPI
TTDeleteEmbeddedFont
(
HANDLE
,
ULONG
,
ULONG
*
);
/* embedding privileges */
#define EMBED_PREVIEWPRINT 1
...
...
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