dwrite: Move font table related data to a separate structure.
commit07dc8b66e421392df0199bba1026113f838e5753
authorNikolay Sivov <nsivov@codeweavers.com>
Mon, 6 Oct 2014 12:26:31 +0000 (6 16:26 +0400)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 7 Oct 2014 18:22:02 +0000 (7 20:22 +0200)
treeadacde6b71351742f9d254e14534b3cbace8239e
parentc9bb307c358c0b9361d4168b9fcea60856cfc157
dwrite: Move font table related data to a separate structure.

Eventually we should get rid of separate allocations on every
TryGetFontTable(), that's not how local loader works. Instead it maps
font file and returns pointers to a mapping, context is always NULL in
this case.
dlls/dwrite/font.c