]> git.sesse.net Git - casparcg/blobdiff - core/producer/text/utils/texture_font.h
[text_producer] Removed unused member function measure_string()
[casparcg] / core / producer / text / utils / texture_font.h
index 11855adfaee4c14957a94795a8a0388af44607cd..95f2bdf6e5380ae261a2a13460daf9af2140cbc2 100644 (file)
@@ -24,7 +24,6 @@ public:
        void load_glyphs(unicode_block block, const color<double>& col);
        void set_tracking(double tracking);
        std::vector<frame_geometry::coord> create_vertex_stream(const std::wstring& str, int x, int y, int parent_width, int parent_height, string_metrics* metrics, double shear = 0.0);
-       string_metrics measure_string(const std::wstring& str);
        std::wstring get_name() const;
        double get_size() const;