#include <FTBBox.h>
Definition at line 16 of file FTBBox.h.
Public Member Functions | |
FTBBox () | |
Default constructor. | |
FTBBox (float lx, float ly, float lz, float ux, float uy, float uz) | |
Constructor. | |
FTBBox (FT_GlyphSlot glyph) | |
Constructor. | |
~FTBBox () | |
Destructor. | |
FTBBox & | Move (FTPoint distance) |
Move the Bounding Box by a vector. | |
FTBBox & | operator+= (const FTBBox &bbox) |
void | SetDepth (float depth) |
Data Fields | |
float | lowerX |
The bounds of the box. | |
float | lowerY |
The bounds of the box. | |
float | lowerZ |
The bounds of the box. | |
float | upperX |
The bounds of the box. | |
float | upperY |
The bounds of the box. | |
float | upperZ |
The bounds of the box. |
|
Default constructor. Bounding box is set to zero. |
|
Constructor.
|
|
Constructor.
Extracts a bounding box from a freetype glyph. Uses the control box for the glyph.
|
|
Destructor.
|
|
Move the Bounding Box by a vector.
Definition at line 81 of file FTBBox.h. References FTPoint::X(), FTPoint::Y(), and FTPoint::Z(). Referenced by FTFont::BBox(). |
|
Definition at line 92 of file FTBBox.h. References lowerX, lowerY, lowerZ, upperX, upperY, and upperZ. |
|
Definition at line 104 of file FTBBox.h. Referenced by FTExtrdGlyph::FTExtrdGlyph(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |
|
The bounds of the box.
Definition at line 114 of file FTBBox.h. Referenced by FTFont::BBox(), and operator+=(). |