--- 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;
};