Index: third_party/freetype/include/freetype/internal/services/svttcmap.h |
diff --git a/third_party/freetype/include/internal/services/svttcmap.h b/third_party/freetype/include/freetype/internal/services/svttcmap.h |
similarity index 91% |
rename from third_party/freetype/include/internal/services/svttcmap.h |
rename to third_party/freetype/include/freetype/internal/services/svttcmap.h |
index 4370f4c2d82be4373805ab121370d7d12db4fc55..cd95b9ab81f6e43fa53c6e6223141b8b72497995 100644 |
--- a/third_party/freetype/include/internal/services/svttcmap.h |
+++ b/third_party/freetype/include/freetype/internal/services/svttcmap.h |
@@ -4,10 +4,8 @@ |
/* */ |
/* The FreeType TrueType/sfnt cmap extra information service. */ |
/* */ |
-/* Copyright 2003 by */ |
-/* Masatake YAMATO, Redhat K.K. */ |
-/* */ |
-/* Copyright 2003, 2008, 2009, 2012, 2013 by */ |
+/* Copyright 2003-2015 by */ |
+/* Masatake YAMATO, Redhat K.K., */ |
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
/* */ |
/* This file is part of the FreeType project, and may only be used, */ |
@@ -50,11 +48,12 @@ FT_BEGIN_HEADER |
/* `ttnameid.h'. */ |
/* */ |
/* format :: */ |
- /* The cmap format. OpenType 1.5 defines the formats 0 (byte */ |
+ /* The cmap format. OpenType 1.6 defines the formats 0 (byte */ |
/* encoding table), 2~(high-byte mapping through table), 4~(segment */ |
/* mapping to delta values), 6~(trimmed table mapping), 8~(mixed */ |
/* 16-bit and 32-bit coverage), 10~(trimmed array), 12~(segmented */ |
- /* coverage), and 14 (Unicode Variation Sequences). */ |
+ /* coverage), 13~(last resort font), and 14 (Unicode Variation */ |
+ /* Sequences). */ |
/* */ |
typedef struct TT_CMapInfo_ |
{ |