src/hbcore/utils/hbfontspec.h
changeset 7 923ff622b8b9
parent 5 627c4a0fd0e7
child 23 e6ad4ef83b23
--- a/src/hbcore/utils/hbfontspec.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbcore/utils/hbfontspec.h	Tue Jul 06 14:36:53 2010 +0300
@@ -53,6 +53,7 @@
     explicit HbFontSpec(HbFontSpec::Role role);
 
     HbFontSpec(const HbFontSpec &other);
+	HbFontSpec(const QString fontName); 
     HbFontSpec &operator=(const HbFontSpec &other);
 
     ~HbFontSpec();
@@ -71,6 +72,8 @@
     bool operator==(const HbFontSpec &other) const;
     bool operator!=(const HbFontSpec &other) const;
 
+	QString typefaceFamily() const;
+	void setTypefaceFamily(QString fontName);
 private:
     HbFontSpecPrivate *d;
 };