1 #ifndef _GLS_TEXT_BOX_H
2 #define _GLS_TEXT_BOX_H
70 #if defined( GLS_DEBUG )
71 VERTICAL_ALIGNMENT_INVALID
82 #if defined( GLS_DEBUG )
171 #if defined( GLS_DEBUG )
172 #pragma BullseyeCoverage save off
186 #pragma BullseyeCoverage restore
189 #endif // _GLS_TEXT_BOX_H
Definition: gls_text_box.h:68
Definition: gls_text_box.h:58
virtual void SetCharAttributes(const GlsText::CharAttribute &charAttribute)
bool GlsBool
Definition: gls_types.h:96
VerticalAlignment
Definition: gls_text_box.h:64
#define GLS_CLASS_INVARIANT_DECLARATION(ClassName)
Definition: gls_class_invariant.h:80
const GlsText::InitParameters textInitParameters
Definition: gls_text_box.h:78
char GlsChar
Definition: gls_types.h:54
Definition: gls_state_manager.h:63
This header defines GlsTextureVertexArray which encapsulates an array of GlsTextureVertex 's in the G...
unsigned int GlsUInt32
Definition: gls_types.h:73
Definition: gls_text_box.h:66
This header defines the GlsText base class in the GL Studio DO-178B Runtime Library.
Definition: gls_event.h:304
This header defines any preprocessor defines needed to configure the GL Studio DO-178B Runtime Librar...
static const GlsFloat32 TAB_SPACING
Definition: gls_text_box.h:108
virtual void CalculateRowData(void)
Definition: gls_text_box.h:76
const GlsFloat32 _cellWidthRatio
Definition: gls_text_box.h:113
float GlsFloat32
Definition: gls_types.h:78
const VerticalAlignment verticalAlignment
Definition: gls_text_box.h:80
Definition: gls_display_object.h:64
virtual void DrawCharacters(GlsStateManager &gl)
This header defines a GLS_DEBUG only macro for facilitating evaluating class invariants in the GL Stu...
GlsFloat32 _startingCellY
Definition: gls_text_box.h:115
GlsFloat32 GetCharWidth(const GlsChar c) const
const VerticalAlignment _verticalAlignment
Definition: gls_text_box.h:110
GlsTextBox(const InitParameters &initParameters, GlsEventDispatcher *const eventDispatcher)
void GetNextRowInfo(const GlsUInt32 strIndex, GlsUInt32 &rowLength, GlsFloat32 &rowPixelWidth, GlsUInt32 &nextRowStartIndex) const
GlsText::CharAttribute _charAttribute
Definition: gls_text_box.h:111
Definition: gls_polygon.h:55
Definition: gls_text.h:90
Definition: gls_text_box.h:67
Definition: gls_text.h:114
Definition: gls_text.h:72