ReactOS
0.4.15-dev-4853-g3a72a52
|
Go to the source code of this file.
Classes | |
struct | tagFONTFAMILYINFO |
Typedefs | |
typedef struct tagFONTFAMILYINFO | FONTFAMILYINFO |
typedef struct tagFONTFAMILYINFO * | PFONTFAMILYINFO |
Functions | |
LONG NTAPI | NtGdiGetFontFamilyInfo (HDC Dc, const LOGFONTW *LogFont, PFONTFAMILYINFO Info, LPLONG UnsafeInfoCount) |
BOOL APIENTRY | NtGdiGetViewportExtEx (HDC hDC, LPSIZE viewportExt) |
BOOL APIENTRY | NtGdiGetViewportOrgEx (HDC hDC, LPPOINT viewportOrg) |
BOOL APIENTRY | NtGdiGetWindowExtEx (HDC hDC, LPSIZE windowExt) |
BOOL APIENTRY | NtGdiGetWindowOrgEx (HDC hDC, LPPOINT windowOrg) |
BOOL APIENTRY | NtGdiOffsetViewportOrgEx (HDC hDC, int XOffset, int YOffset, LPPOINT Point) |
BOOL APIENTRY | NtGdiOffsetWindowOrgEx (HDC hDC, int XOffset, int YOffset, LPPOINT Point) |
BOOL APIENTRY | NtGdiSetViewportOrgEx (HDC hDC, int X, int Y, LPPOINT Point) |
BOOL APIENTRY | NtGdiSetWindowOrgEx (HDC hDC, int X, int Y, LPPOINT Point) |
typedef struct tagFONTFAMILYINFO FONTFAMILYINFO |
typedef struct tagFONTFAMILYINFO * PFONTFAMILYINFO |
LONG NTAPI NtGdiGetFontFamilyInfo | ( | HDC | Dc, |
const LOGFONTW * | LogFont, | ||
PFONTFAMILYINFO | Info, | ||
LPLONG | UnsafeInfoCount | ||
) |
Definition at line 5769 of file freetype.c.
Referenced by IntEnumFontFamilies().
Definition at line 556 of file coord.c.
Definition at line 615 of file coord.c.
Definition at line 948 of file coord.c.
Definition at line 1000 of file coord.c.