فئة Aspose::Font::Type1::Type1MetricFont
محتويات
[
يخفي
]Type1MetricFont class
Type1 metric font implementation. This type1 font is created using metrics only. Glyphs retrieval functions and some other that require real font are not allowed, not allowed functions throw exception Type1NotSupportedException. Other properties (FontName, Weight, Metrics and Encoding) are used from metrics file.
class Type1MetricFont : public Aspose::Font::Type1::Type1Font
الطرق
| طريقة | الوصف |
|---|---|
| get_Encoding() override | يتم تعريف الترميز في ملف المقاييس. StandardAdobeEncoding: يتم ملء الترميز تلقائيًا. |
| get_FontFamily() override | يحصل على عائلة Font. |
| get_FontName() override | يحصل على اسم Font. |
| get_FontStyle() override | يحصل على نمط Font. هذه قيمة محسوبة وممثلة بنوع عام. |
| get_NumGlyphs() override | يحصل على عدد الرموز في الـ Font. |
| get_Style() override | يحصل على نمط Font. |
| GetAllGlyphIds() override | يعيد جميع معرفات الرموز المتاحة في Font. غير مدعوم لنوع Type1MetricFont. |
| GetGlyphById(System::String) override | يعيد الرمز حسب معرفه. غير مدعوم لنوع Type1MetricFont. |
| GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) override | يعيد الرمز حسب معرفه. غير مدعوم لنوع Type1MetricFont. |
انظر أيضًا
- Class Type1Font
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++