blob: cd0d386993fede6859600e9ef4d68a7a1518108d [file] [log] [blame]
/****************************************************************************
*
* woff2tags.h
*
* WOFFF2 Font table tags (specification).
*
* Copyright (C) 1996-2020 by
* Nikhil Ramakrishnan, David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the terms of the FreeType project
* license, LICENSE.TXT. By continuing to use, modify, or distribute
* this file you indicate that you have read the license and
* understand and accept it fully.
*
*/
#ifndef WOFF2TAGS_H
#define WOFF2TAGS_H
#include <ft2build.h>
#include <freetype/internal/ftobjs.h>
FT_BEGIN_HEADER
FT_LOCAL( FT_ULong )
woff2_known_tags( FT_Byte index );
FT_END_HEADER
#endif /* WOFF2TAGS_H */
/* END */