Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Left_Text Struct Reference

#include <eepicgeom.H>

Inheritance diagram for Left_Text:
[legend]
Collaboration diagram for Left_Text:
[legend]

Public Member Functions

 Left_Text ()
 
 Left_Text (const Text &t)
 
 Left_Text (const Point &p, const std::string &str)
 
- Public Member Functions inherited from Aleph::Text
 Text (Point p, const std::string &str)
 Constructs a Text object.
 
 Text ()=default
 Default constructor.
 
const size_t & len () const
 Gets the estimated length of the text.
 
const Pointget_point () const
 Gets the position point of the text.
 
const std::string & get_str () const
 Gets the text string.
 
Point highest_point () const
 Gets the highest point (the anchor point).
 
Point lowest_point () const
 Gets the lowest point (the anchor point).
 
Point leftmost_point () const
 Gets the leftmost point (the anchor point).
 
Point rightmost_point () const
 Gets the rightmost point (the anchor point).
 
- Public Member Functions inherited from Aleph::Geom_Object
 Geom_Object ()=default
 
virtual ~Geom_Object ()=default
 

Additional Inherited Members

- Static Public Attributes inherited from Aleph::Text
static constexpr double font_width_in_points = 0.8
 
static constexpr double font_height_in_points = 1.2
 

Detailed Description

Definition at line 1293 of file eepicgeom.H.

Constructor & Destructor Documentation

◆ Left_Text() [1/3]

Left_Text::Left_Text ( )
inline

Definition at line 1293 of file eepicgeom.H.

◆ Left_Text() [2/3]

Left_Text::Left_Text ( const Text t)
inline

Definition at line 1293 of file eepicgeom.H.

◆ Left_Text() [3/3]

Left_Text::Left_Text ( const Point p,
const std::string &  str 
)
inline

Definition at line 1293 of file eepicgeom.H.


The documentation for this struct was generated from the following file: