src/hbcore/utils/hbfontspec.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
--- a/src/hbcore/utils/hbfontspec.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbcore/utils/hbfontspec.h	Thu Jul 22 16:36:53 2010 +0100
@@ -40,8 +40,7 @@
     Q_ENUMS(Role)
 
 public:
-    enum Role
-    {
+    enum Role {
         Undefined = 0,
         Primary,
         Secondary,
@@ -54,6 +53,7 @@
     explicit HbFontSpec(HbFontSpec::Role role);
 
     HbFontSpec(const HbFontSpec &other);
+	HbFontSpec(const QString fontName); 
     HbFontSpec &operator=(const HbFontSpec &other);
 
     ~HbFontSpec();
@@ -72,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;
 };