ReactOS 0.4.15-dev-7953-g1f49173
stubs.c File Reference
#include <windef.h>
#include <t2embapi.h>
#include <debug.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

LONG WINAPI TTCharToUnicode (HDC hDC, UCHAR *pucCharCodes, ULONG ulCharCodeSize, USHORT *pusShortCodes, ULONG ulShortCodeSize, ULONG ulFlags)
 
LONG WINAPI TTEmbedFontFromFileA (HDC hDC, LPCSTR szFontFileName, USHORT usTTCIndex, ULONG ulFlags, ULONG ulCharSet, ULONG *pulPrivStatus, ULONG *pulStatus, WRITEEMBEDPROC lpfnWriteToStream, LPVOID lpvWriteStream, USHORT *pusCharCodeSet, USHORT usCharCodeCount, USHORT usLanguage, TTEMBEDINFO *pTTEmbedInfo)
 
LONG WINAPI TTEnableEmbeddingForFacename (LPSTR lpszFacename, BOOL bEnable)
 
LONG WINAPI TTGetEmbeddedFontInfo (ULONG ulFlags, ULONG *pulPrivStatus, ULONG ulPrivs, ULONG *pulStatus, READEMBEDPROC lpfnReadFromStream, LPVOID lpvReadStream, TTLOADINFO *pTTLoadInfo)
 
LONG WINAPI TTRunValidationTests (HDC hDC, TTVALIDATIONTESTPARAMS *pTestParam)
 
LONG WINAPI TTEmbedFontEx (HDC hDC, ULONG ulFlags, ULONG ulCharSet, ULONG *pulPrivStatus, ULONG *pulStatus, WRITEEMBEDPROC lpfnWriteToStream, LPVOID lpvWriteStream, ULONG *pulCharCodeSet, USHORT usCharCodeCount, USHORT usLanguage, TTEMBEDINFO *pTTEmbedInfo)
 
LONG WINAPI TTRunValidationTestsEx (HDC hDC, TTVALIDATIONTESTPARAMSEX *pTestParam)
 
LONG WINAPI TTGetNewFontName (HANDLE *phFontReference, LPWSTR szWinFamilyName, long cchMaxWinName, LPSTR szMacFamilyName, long cchMaxMacName)
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 8 of file stubs.c.

Function Documentation

◆ TTCharToUnicode()

LONG WINAPI TTCharToUnicode ( HDC  hDC,
UCHAR pucCharCodes,
ULONG  ulCharCodeSize,
USHORT pusShortCodes,
ULONG  ulShortCodeSize,
ULONG  ulFlags 
)

Definition at line 15 of file stubs.c.

21{
23 return E_NONE;
24}
#define UNIMPLEMENTED
Definition: stubs.c:6
#define E_NONE
Definition: t2embapi.h:38

◆ TTEmbedFontEx()

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

Definition at line 80 of file stubs.c.

91{
93 return E_NONE;
94}

◆ TTEmbedFontFromFileA()

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

Definition at line 28 of file stubs.c.

41{
43 return E_NONE;
44}

◆ TTEnableEmbeddingForFacename()

LONG WINAPI TTEnableEmbeddingForFacename ( LPSTR  lpszFacename,
BOOL  bEnable 
)

Definition at line 48 of file stubs.c.

50{
52 return E_NONE;
53}

◆ TTGetEmbeddedFontInfo()

LONG WINAPI TTGetEmbeddedFontInfo ( ULONG  ulFlags,
ULONG pulPrivStatus,
ULONG  ulPrivs,
ULONG pulStatus,
READEMBEDPROC  lpfnReadFromStream,
LPVOID  lpvReadStream,
TTLOADINFO pTTLoadInfo 
)

Definition at line 57 of file stubs.c.

64{
66 return E_NONE;
67}

◆ TTGetNewFontName()

LONG WINAPI TTGetNewFontName ( HANDLE phFontReference,
LPWSTR  szWinFamilyName,
long  cchMaxWinName,
LPSTR  szMacFamilyName,
long  cchMaxMacName 
)

Definition at line 107 of file stubs.c.

112{
114 return E_NONE;
115}

◆ TTRunValidationTests()

LONG WINAPI TTRunValidationTests ( HDC  hDC,
TTVALIDATIONTESTPARAMS pTestParam 
)

Definition at line 71 of file stubs.c.

73{
75 return E_NONE;
76}

◆ TTRunValidationTestsEx()

LONG WINAPI TTRunValidationTestsEx ( HDC  hDC,
TTVALIDATIONTESTPARAMSEX pTestParam 
)

Definition at line 98 of file stubs.c.

100{
102 return E_NONE;
103}