mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 04:01:37 +02:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
function FntIsAppDefined(fnt : FontID) : boolean;
|
|
|
|
begin
|
|
FntIsAppDefined:=longint(fnt)>=longint(fntAppFontCustomBase);
|
|
end;
|