font.imn 141 B

12345
  1. function FntIsAppDefined(fnt : FontID) : boolean;
  2. begin
  3. FntIsAppDefined:=longint(fnt)>=longint(fntAppFontCustomBase);
  4. end;