Ignore:
Timestamp:
Jun 18, 2009, 12:12:33 PM (16 years ago)
Author:
ydario
Message:

Gdi32 updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/ft2supp.h

    r10391 r21304  
    1515#include <winconst.h>
    1616#include <win32type.h>
     17#include <ft2lib.h>
    1718
    1819#ifndef GDI_ERROR
     
    2526#define FT2LIBNAME              "ft2lib.dll"
    2627#define FT2LIB_MAJOR_VERSION    2
    27 #define FT2LIB_MINOR_VERSION    1
     28#define FT2LIB_MINOR_VERSION    3
    2829
    2930// Add here function pointer typedefs to funcs that we will use
     
    5051
    5152typedef VOID  (* SYSTEM PFN_FT2GETVERSION)(LONG *plMajor, LONG *plMinor, LONG *plBuildNumber);
    52 
    53 #define FT2_FONTTYPE_UNKNOWN    0
    54 #define FT2_FONTTYPE_TRUETYPE   1
    55 #define FT2_FONTTYPE_TYPE1      2
    56 #define FT2_FONTTYPE_BITMAP     3
    5753
    5854class CFT2Module {
Note: See TracChangeset for help on using the changeset viewer.