// $Id: Font.cc 3915 2004-12-15 09:10:09Z m9710797 $ #include "Font.hh" namespace openmsx { Font::~Font() { } unsigned Font::getHeight() const { return charHeight; } unsigned Font::getWidth() const { return charWidth; } } // namespace openmsx