CapStyle 枚举
定义
表示 CapStyleAttribute 的值。Represents values for CapStyleAttribute.
public enum class CapStyle
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("4E33C74B-7848-4f1e-B819-A0D866C2EA1F")]
public enum CapStyle
type CapStyle =
Public Enum CapStyle
- 继承
- 属性
字段
AllCap | 2 | 指示大写样式为全部大写;所有小写字母均用大写字母替换。Indicates that the capitalization style is all caps; all lowercase letters are replaced with uppercase letters. |
AllPetiteCaps | 3 | 指示大写样式为全部小号大写字母;大写字母和小写字母用比小型大写字母略小的大写字母替换。Indicates that the capitalization style is all petite caps; uppercase and lowercase letters are replaced with uppercase letters slightly smaller than small caps. |
None | 0 | 指示没有大写样式;大写字母和小写字母按正常呈现。Indicates that there is no capitalization style; uppercase and lowercase letters render normally. |
Other | -1 | 指示大写样式为 CapStyle 枚举中没有显式指定的一种样式。Indicates that the capitalization style is a style not explicitly specified in the CapStyle enumeration. |
PetiteCaps | 4 | 指示大写样式为小型大写字母;小写字母用比小号大写字母略小的大写字母替换。Indicates that the capitalization style is petite caps; lowercase letters are replaced with uppercase letters slightly smaller than small caps. |
SmallCap | 1 | 指示大写样式为小号大写字母;小写字母用高度与字体的 x 高度大致相同的大写字母替换。Indicates that the capitalization style is small caps; lowercase letters are replaced with uppercase letters of the same approximate height as the font's x-height. |
Titling | 6 | 指示大写样式为词首大写;大写字母和小写字母用专门为标题设计的字母呈现。Indicates that the capitalization style is title case; uppercase and lowercase letters are rendered with letters specifically designed for titles. |
Unicase | 5 | 指示大写样式为 Unicase 字体;大写字母和小写字母按字体设计者确定的方式呈现。Indicates that the capitalization style is unicase; uppercase and lowercase letters are rendered in a way determined by the type designer. Unicase 字母是一种不指定字母大小写的字体。A unicase alphabet is one that does not specify case for its letters. |