Aspose::Font::Type1::Type1FontMetrics class
Contents
[
Hide
]Type1FontMetrics class
class Type1FontMetrics : public Aspose::Font::FontMetrics
Methods
Method | Description |
---|---|
get_Ascender() override | Gets ascender value. |
get_CapHeight() const | Gets cap height value. |
get_Descender() override | Gets descender value. |
get_FontBBox() override | Gets FontBBox value. |
get_FontMatrix() override | Gets Font transformation matrix. |
get_ItalicAngle() const | Gets italic angle value. |
get_StdHW() const | Gets StdHW value. |
get_StdVW() const | Gets StdVW value. |
get_UnderlinePosition() const | Gets underline position value. |
get_UnderlineThickness() const | Gets underline thickness value. |
get_UnitsPerEM() override | Gets underline UnitsPerEM value. |
get_Weight() const | Gets weight. |
get_XHeight() const | Gets XHeight value. |
GetGlyphWidth(System::SharedPtr<Aspose::Font::Glyphs::GlyphId>) override | Returns glyph width. May be ovridden by specific font encoding inheritors. |
MeasureString(System::String, double) override | Measures string and returns string width. |
set_UnitsPerEM(uint32_t) override | Gets underline UnitsPerEM value. |
See Also
- Class FontMetrics
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++