Changeset 10391 for trunk/src/gdi32/ft2supp.h
- Timestamp:
- Jan 14, 2004, 12:08:08 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/ft2supp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/ft2supp.h
r10374 r10391 94 94 DWORD Ft2GetGlyphOutline(HPS hps, UINT glyph, UINT format, LPGLYPHMETRICS lpgm, DWORD buflen, LPVOID buf, const MAT2* lpmat); 95 95 96 BOOL Ft2GetTextExtentW(HPS hps, LONG lCount1,LPCWSTR pchString, LONG lCount2,PPOINTLOS2 aptlPoints);96 BOOL Ft2GetTextExtentW(HPS hps, LONG lCount1,LPCWSTR pchString, PPOINTLOS2 pwidthHeight); 97 97 BOOL Ft2CharStringPosAtA(HPS hps,PPOINTLOS2 ptl,PRECTLOS2 rct,ULONG flOptions,LONG lCount,LPCSTR pchString,CONST INT *alAdx, ULONG fuWin32Options); 98 98 BOOL Ft2CharStringPosAtW(HPS hps,PPOINTLOS2 ptl,PRECTLOS2 rct,ULONG flOptions,LONG lCount,LPCWSTR pchString,CONST INT *alAdx, ULONG fuWin32Options);
Note:
See TracChangeset
for help on using the changeset viewer.
