Word.Ligature enum
指定应用于字体的连字类型。
注解
使用方
字段
| all = "All" | 应用所有连字。 |
| contextual = "Contextual" | 应用上下文连字。 |
| contextualDiscretional = "ContextualDiscretional" | 应用上下文和自由裁量连字。 |
| contextualHistorical = "ContextualHistorical" | 应用上下文和历史连字。 |
| contextualHistoricalDiscretional = "ContextualHistoricalDiscretional" | 应用上下文、历史和自由裁量连字。 |
| discretional = "Discretional" | 应用自由裁量连字。 |
| historical = "Historical" | 应用历史连字。 |
| historicalDiscretional = "HistoricalDiscretional" | 应用历史和自由裁量连字。 |
| none = "None" | 未应用连字。 |
| standard = "Standard" | 应用 Standard 连字。 |
| standardContextual = "StandardContextual" | 应用 Standard 和上下文连字。 |
| standardContextualDiscretional = "StandardContextualDiscretional" | 应用 Standard、contextual 和 discrematical 连字。 |
| standardContextualHistorical = "StandardContextualHistorical" | 应用 Standard、上下文和历史连字。 |
| standardDiscretional = "StandardDiscretional" | 应用 Standard 和 discretional 连字。 |
| standardHistorical = "StandardHistorical" | 应用 Standard 和历史连字。 |
| standardHistoricalDiscretional = "StandardHistoricalDiscretional" | 应用 Standard、Historical(历史)和任意连字。 |