wine-wine/dlls/gdiplus
Vincent Povirk 50185949d8 gdiplus: Create the FontFamily before checking for duplicates.
Sometimes GdipCreateFontFamilyFromName stores a different name in the
GpFontFamily object, which breaks the duplicate check.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-12-02 11:43:03 +01:00
..
tests gdiplus/tests: A couple more GdipSetPenCompoundArray() tests. 2016-11-29 17:56:26 +01:00
Makefile.in gdiplus: Reimplement metafile loading using gdi32 instead of IPicture. 2016-08-22 12:39:12 +09:00
brush.c gdiplus: Fix GdipCreateLineBrushFromRectWithAngle implementation. 2016-10-25 18:33:33 +02:00
customlinecap.c
font.c gdiplus: Create the FontFamily before checking for duplicates. 2016-12-02 11:43:03 +01:00
gdiplus.c
gdiplus.manifest
gdiplus.rc
gdiplus.spec gdiplus: Implement GdipBitmapGetHistogram(). 2016-11-03 11:43:02 +01:00
gdiplus11.manifest
gdiplus_private.h gdiplus: Implement EMR_SETWORLDTRANSFORM playback. 2016-10-10 21:13:13 +02:00
graphics.c gdiplus: Reimplement GdipDrawPolygon based on GdipDrawPath. 2016-10-19 08:12:15 -07:00
graphicspath.c gdiplus: Implement GdipIsOutlineVisiblePathPoint. 2016-10-21 13:38:18 +02:00
image.c gdiplus: Return success from GdipImageSetAbort(). 2016-11-04 18:42:39 +01:00
imageattributes.c gdiplus: Copy remap tables when cloning an ImageAttributes. 2016-08-27 13:22:09 +09:00
matrix.c gdiplus: Use static data for identity check in GdipIsMatrixIdentity(). 2016-11-04 18:42:45 +01:00
metafile.c gdiplus: Implement EMR_EXTSELECTCLIPRGN playback. 2016-10-11 18:38:09 +02:00
pathiterator.c
pen.c
region.c gdiplus: Fix its vs it's typos. 2016-08-03 11:13:49 -05:00
stringformat.c