aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFontStyle.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-08-01 12:37:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-01 12:37:13 -0700
commitd783e08004e2daace50dfcfebb66727b4c13794e (patch)
tree18f5b6f169b2fde7b518fe48f656a4942778babf /include/core/SkFontStyle.h
parent35f3e59d1c9900a00f31928b83bf7c2bfe4c7647 (diff)
Replace 'Ulta' with 'Ultra'.
Start fixing a typo in an enum name. TBR=reed This is just a typo fix. Review-Url: https://codereview.chromium.org/2202703002
Diffstat (limited to 'include/core/SkFontStyle.h')
-rw-r--r--include/core/SkFontStyle.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/core/SkFontStyle.h b/include/core/SkFontStyle.h
index 643b69bd03..5928e03ae1 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 {