aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FontHostTest.cpp
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2014-08-25 12:00:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-25 12:00:49 -0700
commita6785ccb540b1b752ab536cdf579a698eadbf7d2 (patch)
tree475c911f255876f32a25aa365522d8e9331170a1 /tests/FontHostTest.cpp
parent5fc226641a0926dddbf70ba784f344881f4c05b9 (diff)
Add a working SkFontMgr_fontconfig.
R=tomhudson@google.com, reed@google.com, mtklein@google.com Author: bungeman@google.com Review URL: https://codereview.chromium.org/396143004
Diffstat (limited to 'tests/FontHostTest.cpp')
-rw-r--r--tests/FontHostTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FontHostTest.cpp b/tests/FontHostTest.cpp
index 4fc99c40db..0bb426afa8 100644
--- a/tests/FontHostTest.cpp
+++ b/tests/FontHostTest.cpp
@@ -27,7 +27,6 @@ static const struct TagSize {
} gKnownTableSizes[] = {
{ kFontTableTag_head, 54 },
{ kFontTableTag_hhea, 36 },
- { kFontTableTag_maxp, 32 },
};
// Test that getUnitsPerEm() agrees with a direct lookup in the 'head' table