fontnames.dpr

来自「Delphi技术手册源码 Delphi技术手册源码」· DPR 代码 · 共 18 行

DPR
18
字号
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 + =
减小字号Ctrl + -
显示快捷键?