Aspose::Font::Cff::CffFontMetrics class
CffFontMetrics class
يمثل مقاييس CFF Font.
class CffFontMetrics : public Aspose::Font::FontMetrics
الطرق
| طريقة | الوصف |
|---|---|
| get_Ascender() override | يحصل على قيمة Ascender. |
| get_Descender() override | يحصل على قيمة Descender. |
| get_FontBBox() override | يحصل على قيمة FontBBox. |
| get_FontMatrix() override | يحصل على قيمة FontMatrix. |
| get_UnitsPerEM() override | يحصل على قيمة UnitsPerEM. |
| GetFontMatrixForGlyph(System::SharedPtr<Glyphs::GlyphId>) | يحسب مصفوفة التحويل للـ glyph المحدد بالمعرف. |
| GetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>) override | يرجع عرض glyph. قد يتم تجاوزها من قبل وراثي تشفير Font المحددين. |
| MeasureString(System::String, double) override | يقيس السلسلة ويعيد عرض السلسلة. |
| SetGlyphWidth(System::SharedPtr<Glyphs::GlyphId>, double) override | يضبط عرض الشكل. |
انظر أيضًا
- Class FontMetrics
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++