Glyphs.ColorFontPaletteIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要用于颜色字体的调色板的索引。
public:
property int ColorFontPaletteIndex { int get(); void set(int value); };
int ColorFontPaletteIndex();
void ColorFontPaletteIndex(int value);
public int ColorFontPaletteIndex { get; set; }
var int32 = glyphs.colorFontPaletteIndex;
glyphs.colorFontPaletteIndex = int32;
Public Property ColorFontPaletteIndex As Integer
属性值
Int32
int
要用于颜色字体的调色板的索引。
注解
如果 IsColorFontEnabled 为 false,则忽略 ColorFontPaletteIndex。
颜色字体可以具有不同的调色板,用于指定字体中层的颜色。 可以设置 ColorFontPaletteIndex 值以指定要使用的调色板。 如果指定的值对字体无效,则禁用颜色。