Glyphs.StyleSimulations プロパティ

定義

グリフに適用されるスタイル シミュレーションを取得または設定します。

public:
 property StyleSimulations StyleSimulations { StyleSimulations get(); void set(StyleSimulations value); };
StyleSimulations StyleSimulations();

void StyleSimulations(StyleSimulations value);
public StyleSimulations StyleSimulations { get; set; }
var styleSimulations = glyphs.styleSimulations;
glyphs.styleSimulations = styleSimulations;
Public Property StyleSimulations As StyleSimulations
<Glyphs StyleSimulation="styleSimulationsMemberName"/>

プロパティ値

グリフに適用するスタイル シミュレーションを指定する列挙値の 1 つ。 既定値は "None" です。

適用対象