| Programming C# C++ (7) Delphi (617) .NET (2) Database (71) Delphi IDE (89) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) Java (8) JavaScript (31) perl (9) php (4) VBScript (1) Visual Basic (1)
New related comments Number of comments in the last 48 hours The meaning of Runtime Error 217 |
Installing a font from Delphi
(1 votes). Leave comments and/ or rate it.
Question: How can I install a font from my Delphi application?Answer: Just copy a file into Windows\Fonts directory (see SHGetSpecialFolderLocation for CSIDL_FONTS)As an alternative see the AddFontResource function:
Comments:
| |||||||||||||||||||||||||||||||||