| Index: trunk/Source/platform/fonts/Font.h
|
| ===================================================================
|
| --- trunk/Source/platform/fonts/Font.h (revision 165706)
|
| +++ trunk/Source/platform/fonts/Font.h (working copy)
|
| @@ -150,8 +150,8 @@
|
| static bool isCJKIdeograph(UChar32);
|
| static bool isCJKIdeographOrSymbol(UChar32);
|
|
|
| - static unsigned expansionOpportunityCount(const LChar*, size_t length, TextDirection, bool& isAfterExpansion, bool distributeJustification);
|
| - static unsigned expansionOpportunityCount(const UChar*, size_t length, TextDirection, bool& isAfterExpansion, bool distributeJustification);
|
| + static unsigned expansionOpportunityCount(const LChar*, size_t length, TextDirection, bool& isAfterExpansion);
|
| + static unsigned expansionOpportunityCount(const UChar*, size_t length, TextDirection, bool& isAfterExpansion);
|
|
|
| static void setShouldUseSmoothing(bool);
|
| static bool shouldUseSmoothing();
|
|
|