Changeset 21304 for trunk/src/gdi32/ft2supp.h
- Timestamp:
- Jun 18, 2009, 12:12:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/ft2supp.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/ft2supp.h
r10391 r21304 15 15 #include <winconst.h> 16 16 #include <win32type.h> 17 #include <ft2lib.h> 17 18 18 19 #ifndef GDI_ERROR … … 25 26 #define FT2LIBNAME "ft2lib.dll" 26 27 #define FT2LIB_MAJOR_VERSION 2 27 #define FT2LIB_MINOR_VERSION 128 #define FT2LIB_MINOR_VERSION 3 28 29 29 30 // Add here function pointer typedefs to funcs that we will use … … 50 51 51 52 typedef VOID (* SYSTEM PFN_FT2GETVERSION)(LONG *plMajor, LONG *plMinor, LONG *plBuildNumber); 52 53 #define FT2_FONTTYPE_UNKNOWN 054 #define FT2_FONTTYPE_TRUETYPE 155 #define FT2_FONTTYPE_TYPE1 256 #define FT2_FONTTYPE_BITMAP 357 53 58 54 class CFT2Module {
Note:
See TracChangeset
for help on using the changeset viewer.
