summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/palmos/api/font.imn
blob: 04a3e081ecf2b5ff988362ca1fd499a94bd3dfb3 (plain)
1
2
3
4
5
  function FntIsAppDefined(fnt : FontID) : boolean;

    begin
       FntIsAppDefined:=longint(fnt)>=longint(fntAppFontCustomBase);
    end;