- Timestamp:
- Apr 29, 2006, 10:10:00 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/text_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/text_engine/multi_line_text.cc
r7453 r7454 44 44 this->lineWidth = lineWidth; 45 45 this->setupTextWidth(); 46 } 47 48 /** 49 * @param lineSpacing: the Spacing between the lines 50 */ 51 void MultiLineText::setLineSpacing(float lineSpacing) 52 { 53 this->lineSpacing = lineSpacing; 54 this->setupTextWidth(); 46 55 } 47 56 -
trunk/src/lib/graphics/text_engine/multi_line_text.h
r7450 r7454 19 19 // Setup: 20 20 void setLineWidth(float lineWidth); 21 /** @param lineSpacing: the Spacing between the lines */ 22 void setLineSpacing(float lineSpacing) { this->lineSpacing = lineSpacing; }; 21 void setLineSpacing(float lineSpacing); 23 22 24 23 // Retrieve:
Note: See TracChangeset
for help on using the changeset viewer.