X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FTypesetter.hh;h=19e6dbfa7aedec91962eb9808b5346a6611148cf;hb=eceb970628068ae621ef9523a669a2b66a82fd8a;hp=cbb54eb2620cc70b8685f1432113700fc9933cf2;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;p=chaz%2Fyoink diff --git a/src/Typesetter.hh b/src/Typesetter.hh index cbb54eb..19e6dbf 100644 --- a/src/Typesetter.hh +++ b/src/Typesetter.hh @@ -14,7 +14,7 @@ #include -#include +#include class Typesetter @@ -23,15 +23,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; };