FMX.FontGlyphs.TFontSettings

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TFontSettings = record

C++

struct DECLSPEC_DRECORD TFontSettings
{
public:
    System::UnicodeString Family;
    Fmx::Graphics::TFontStyleExt Style;
    float Size;
    float Scale;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs FMX.FontGlyphs


説明

フォントのパラメータ:

  • ファミリ名
  • サイズ
  • スタイル
  • スケール