X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTypesetter.hh;h=3c633f7ac2bbc80631ff2328007532ec7ba35c98;hp=d9ccf4284c8c9b01e4bd71e92d0b5fe24fc05fad;hb=c2321281bf12a7efaedde930422c7ddbc92080d4;hpb=87bc17e55b0c1dc73ecc66df856d3f08fd7a7724 diff --git a/src/Typesetter.hh b/src/Typesetter.hh index d9ccf42..3c633f7 100644 --- a/src/Typesetter.hh +++ b/src/Typesetter.hh @@ -31,7 +31,7 @@ #include -#include "math.hh" +#include class Typesetter @@ -39,14 +39,14 @@ class Typesetter public: Typesetter(); - void setLineSpacing(dc::scalar spacing); + void setLineSpacing(Mf::Scalar spacing); void print(const std::string& format, ...); private: - dc::scalar leftBound; - dc::scalar topBound; - dc::scalar lineSpacing; + Mf::Scalar leftBound; + Mf::Scalar topBound; + Mf::Scalar lineSpacing; };