Partager via


ClearTypeHint Énumération

Définition

Énumération qui spécifie un conseil au moteur de rendu indiquant que le texte peut être rendu avec ClearType.

public enum class ClearTypeHint
public enum ClearTypeHint
type ClearTypeHint = 
Public Enum ClearTypeHint
Héritage
ClearTypeHint

Champs

Auto 0

Le moteur de rendu utilise ClearType lorsque cela est possible. Si l'opacité est introduite, ClearType est désactivé pour cette sous-arborescence.

Enabled 1

Le moteur de rendu réactive ClearType pour la sous-arborescence actuelle. ClearType est désactivé aux emplacements où l'opacité est introduite dans cette sous-arborescence.

Remarques

Utilisez la propriété jointe pour contrôler le RenderOptions.ClearTypeHint rendu du texte sur un arrière-plan translucide. Pour plus d'informations, consultez RenderOptions.ClearTypeHint.

S’applique à

Voir aussi