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。 |
另见
- Class ICloneable
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++