Aspose::Font::Type1::Type1FontMetrics 类
Type1FontMetrics class
class Type1FontMetrics : public Aspose::Font::FontMetrics
方法
| 方法 | 描述 |
|---|---|
| get_Ascender() override | 获取 ascender 值。 |
| get_CapHeight() const | 获取大写字母高度值。 |
| get_Descender() override | 获取 descender 值。 |
| get_FontBBox() override | 获取 FontBBox 值。 |
| get_FontMatrix() override | 获取 Font 变换矩阵。 |
| get_ItalicAngle() const | 获取斜体角度值。 |
| get_StdHW() const | 获取 StdHW 值。 |
| get_StdVW() const | 获取 StdVW 值。 |
| get_UnderlinePosition() const | 获取下划线位置值。 |
| get_UnderlineThickness() const | 获取下划线粗细值。 |
| get_UnitsPerEM() override | 获取下划线 UnitsPerEM 值。 |
| get_Weight() const | 获取字重。 |
| get_XHeight() const | 获取 XHeight 值。 |
| GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>) override | 返回字形宽度。可能会被特定字体编码的继承者覆盖。 |
| MeasureString(System::String, double) override | 测量字符串并返回字符串宽度。 |
| set_UnitsPerEM(uint32_t) override | 获取下划线 UnitsPerEM 值。 |
| SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>, double) override | 设置字形宽度。 |
另见
- Class FontMetrics
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++