فئة 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.

انظر أيضًا