[Lazarus] Check for 'default' font

Alexey aaa5500 at ya.ru
Sun Feb 19 21:30:08 CET 2017


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



More information about the Lazarus mailing list