src/hbcore/utils/hbfontspec.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    66     void setRole(HbFontSpec::Role role);
    66     void setRole(HbFontSpec::Role role);
    67 
    67 
    68     qreal textHeight() const;
    68     qreal textHeight() const;
    69     void setTextHeight(qreal textHeight);
    69     void setTextHeight(qreal textHeight);
    70 
    70 
    71     //Deprecated
       
    72     int pixelSize() const;
       
    73     //Deprecated
       
    74     void setPixelSize(int pixelSize);
       
    75     //Deprecated
       
    76     int pointSize() const;
       
    77     //Deprecated
       
    78     void setPointSize(int pointSize);
       
    79     //Deprecated
       
    80     qreal textPaneHeight() const;
       
    81     //Deprecated
       
    82     void setTextPaneHeight(qreal textPaneHeight);
       
    83     //Deprecated
       
    84     QFont fontDelta() const;
       
    85     //Deprecated
       
    86     void setFontDelta(const QFont &font);
       
    87 
       
    88     operator QVariant() const;
    71     operator QVariant() const;
    89     bool operator==(const HbFontSpec &other) const;
    72     bool operator==(const HbFontSpec &other) const;
    90     bool operator!=(const HbFontSpec &other) const;
    73     bool operator!=(const HbFontSpec &other) const;
    91 
    74 
    92 private:
    75 private: