src/hbcore/utils/hbtypefaceinfo_p.h
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
--- a/src/hbcore/utils/hbtypefaceinfo_p.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/utils/hbtypefaceinfo_p.h	Mon Oct 18 18:23:13 2010 +0300
@@ -40,11 +40,11 @@
     HbTypefaceInfo(QObject *parent = 0);
     ~HbTypefaceInfo();
 
-  	void roleToTypeface(HbFontSpec::Role role, QString &typefaceFamily, int &weight) const;
-	int textHeightToSizeInPixels(const QString &typefaceFamily, int weight, qreal textHeight) const;
-	bool tryGetFamilyFromAliasName(const QString &aliasFamily, QString &typefaceFamily, int &weight) const;
-	bool containsFamily(const QString& typefaceFamily) const;
-	int getWeight(const QString& typefaceFamily) const;
+    void roleToTypeface(HbFontSpec::Role role, QString &typefaceFamily, int &weight) const;
+    int textHeightToSizeInPixels(const QString &typefaceFamily, int weight, qreal textHeight) const;
+    bool tryGetFamilyFromAliasName(const QString &aliasFamily, QString &typefaceFamily, int &weight) const;
+    bool containsFamily(const QString& typefaceFamily) const;
+    int getWeight(const QString& typefaceFamily) const;
 
 private:
     mutable HbTypefaceInfoPrivate *d;