Aspose::Font::Glyphs::Glyph 类

Glyph class

表示一个 Font 字形。

class Glyph : public System::ICloneable

方法

方法描述
Clone() override返回字形的副本。
get_GlyphBBox()获取字形的 BBox。
get_IsEmpty()如果字形不包含绘制指令,则为 true。
get_LeftSidebearingX()获取字形侧边距 x 坐标。
get_LeftSidebearingY()获取字形侧边距 y 坐标。
virtual get_Path()获取字形路径。
get_SourceResolution() const获取源命令集的分辨率。
get_State() const获取字形状态。
get_WidthVectorX() const获取字形宽度向量。坐标 x。
get_WidthVectorY() const获取字形宽度向量。坐标 y。

另见