]> git.tdb.fi Git - libs/gl.git/blobdiff - source/font.h
Remove deprecated Font features
[libs/gl.git] / source / font.h
index 21c202d795ef04a5fd4ec08957dddf44e0c9b0f3..a6873aacac6ed7921e035189d095d68aa37940bb 100644 (file)
@@ -63,7 +63,6 @@ public:
        const Texture2D &get_texture() const;
        void add_glyph(unsigned, float, float, float, float, float, float, float, float, float);
        float get_native_size() const { return native_size; }
-       float get_default_size() const { return native_size; }  // Deprecated
        float get_ascent() const { return ascent; }
        float get_descent() const { return descent; }