* Returns the spacing for any character in the font. * @return Spacing in pixels. * @note This does not refer to character spacing within the surface, * but to the spacing used between multiple characters in a line. */
| 214 | * but to the spacing used between multiple characters in a line. |
| 215 | */ |
| 216 | int Font::getSpacing() const |
| 217 | { |
| 218 | return _spacing; |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Returns the dimensions of a particular character in the font. |