On Sun, 31 Dec 2017 17:38:21 +0300 AlexeyT via Lazarus <[email protected]> wrote:
> + // Duplicate logic in CreateFontIndirect > + if not Win32WidgetSet.MetricsFailed and SameText(Font.Name, > DefFontData.Name) then > > Issue 32894 > please, change "and SameText(..)" to > > and IsFontNameDefault(Font.Name) > (func in LCLProc made by me) Applied. Mattias -- _______________________________________________ Lazarus mailing list [email protected] https://lists.lazarus-ide.org/listinfo/lazarus
