]> sigrok.org Git - pulseview.git/blobdiff - pv/view/rowitempaintparams.hpp
RowItemParams: Added font and text_height
[pulseview.git] / pv / view / rowitempaintparams.hpp
index 5c71edcbbcb10783f7cd06ed1e50758af9f05e3c..ec66076b8860476644fabf6733b3ee2258d1cef1 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_H
 #define PULSEVIEW_PV_VIEW_ROWITEMPAINTPARAMS_H
 
+#include <QFont>
+
 namespace pv {
 namespace view {
 
@@ -53,6 +55,11 @@ public:
                return offset_ / scale_;
        }
 
+public:
+       static QFont font();
+
+       static int text_height();
+
 private:
        int left_;
        int right_;