diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-05 13:36:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-05 15:14:53 +0200 |
commit | 8cca31aaba11f03d746cafeec381968ce1418346 (patch) | |
tree | f9f5bfccd0c65214558e8e3b83f5b0ddd83a4afa /vcl/source/fontsubset | |
parent | e2159061db8e266a3fe9f31773c676887168b254 (diff) |
rename GetTTFontMterics -> GetTTFontMetrics
Change-Id: I9952ddf0b1256e768a664f4da70455245cf67f41
Reviewed-on: https://gerrit.libreoffice.org/41934
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 2f44b0fbcdf2..864158aba8ec 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -2385,7 +2385,7 @@ TTSimpleGlyphMetrics *GetTTSimpleGlyphMetrics(TrueTypeFont *ttf, const sal_uInt1 } // TODO, clean up table parsing and re-use it elsewhere in this file. -void GetTTFontMterics(const std::vector<uint8_t>& hhea, +void GetTTFontMetrics(const std::vector<uint8_t>& hhea, const std::vector<uint8_t>& os2, TTGlobalFontInfo *info) { |