ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | MAX_BUFFER 1024 |
#define | PREFIX 38 |
#define | ALPHA_PREFIX 30 /* Win16: Alphabet prefix */ |
#define | KANA_PREFIX 31 /* Win16: Katakana prefix */ |
Definition at line 373 of file font.c.
Referenced by create_bitmap(), DECLARE_INTERFACE_(), DoEntry(), menu_ownerdraw_wnd_proc(), PAINTING_DrawStateJam(), test_bcm_get_ideal_size(), and test_DrawTextCalcRect().
INT WINAPI DrawTextExA | ( | HDC | hdc, |
LPSTR | str, | ||
INT | count, | ||
LPRECT | rect, | ||
UINT | flags, | ||
LPDRAWTEXTPARAMS | dtp | ||
) |
Definition at line 276 of file font.c.
Referenced by DrawTextA().
INT WINAPI DrawTextExW | ( | HDC | hdc, |
LPWSTR | str, | ||
INT | i_count, | ||
LPRECT | rect, | ||
UINT | flags, | ||
LPDRAWTEXTPARAMS | dtp | ||
) |
Definition at line 259 of file font.c.
Referenced by DrawTextExA(), and DrawTextW().
INT WINAPI DrawTextExWorker | ( | HDC | hdc, |
LPWSTR | str, | ||
INT | i_count, | ||
LPRECT | rect, | ||
UINT | flags, | ||
LPDRAWTEXTPARAMS | dtp | ||
) |
Definition at line 1071 of file text.c.
Referenced by DrawTextExW().
Definition at line 353 of file font.c.
Referenced by DrawTextExA(), FONT_GetCharsByRangeA(), FONT_mbtowc(), GetTabbedTextExtentA(), and TabbedTextOutA().
DWORD WINAPI GetTabbedTextExtentA | ( | HDC | hDC, |
LPCSTR | lpString, | ||
int | nCount, | ||
int | nTabPositions, | ||
CONST INT * | lpnTabStopPositions | ||
) |
Definition at line 205 of file font.c.
DWORD WINAPI GetTabbedTextExtentW | ( | HDC | hDC, |
LPCWSTR | lpString, | ||
int | nCount, | ||
int | nTabPositions, | ||
CONST INT * | lpnTabStopPositions | ||
) |
Definition at line 232 of file font.c.
Referenced by GetTabbedTextExtentA().
LONG WINAPI TabbedTextOutA | ( | HDC | hDC, |
int | X, | ||
int | Y, | ||
LPCSTR | lpString, | ||
int | nCount, | ||
int | nTabPositions, | ||
CONST INT * | lpnTabStopPositions, | ||
int | nTabOrigin | ||
) |
Definition at line 156 of file font.c.
LONG WINAPI TabbedTextOutW | ( | HDC | hDC, |
int | X, | ||
int | Y, | ||
LPCWSTR | lpString, | ||
int | nCount, | ||
int | nTabPositions, | ||
CONST INT * | lpnTabStopPositions, | ||
int | nTabOrigin | ||
) |
Definition at line 186 of file font.c.
Referenced by TabbedTextOutA().
LONG TEXT_TabbedTextOut | ( | HDC | hdc, |
INT | x, | ||
INT | y, | ||
LPCWSTR | lpstr, | ||
INT | count, | ||
INT | cTabStops, | ||
const INT * | lpTabPos, | ||
INT | nTabOrg, | ||
BOOL | fDisplayText | ||
) |
Definition at line 49 of file font.c.
Referenced by GetTabbedTextExtentW(), and TabbedTextOutW().
INT WINAPI UserLpkPSMTextOut | ( | HDC | hdc, |
int | x, | ||
int | y, | ||
LPCWSTR | lpString, | ||
int | cString, | ||
DWORD | dwFlags | ||
) |
Definition at line 413 of file font.c.
Referenced by DrawTest().