ReactOS
0.4.15-dev-2103-g9dff498
|
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 5745 of file freetype.c.
Referenced by IntEnumFontFamilies().
Definition at line 553 of file coord.c.
Definition at line 612 of file coord.c.
Definition at line 945 of file coord.c.
Definition at line 997 of file coord.c.