X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTypesetter.hh;h=ac2e3f1198028dc743cf5e4b8ac66cb316c37873;hp=cbb54eb2620cc70b8685f1432113700fc9933cf2;hb=HEAD;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827 diff --git a/src/Typesetter.hh b/src/Typesetter.hh index cbb54eb..ac2e3f1 100644 --- a/src/Typesetter.hh +++ b/src/Typesetter.hh @@ -1,20 +1,18 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _TYPESETTER_HH_ #define _TYPESETTER_HH_ #include -#include +#include class Typesetter @@ -23,15 +21,15 @@ public: Typesetter(); - void setLineSpacing(Mf::Scalar spacing); + void setLineSpacing(moof::scalar spacing); void print(const std::string& format, ...); private: - Mf::Scalar mLeftBound; - Mf::Scalar mTopBound; - Mf::Scalar mLineSpacing; + moof::scalar mLeftBound; + moof::scalar mTopBound; + moof::scalar mLineSpacing; };