Re: gdi32: Ensure child fonts have names

2009-07-31 Thread Aric Stewart
Thanks, resent. -aric Dmitry Timoshkov wrote: "Aric Stewart" wrote: load_child_font calls neither WineEngCreateFontInstance nor GetEnumStructs. It allocates the the child font structure above in the function sets the few fields it thinks it needs and then goes on. I see no evidence that

Re: gdi32: Ensure child fonts have names

2009-07-31 Thread Dmitry Timoshkov
"Aric Stewart" wrote: load_child_font calls neither WineEngCreateFontInstance nor GetEnumStructs. It allocates the the child font structure above in the function sets the few fields it thinks it needs and then goes on. I see no evidence that it is being expected to have been set at any other

Re: gdi32: Ensure child fonts have names

2009-07-31 Thread Aric Stewart
load_child_font calls neither WineEngCreateFontInstance nor GetEnumStructs. It allocates the the child font structure above in the function sets the few fields it thinks it needs and then goes on. I see no evidence that it is being expected to have been set at any other point. -aric Dmitry T

Re: gdi32: Ensure child fonts have names

2009-07-31 Thread Dmitry Timoshkov
"Aric Stewart" wrote: @@ -5792,6 +5792,9 @@ static BOOL load_child_font(GdiFont *font, CHILD_FONT *child) child->font->scale_y = font->scale_y; hfontlist = HeapAlloc(GetProcessHeap(), 0, sizeof(*hfontlist)); hfontlist->hfont = CreateFontIndirectW(&font->font_desc.lf); +/* ensur