Go to the source code of this file.
Data Structures |
| struct | PFONTFAMILYINFO |
Functions |
| INT NTAPI | NtGdiGetFontFamilyInfo (HDC Dc, LPLOGFONTW LogFont, PFONTFAMILYINFO Info, DWORD Size) |
| 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) |