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