Vcl.Dialogs.TFontDialogDevice
Delphi
TFontDialogDevice = (fdScreen, fdPrinter, fdBoth);
C++
enum DECLSPEC_DENUM TFontDialogDevice : unsigned char { fdScreen, fdPrinter, fdBoth };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
説明
TFontDialogDevice は,TFontDialog インスタンスによるフォントリストの取得先を示します。
以下に TFondDialogDevice プロパティの値を示します。
| 値 | 意味 |
|---|---|
|
fdScreen |
画面からフォントを取り出す |
|
fdPrinter |
プリンタからフォントを取り出す |
|
fdBoth |
画面とプリンタの両方からフォントを取り出す |