TextConstants.UndefinedFontStretch 属性

定义

获取未定义的字体拉伸值。

public:
 static property FontStretch UndefinedFontStretch { FontStretch get(); };
static FontStretch UndefinedFontStretch();
public static FontStretch UndefinedFontStretch { get; }
var fontStretch = TextConstants.undefinedFontStretch;
Public Shared ReadOnly Property UndefinedFontStretch As FontStretch

属性值

未定义的字体拉伸值。

注解

检索 font-stretch 属性时,此值指示某个区域至少有两个文本运行,该属性具有不同的值。 设置 font-stretch 属性时,此值指示该属性未定义;也就是说,如果将 ITextCharacterFormat 应用于某个区域,则不会应用它。 此值与 ITextCharacterFormat.FontStretch 属性一起使用。

适用于