Font.Kerning Property
Word Developer Reference |
Returns or sets the minimum font size for which Microsoft Word will adjust kerning automatically. Read/write Single.
Syntax
expression.Kerning
expression An expression that returns a Font object.
Example
This example sets the minimum font size for automatic kerning to 12 points or larger in the active document.
Visual Basic for Applications |
---|
|
This example displays the minimum font size for which Word will automatically adjust kerning in the selected text.
Visual Basic for Applications |
---|
|
See Also