BitmapCache.EnableClearType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示點陣圖是否為啟動 ClearType 後所呈現。
public:
property bool EnableClearType { bool get(); void set(bool value); };
public bool EnableClearType { get; set; }
member this.EnableClearType : bool with get, set
Public Property EnableClearType As Boolean
屬性值
如果 ClearType 在作用中,則為 true
,否則為 false
。 預設為 false
。
備註
EnableClearType設定 屬性以允許在快取中轉譯 ClearType 文字。
EnableClearType當 屬性為 true
時,您的應用程式必須在不透明背景上呈現其所有 ClearType 文字。
EnableClearType當 屬性為 false
時,快取中的文字會以灰階反鋸齒呈現。
ClearType 文字需要轉譯字元的正確圖元對齊方式,因此您應該將 SnapsToDevicePixels 屬性設定為 true
。 如果您未設定此屬性,內容可能無法正確混合。
EnableClearType當您知道快取在圖元界限上呈現時,請使用 屬性,因此可以安全地快取 ClearType 文字。 這種情況通常會發生在文字捲動案例中。