gdi32: Only mmap a given font file once.
commit834d20024bc71462474fd793b7f1d846635b30a6
authorAlexandre Julliard <julliard@winehq.org>
Wed, 6 Dec 2006 20:31:53 +0000 (6 21:31 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 6 Dec 2006 20:31:53 +0000 (6 21:31 +0100)
tree27f8d20e5c3bade9da8719c18ab124ccae9e3480
parent4745618487df0e2f24c9d8451117a111c88270cb
gdi32: Only mmap a given font file once.

FT_New_Face always creates a new mapping of the font file, so do the
mapping by hand and use FT_New_Memory_Face instead.
dlls/gdi32/freetype.c