Ignore:
Timestamp:
Jan 14, 2004, 12:08:08 PM (22 years ago)
Author:
sandervl
Message:

KOM: Misc DBCS related text fixes

File:
1 edited

Legend:

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

    r10390 r10391  
    109109       pfnFt2QueryStringWidthW = (PFN_FT2QUERYSTRINGWIDTHW)QueryProcAddress("Ft2QueryStringWidthW");
    110110       if(!pfnFt2QueryStringWidthW) dprintf(("Ft2QueryStringWidthW not found!!"));
    111 
    112        pfnFt2GetCharacterPlacementW = (PFN_FT2GETCHARACTERPLACEMENTW)QueryProcAddress("Ft2GetCharacterPlacementW");
    113        if(!pfnFt2GetCharacterPlacementW) dprintf(("pfnFt2GetCharacterPlacementW not found!!"));
    114111
    115112       // Do not register functions for Mozilla plugins
Note: See TracChangeset for help on using the changeset viewer.