projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[GDI32]
[reactos.git]
/
reactos
/
win32ss
/
gdi
/
gdi32
/
objects
/
font.c
diff --git
a/reactos/win32ss/gdi/gdi32/objects/font.c
b/reactos/win32ss/gdi/gdi32/objects/font.c
index
9bd2d62
..
01a5dab
100644
(file)
--- a/
reactos/win32ss/gdi/gdi32/objects/font.c
+++ b/
reactos/win32ss/gdi/gdi32/objects/font.c
@@
-278,6
+278,9
@@
IntEnumFontFamilies(HDC Dc, LPLOGFONTW LogFont, PVOID EnumProc, LPARAM lParam,
(VOID*)&NewTextMetricExA,
Info[i].FontType, lParam);
}
+
+ if(Ret == 0)
+ break;
}
RtlFreeHeap(GetProcessHeap(), 0, Info);