WdLigatures Enumeration

Specifies the type of ligatures applied to a font.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdLigatures
'Usage
Dim instance As WdLigatures
public enum WdLigatures

Members

Member name Description
wdLigaturesNone Does not apply any ligatures to the font.
wdLigaturesStandard Applies standard ligatures to the font. Standard ligatures are designed to enhance readability. Standard ligatures in Latin languages include "fi", "fl", and "ff", for example.
wdLigaturesContextual Applies contextual ligatures to the font. Contextual ligatures are often designed to enhance readability, but may also be solely ornamental. Contextual ligatures may also be contextual alternates.
wdLigaturesHistorical Applies historical ligatures to the font. Historical ligatures are similar to standard ligatures in that they were originally intended to improve the readability of the font, but may look archaic to the modern reader.
wdLigaturesDiscretional Applies discretional ligatures to the font. Discretional ligatures are most often designed to be ornamental at the discretion of the type developer.
wdLigaturesStandardContextual Applies standard and contextual ligatures to the font.
wdLigaturesStandardHistorical Applies standard and historical ligatures to the font.
wdLigaturesContextualHistorical Applies contextual and historical ligatures to the font.
wdLigaturesStandardDiscretional Applies standard and discretional ligatures to the font.
wdLigaturesContextualDiscretional Applies contextual and discretional ligatures to the font.
wdLigaturesHistoricalDiscretional Applies historical and discretional ligatures to the font.
wdLigaturesStandardContextualHistorical Applies standard, contextual, and historical ligatures to the font.
wdLigaturesStandardContextualDiscretional Applies standard, contextual and discretional ligatures to the font.
wdLigaturesStandardHistoricalDiscretional Applies standard historical and discretional ligatures to the font.
wdLigaturesContextualHistoricalDiscretional Applies contextual, historical, and discretional ligatures to a font.
wdLigaturesAll Applies all types of ligatures to the font.

See Also

Reference

Microsoft.Office.Interop.Word Namespace