Typeface.IsBoldSimulated 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否模擬 Typeface 所表示之圖像的粗體。
public:
property bool IsBoldSimulated { bool get(); };
public bool IsBoldSimulated { get; }
member this.IsBoldSimulated : bool
Public ReadOnly Property IsBoldSimulated As Boolean
屬性值
如果要使用圖像的粗體模擬則為 true
,否則為 false
。
備註
Typeface可以藉由延展圖像來模擬粗體粗細。 非模擬粗體字樣通常設計成比模擬粗體字樣更好的視覺外觀。