Release 970202
[wine/multimedia.git] / misc / fontengine.c
blob376b7f76b450f237db2ebbe5e1a8199f6130c8d0
1 /*
2 * True Type font engine support
4 * Copyright 1996 John Harvey
5 */
6 #include <stdio.h>
7 #include <stdlib.h>
8 #include "windows.h"
10 /* GDI 300 */
11 WORD
12 EngineEnumerateFont(LPSTR fontname, FARPROC16 proc, DWORD data )
14 printf("In engineEnumerateFont for %s\n",(fontname)?fontname:"NULL");
15 return 0;
17 #ifdef NOTDEF
18 /* GDI 301 */
19 WORD
20 EngineDeleteFont(LPFONTINFO16 lpFontInfo)
22 return 0
24 #endif
25 /* GDI 302 */
26 WORD
27 EngineRealizeFont(LPLOGFONT16 lplogFont, LPTEXTXFORM16 lptextxform, LPFONTINFO16 lpfontInfo)
29 printf("In EngineRealizeFont\n");
31 return 0;
33 #ifdef NOTDEF
34 /* GDI 303 */
35 WORD
36 EngineGetCharWidth(LPFONTINFO16 lpFontInfo, BYTE, BYTE, LPINT16)
38 return 0;
41 /* GDI 304 */
42 WORD
43 EngineSetFontContext(LPFONTINFO lpFontInfo, WORD data)
46 /* GDI 305 */
47 WORD
48 EngineGetGlyphBMP(WORD word, LPFONTINFO lpFontInfo, WORD, WORD, LPSTR string, DWORD dword, LPBITMAPMETRICS16 metrics)
50 return 0;
53 /* GDI 306 */
54 DWORD
55 EngineMakeFontDir(HDC16 hdc, LPFONTDIR fontdir, LPCSTR string)
57 return 0;
61 /* GDI 314 */
63 WORD
64 EngineExtTextOut()
68 #endif