CompositeGlyph

CompositeGlyph class

表示一个字体复合字形。

public class CompositeGlyph : Glyph

特性

姓名描述
Components { get; }获取组件列表。
GlyphBBox { get; }获取字形 BBox.
IsEmpty { get; }如果字形不包含绘图说明,则为真。
LeftSidebearingX { get; }获取字形侧方位 x 坐标。
LeftSidebearingY { get; }获取字形侧方位 y 坐标。
virtual Path { get; }获取字形路径。
SourceResolution { get; }获取源命令集的分辨率。
State { get; }获取字形状态。
WidthVectorX { get; }获取字形宽度向量。坐标x.
WidthVectorY { get; }获取字形宽度向量。坐标y.

方法

姓名描述
override Clone()返回字形的副本。

也可以看看