ReactOS 0.4.15-dev-7834-g00c4b3d
main.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winreg.h"
#include "t2embapi.h"
#include "wine/debug.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (t2embed)
 
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 
LONG WINAPI TTLoadEmbeddedFont (HANDLE *phFontReference, ULONG ulFlags, ULONG *pulPrivStatus, ULONG ulPrivs, ULONG *pulStatus, READEMBEDPROC lpfnReadFromStream, LPVOID lpvReadStream, LPWSTR szWinFamilyName, LPSTR szMacFamilyName, TTLOADINFO *pTTLoadInfo)
 
LONG WINAPI TTEmbedFont (HDC hDC, ULONG ulFlags, ULONG ulCharSet, ULONG *pulPrivStatus, ULONG *pulStatus, WRITEEMBEDPROC lpfnWriteToStream, LPVOID lpvWriteStream, USHORT *pusCharCodeSet, USHORT usCharCodeCount, USHORT usLanguage, TTEMBEDINFO *pTTEmbedInfo)
 
LONG WINAPI TTGetEmbeddingType (HDC hDC, ULONG *status)
 
LONG WINAPI TTIsEmbeddingEnabledForFacename (LPCSTR facename, BOOL *enabled)
 
LONG WINAPI TTIsEmbeddingEnabled (HDC hDC, BOOL *enabled)
 
LONG WINAPI TTDeleteEmbeddedFont (HANDLE hFontReference, ULONG flags, ULONG *status)
 

Function Documentation

◆ DllMain()

BOOL WINAPI DllMain ( HINSTANCE  hinstDLL,
DWORD  fdwReason,
LPVOID  lpvReserved 
)

Definition at line 31 of file main.c.

32{
33 switch (fdwReason)
34 {
35 case DLL_WINE_PREATTACH:
36 return FALSE; /* prefer native version */
39 break;
40 }
41
42 return TRUE;
43}
#define TRUE
Definition: types.h:120
#define FALSE
Definition: types.h:117
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
Definition: loader.c:85

◆ TTDeleteEmbeddedFont()

LONG WINAPI TTDeleteEmbeddedFont ( HANDLE  hFontReference,
ULONG  flags,
ULONG status 
)

Definition at line 180 of file main.c.

181{
182 FIXME("(%p 0x%08x %p) stub\n", hFontReference, flags, status);
183 return E_API_NOTIMPL;
184}
#define FIXME(fmt,...)
Definition: debug.h:111
GLbitfield flags
Definition: glext.h:7161
Definition: ps.c:97
#define E_API_NOTIMPL
Definition: t2embapi.h:41

◆ TTEmbedFont()

LONG WINAPI TTEmbedFont ( HDC  hDC,
ULONG  ulFlags,
ULONG  ulCharSet,
ULONG pulPrivStatus,
ULONG pulStatus,
WRITEEMBEDPROC  lpfnWriteToStream,
LPVOID  lpvWriteStream,
USHORT pusCharCodeSet,
USHORT  usCharCodeCount,
USHORT  usLanguage,
TTEMBEDINFO pTTEmbedInfo 
)

Definition at line 59 of file main.c.

63{
64 FIXME("(%p 0x%08x 0x%08x %p %p %p %p %p %u %u %p) stub\n", hDC,
65 ulFlags, ulCharSet, pulPrivStatus, pulStatus, lpfnWriteToStream,
66 lpvWriteStream, pusCharCodeSet, usCharCodeCount, usLanguage,
67 pTTEmbedInfo);
68
69 return E_API_NOTIMPL;
70}
static HDC hDC
Definition: 3dtext.c:33

◆ TTGetEmbeddingType()

LONG WINAPI TTGetEmbeddingType ( HDC  hDC,
ULONG status 
)

Definition at line 72 of file main.c.

73{
75 WORD fsType;
76
77 TRACE("(%p %p)\n", hDC, status);
78
79 if (!hDC)
80 return E_HDCINVALID;
81
82 otm.otmSize = sizeof(otm);
83 if (!GetOutlineTextMetricsW(hDC, otm.otmSize, &otm))
84 return E_NOTATRUETYPEFONT;
85
86 if (!status)
88
89 otm.otmfsType = (fsType = otm.otmfsType) & 0xf;
92 else if (otm.otmfsType & LICENSE_EDITABLE)
94 else if (otm.otmfsType & LICENSE_PREVIEWPRINT)
96 else if (otm.otmfsType & LICENSE_NOEMBEDDING)
98 else
99 {
100 WARN("unrecognized flags, %#x\n", otm.otmfsType);
102 }
103
104 TRACE("fsType 0x%04x, status %u\n", fsType, *status);
105 return E_NONE;
106}
#define WARN(fmt,...)
Definition: debug.h:112
unsigned short WORD
Definition: ntddk_ex.h:93
#define TRACE(s)
Definition: solgame.cpp:4
#define E_NOTATRUETYPEFONT
Definition: t2embapi.h:50
#define EMBED_INSTALLABLE
Definition: t2embapi.h:14
#define E_NONE
Definition: t2embapi.h:38
#define E_PERMISSIONSINVALID
Definition: t2embapi.h:87
#define LICENSE_INSTALLABLE
Definition: t2embapi.h:19
#define LICENSE_EDITABLE
Definition: t2embapi.h:23
#define LICENSE_NOEMBEDDING
Definition: t2embapi.h:21
#define E_HDCINVALID
Definition: t2embapi.h:47
#define LICENSE_PREVIEWPRINT
Definition: t2embapi.h:22
#define EMBED_PREVIEWPRINT
Definition: t2embapi.h:12
#define EMBED_NOEMBEDDING
Definition: t2embapi.h:15
#define EMBED_EDITABLE
Definition: t2embapi.h:13
UINT WINAPI GetOutlineTextMetricsW(_In_ HDC hdc, _In_ UINT cjCopy, _Out_writes_bytes_opt_(cjCopy) LPOUTLINETEXTMETRICW potm)

◆ TTIsEmbeddingEnabled()

LONG WINAPI TTIsEmbeddingEnabled ( HDC  hDC,
BOOL enabled 
)

Definition at line 155 of file main.c.

156{
158 LONG ret;
159 UINT len;
160
161 TRACE("(%p %p)\n", hDC, enabled);
162
163 if (!hDC)
164 return E_HDCINVALID;
165
167 if (!len)
169
170 otm = HeapAlloc(GetProcessHeap(), 0, len);
171 if (!otm)
172 return E_NOFREEMEMORY;
173
176 HeapFree(GetProcessHeap(), 0, otm);
177 return ret;
178}
#define NULL
Definition: types.h:112
#define GetProcessHeap()
Definition: compat.h:736
#define HeapAlloc
Definition: compat.h:733
#define HeapFree(x, y, z)
Definition: compat.h:735
LONG WINAPI TTIsEmbeddingEnabledForFacename(LPCSTR facename, BOOL *enabled)
Definition: main.c:108
GLenum GLenum GLsizei const GLuint GLboolean enabled
Definition: glext.h:7750
GLenum GLsizei len
Definition: glext.h:6722
unsigned int UINT
Definition: ndis.h:50
long LONG
Definition: pedump.c:60
#define E_ERRORACCESSINGFACENAME
Definition: t2embapi.h:52
#define E_NOFREEMEMORY
Definition: t2embapi.h:48
uint32_t ULONG_PTR
Definition: typedefs.h:65
int ret
UINT WINAPI GetOutlineTextMetricsA(_In_ HDC hdc, _In_ UINT cjCopy, _Out_writes_bytes_opt_(cjCopy) LPOUTLINETEXTMETRICA potm)
const char * LPCSTR
Definition: xmlstorage.h:183

◆ TTIsEmbeddingEnabledForFacename()

LONG WINAPI TTIsEmbeddingEnabledForFacename ( LPCSTR  facename,
BOOL enabled 
)

Definition at line 108 of file main.c.

109{
110 static const WCHAR exclusionlistW[] = {'S','o','f','t','w','a','r','e','\\','M','i','c','r','o','s','o','f','t','\\',
111 'S','h','a','r','e','d',' ','T','o','o','l','s','\\','t','2','e','m','b','e','d',0};
112 DWORD index;
113 HKEY hkey;
114 LONG ret;
115
116 TRACE("(%s %p)\n", debugstr_a(facename), enabled);
117
118 if (!facename)
119 return E_FACENAMEINVALID;
120
121 if (!enabled)
122 return E_PBENABLEDINVALID;
123
124 *enabled = TRUE;
125 if (RegOpenKeyExW(HKEY_LOCAL_MACHINE, exclusionlistW, 0, GENERIC_READ, &hkey))
126 goto out;
127
128 *enabled = TRUE;
130 index = 0;
131 while (ret != ERROR_NO_MORE_ITEMS)
132 {
133 DWORD name_len, value_len, value, type;
135
136 name_len = ARRAY_SIZE(name);
137 value_len = sizeof(value);
138 ret = RegEnumValueA(hkey, index++, name, &name_len, NULL, &type, (BYTE*)&value, &value_len);
139 if (ret || type != REG_DWORD)
140 continue;
141
142 if (!lstrcmpiA(name, facename))
143 {
144 *enabled = !!value;
145 break;
146 }
147 }
148 RegCloseKey(hkey);
149
150out:
151 TRACE("embedding %s for %s\n", *enabled ? "enabled" : "disabled", debugstr_a(facename));
152 return E_NONE;
153}
#define index(s, c)
Definition: various.h:29
#define ARRAY_SIZE(A)
Definition: main.h:33
#define RegCloseKey(hKey)
Definition: registry.h:49
#define ERROR_SUCCESS
Definition: deptool.c:10
#define LF_FACESIZE
Definition: dimm.idl:39
LONG WINAPI RegOpenKeyExW(HKEY hKey, LPCWSTR lpSubKey, DWORD ulOptions, REGSAM samDesired, PHKEY phkResult)
Definition: reg.c:3333
LONG WINAPI RegEnumValueA(_In_ HKEY hKey, _In_ DWORD dwIndex, _Out_ LPSTR lpName, _Inout_ LPDWORD lpcbName, _Reserved_ LPDWORD lpdwReserved, _Out_opt_ LPDWORD lpdwType, _Out_opt_ LPBYTE lpData, _Inout_opt_ LPDWORD lpcbData)
Definition: reg.c:2668
#define ERROR_NO_MORE_ITEMS
Definition: compat.h:105
#define GENERIC_READ
Definition: compat.h:135
unsigned long DWORD
Definition: ntddk_ex.h:95
GLuint GLuint GLsizei GLenum type
Definition: gl.h:1545
GLuint index
Definition: glext.h:6031
#define debugstr_a
Definition: kernel32.h:31
int WINAPI lstrcmpiA(LPCSTR lpString1, LPCSTR lpString2)
Definition: lstring.c:42
static FILE * out
Definition: regtests2xml.c:44
#define REG_DWORD
Definition: sdbapi.c:596
Definition: name.c:39
#define E_FACENAMEINVALID
Definition: t2embapi.h:83
#define E_PBENABLEDINVALID
Definition: t2embapi.h:88
Definition: pdh_main.c:94
#define HKEY_LOCAL_MACHINE
Definition: winreg.h:12
__wchar_t WCHAR
Definition: xmlstorage.h:180
char CHAR
Definition: xmlstorage.h:175
unsigned char BYTE
Definition: xxhash.c:193

Referenced by TTIsEmbeddingEnabled().

◆ TTLoadEmbeddedFont()

LONG WINAPI TTLoadEmbeddedFont ( HANDLE phFontReference,
ULONG  ulFlags,
ULONG pulPrivStatus,
ULONG  ulPrivs,
ULONG pulStatus,
READEMBEDPROC  lpfnReadFromStream,
LPVOID  lpvReadStream,
LPWSTR  szWinFamilyName,
LPSTR  szMacFamilyName,
TTLOADINFO pTTLoadInfo 
)

Definition at line 45 of file main.c.

50{
51 FIXME("(%p 0x%08x %p 0x%08x %p %p %p %s %s %p) stub\n", phFontReference,
52 ulFlags, pulPrivStatus, ulPrivs, pulStatus, lpfnReadFromStream,
53 lpvReadStream, debugstr_w(szWinFamilyName), szMacFamilyName,
54 pTTLoadInfo);
55
56 return E_API_NOTIMPL;
57}
#define debugstr_w
Definition: kernel32.h:32

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( t2embed  )