Share via


FONTFLAGS, énumération

Fournit des options supplémentaires de marque pour modifier la police utilisée à l'apparence de texte affiché.

Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs de membres.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration FONTFLAGS
[FlagsAttribute]
public enum FONTFLAGS
[FlagsAttribute]
public enum class FONTFLAGS
[<FlagsAttribute>]
type FONTFLAGS
public enum FONTFLAGS

Membres

Nom de membre Description
FF_BOLD Texte gras.
FF_DEFAULT Texte brut.La marque ne modifie pas l'apparence de texte en termes de options grasses ou barrées.
FF_STRIKETHROUGH Texte barré.

Notes

Signature de COM

De textmgr.idl :

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms