On 18.02.2017 03:44, Alexey via Lazarus wrote: > > if AnsiCompare(.., 'default')=0 then > > if SameText(.., 'default') then > > if CompareText(... 'default')=0 then > if CompareText(... 'default')<>0 then > > if ....='default' then @devs Can i make the pch, which adds IsFontNameDefault, and all places use this func? -- Regards, Alexey