Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: include/core/SkFontStyle.h

Issue 2202703002: Replace 'Ulta' with 'Ultra'. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/core/SkFontStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkFontStyle.h
diff --git a/include/core/SkFontStyle.h b/include/core/SkFontStyle.h
index 643b69bd038282eba5c70543468394ed791bbefb..5928e03ae1c25dfebd83f8b637a5dd13d4f49542 100644
--- a/include/core/SkFontStyle.h
+++ b/include/core/SkFontStyle.h
@@ -23,7 +23,7 @@ public:
kBold_Weight = 700,
kExtraBold_Weight = 800,
kBlack_Weight = 900,
- kExtraBlack_Weight = 1000
+ kExtraBlack_Weight = 1000,
};
enum Width {
@@ -35,7 +35,8 @@ public:
kSemiExpanded_Width = 6,
kExpanded_Width = 7,
kExtraExpanded_Width = 8,
- kUltaExpanded_Width = 9
+ kUltraExpanded_Width = 9,
+ kUltaExpanded_Width = 9, // deprecated, typo
};
enum Slant {
« no previous file with comments | « no previous file | src/core/SkFontStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698