chromium/third_party/woff2/src/table_tags.cc

/* 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 */

#include "./table_tags.h"

namespace woff2 {

// Note that the byte order is big-endian, not the same as ots.cc
#define TAG(a, b, c, d)

const uint32_t kKnownTags[63] =;

} // namespace woff2