* Returns the surface stored within the font. Used for loading the * actual graphic into the font. * @return Pointer to the internal surface. */
| 253 | * @return Pointer to the internal surface. |
| 254 | */ |
| 255 | Surface *Font::getSurface() const |
| 256 | { |
| 257 | return _surface; |
| 258 | } |
| 259 | |
| 260 | void Font::fix(const std::string &file, int width) |
| 261 | { |
no outgoing calls