X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTypesetter.hh;h=19e6dbfa7aedec91962eb9808b5346a6611148cf;hp=cbb54eb2620cc70b8685f1432113700fc9933cf2;hb=1d4aa0d34b0410c7bc60a24bad7abb55eacc850a;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827 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; };