Descriptor for an emphasis.
[DebuggerDisplay("Emphasis Char={Character}, Min={MinimumCount}, Max={MaximumCount}, EnableWithinWord={EnableWithinWord}")]
public sealed class EmphasisDescriptor
kind:method, kind:property, kind:ctor. Press Esc to clear.EmphasisDescriptor(Char, Int32, Int32, Boolean)Initializes a new instance of the EmphasisDescriptor class.CharacterThe character of this emphasis.EnableWithinWordThis emphasis can be used within a word.MaximumCountThe maximum number of character this emphasis is expected to have (must be >=1 and >= minimumCount)MinimumCountThe minimum number of character this emphasis is expected to have (must be >=1)