Delphi checks whether the specified font is included in the system

From , 5 Years ago, written in Delphi (Object Pascal), viewed 186 times.
URL https://pastebin.vip/view/4e093aa7
  1. function FontExists(const FontName: string): Boolean;
  2. begin
  3.   Result := Forms.Screen.Fonts.IndexOf(FontName) >= 0;
  4. end;

Reply to "Delphi checks whether the specified font is included in the system"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website