]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_font.h
Added missing readme and GPL license file.
[architektonas] / src / base / rs_font.h
index 3b6d21cac927ffd0f5afef0274d523179207da66..61eee2299b0a580c2a543654a9a9a17f6ae642fb 100644 (file)
@@ -18,7 +18,6 @@ class RS_Font
 
        public:
                RS_Font(const QString & name, bool owner = true);
-               //RS_Font(const char* name);
 
                QString getFileName() const;
                QString getEncoding() const;
@@ -37,6 +36,12 @@ class RS_Font
 
                friend std::ostream & operator<<(std::ostream & os, const RS_Font & l);
 
+#if 1
+       private:
+               void ParseIdentifier(QTextStream &, QString);
+               void ParseCharacter(QTextStream &, QString);
+#endif
+
        private:
                //! block list (letters)
                RS_BlockList letterList;