summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h')
-rw-r--r--Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h b/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h
deleted file mode 100644
index 42dc0ae1c44..00000000000
--- a/Build/source/texk/dvisvgm/dvisvgm-src/libs/woff2/src/table_tags.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Copyright 2014 Google Inc. All Rights Reserved.
-
- Distributed under MIT license.
- See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
-*/
-
-/* Font table tags */
-
-#ifndef WOFF2_TABLE_TAGS_H_
-#define WOFF2_TABLE_TAGS_H_
-
-#include <inttypes.h>
-
-namespace woff2 {
-
-// Tags of popular tables.
-static const uint32_t kGlyfTableTag = 0x676c7966;
-static const uint32_t kHeadTableTag = 0x68656164;
-static const uint32_t kLocaTableTag = 0x6c6f6361;
-static const uint32_t kDsigTableTag = 0x44534947;
-static const uint32_t kCffTableTag = 0x43464620;
-static const uint32_t kHmtxTableTag = 0x686d7478;
-static const uint32_t kHheaTableTag = 0x68686561;
-static const uint32_t kMaxpTableTag = 0x6d617870;
-
-extern const uint32_t kKnownTags[];
-
-} // namespace woff2
-
-#endif // WOFF2_TABLE_TAGS_H_