Fix the computation of the trackbar's size.
[wine/wine-kai.git] / dlls / gdi / bidi16.c
blobbc3329909a92845daa5a141368ae16ca339360cc
1 /*
2 * Win16 BiDi functions
3 * Copyright 2000 Erez Volk
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * NOTE: Right now, most of these functions do nothing.
22 #include "windef.h"
23 #include "wine/wingdi16.h"
24 #include "wine/debug.h"
26 WINE_DEFAULT_DEBUG_CHANNEL(gdi);
28 /***********************************************************************
29 * RawTextOut (GDI.530)
31 LONG WINAPI RawTextOut16(void) { FIXME("stub (no prototype)\n"); return 0; }
33 /***********************************************************************
34 * RawExtTextOut (GDI.531)
36 LONG WINAPI RawExtTextOut16(void) { FIXME("stub (no prototype)\n"); return 0; }
38 /***********************************************************************
39 * RawGetTextExtent (GDI.532)
41 LONG WINAPI RawGetTextExtent16(HDC16 hdc, LPCSTR lpszString, INT16 cbString ) {
42 FIXME("(%04hx, %p, %hd): stub\n", hdc, lpszString, cbString);
43 return 0;
46 /***********************************************************************
47 * BiDiLayout (GDI.536)
49 LONG WINAPI BiDiLayout16(void) { FIXME("stub (no prototype)\n"); return 0; }
51 /***********************************************************************
52 * BiDiCreateTabString (GDI.538)
54 LONG WINAPI BiDiCreateTabString16(void) { FIXME("stub (no prototype)\n"); return 0; }
56 /***********************************************************************
57 * BiDiGlyphOut (GDI.540)
59 LONG WINAPI BiDiGlyphOut16(void) { FIXME("stub (no prototype)\n"); return 0; }
61 /***********************************************************************
62 * BiDiGetStringExtent (GDI.543)
64 LONG WINAPI BiDiGetStringExtent16(void) { FIXME("stub (no prototype)\n"); return 0; }
66 /***********************************************************************
67 * BiDiDeleteString (GDI.555)
69 LONG WINAPI BiDiDeleteString16(void) { FIXME("stub (no prototype)\n"); return 0; }
71 /***********************************************************************
72 * BiDiSetDefaults (GDI.556)
74 LONG WINAPI BiDiSetDefaults16(void) { FIXME("stub (no prototype)\n"); return 0; }
76 /***********************************************************************
77 * BiDiGetDefaults (GDI.558)
79 LONG WINAPI BiDiGetDefaults16(void) { FIXME("stub (no prototype)\n"); return 0; }
81 /***********************************************************************
82 * BiDiShape (GDI.560)
84 LONG WINAPI BiDiShape16(void) { FIXME("stub (no prototype)\n"); return 0; }
86 /***********************************************************************
87 * BiDiFontComplement (GDI.561)
89 LONG WINAPI BiDiFontComplement16(void) { FIXME("stub (no prototype)\n"); return 0; }
91 /***********************************************************************
92 * BiDiSetKashida (GDI.564)
94 LONG WINAPI BiDiSetKashida16(void) { FIXME("stub (no prototype)\n"); return 0; }
96 /***********************************************************************
97 * BiDiKExtTextOut (GDI.565)
99 LONG WINAPI BiDiKExtTextOut16(void) { FIXME("stub (no prototype)\n"); return 0; }
101 /***********************************************************************
102 * BiDiShapeEx (GDI.566)
104 LONG WINAPI BiDiShapeEx16(void) { FIXME("stub (no prototype)\n"); return 0; }
106 /***********************************************************************
107 * BiDiCreateStringEx (GDI.569)
109 LONG WINAPI BiDiCreateStringEx16(void) { FIXME("stub (no prototype)\n"); return 0; }
111 /***********************************************************************
112 * GetTextExtentRtoL (GDI.571)
114 LONG WINAPI GetTextExtentRtoL16(void) { FIXME("stub (no prototype)\n"); return 0; }
116 /***********************************************************************
117 * GetHDCCharSet (GDI.572)
119 LONG WINAPI GetHDCCharSet16(void) { FIXME("stub (no prototype)\n"); return 0; }
121 /***********************************************************************
122 * BiDiLayoutEx (GDI.573)
124 LONG WINAPI BiDiLayoutEx16(void) { FIXME("stub (no prototype)\n"); return 0; }