📄 fontnames.dpr
字号:
library FontNames;
// Delphi lets you extend the IDE by loading packages or DLLs
// that use the Open Tools API. This rather trivial IDE extension
// must be compiled with the VCL50 runtime package. To install the
// extension, add a registry value under
// HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Experts
// The entry name is a unique string, and the value is the path
// this DLL.
//
// After compiling this DLL, creating the registry entry, and
// restarting Delphi, open the Object Inspector and choose
// the Font.Name property. Drop down the list of font names
// and watch what happens. If you have a lot of fonts installed,
// this will take a long time. Delete the registry entry and
// restart Delphi to remove the IDE extension.
// Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -