Magick++  7.0.10
Magick::TypeMetric Class Reference

#include <TypeMetric.h>

Public Member Functions

 TypeMetric (void)
 
 ~TypeMetric (void)
 
double ascent (void) const
 
Geometry bounds (void) const
 
double descent (void) const
 
double maxHorizontalAdvance (void) const
 
Coordinate origin (void) const
 
Coordinate pixelsPerEm (void) const
 
double textHeight (void) const
 
double textWidth (void) const
 
double underlinePosition (void) const
 
double underlineThickness (void) const
 

Friends

class Image
 

Detailed Description

Definition at line 19 of file TypeMetric.h.

Constructor & Destructor Documentation

◆ TypeMetric()

Magick::TypeMetric::TypeMetric ( void  )

Definition at line 16 of file TypeMetric.cpp.

◆ ~TypeMetric()

Magick::TypeMetric::~TypeMetric ( void  )

Definition at line 21 of file TypeMetric.cpp.

Member Function Documentation

◆ ascent()

double Magick::TypeMetric::ascent ( void  ) const

Definition at line 25 of file TypeMetric.cpp.

◆ bounds()

Magick::Geometry Magick::TypeMetric::bounds ( void  ) const

Definition at line 30 of file TypeMetric.cpp.

References Magick::Geometry.

◆ descent()

double Magick::TypeMetric::descent ( void  ) const

Definition at line 37 of file TypeMetric.cpp.

◆ maxHorizontalAdvance()

double Magick::TypeMetric::maxHorizontalAdvance ( void  ) const

Definition at line 42 of file TypeMetric.cpp.

◆ origin()

Magick::Coordinate Magick::TypeMetric::origin ( void  ) const

Definition at line 47 of file TypeMetric.cpp.

◆ pixelsPerEm()

Magick::Coordinate Magick::TypeMetric::pixelsPerEm ( void  ) const

Definition at line 52 of file TypeMetric.cpp.

◆ textHeight()

double Magick::TypeMetric::textHeight ( void  ) const

Definition at line 57 of file TypeMetric.cpp.

◆ textWidth()

double Magick::TypeMetric::textWidth ( void  ) const

Definition at line 62 of file TypeMetric.cpp.

◆ underlinePosition()

double Magick::TypeMetric::underlinePosition ( void  ) const

Definition at line 67 of file TypeMetric.cpp.

◆ underlineThickness()

double Magick::TypeMetric::underlineThickness ( void  ) const

Definition at line 72 of file TypeMetric.cpp.

Friends And Related Function Documentation

◆ Image

friend class Image
friend

Definition at line 21 of file TypeMetric.h.


The documentation for this class was generated from the following files: