< prev index next >

src/java.desktop/share/native/libfreetype/src/base/ftsnames.c

Print this page


   1 /****************************************************************************
   2  *
   3  * ftsnames.c
   4  *
   5  *   Simple interface to access SFNT name tables (which are used
   6  *   to hold font names, copyright info, notices, etc.) (body).
   7  *
   8  *   This is _not_ used to retrieve glyph names!
   9  *
  10  * Copyright (C) 1996-2019 by
  11  * David Turner, Robert Wilhelm, and Werner Lemberg.
  12  *
  13  * This file is part of the FreeType project, and may only be used,
  14  * modified, and distributed under the terms of the FreeType project
  15  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  16  * this file you indicate that you have read the license and
  17  * understand and accept it fully.
  18  *
  19  */
  20 
  21 
  22 #include <ft2build.h>
  23 #include FT_INTERNAL_DEBUG_H
  24 
  25 #include FT_SFNT_NAMES_H
  26 #include FT_INTERNAL_TRUETYPE_TYPES_H
  27 #include FT_INTERNAL_STREAM_H
  28 
  29 
  30 #ifdef TT_CONFIG_OPTION_SFNT_NAMES


   1 /****************************************************************************
   2  *
   3  * ftsnames.c
   4  *
   5  *   Simple interface to access SFNT name tables (which are used
   6  *   to hold font names, copyright info, notices, etc.) (body).
   7  *
   8  *   This is _not_ used to retrieve glyph names!
   9  *
  10  * Copyright (C) 1996-2020 by
  11  * David Turner, Robert Wilhelm, and Werner Lemberg.
  12  *
  13  * This file is part of the FreeType project, and may only be used,
  14  * modified, and distributed under the terms of the FreeType project
  15  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  16  * this file you indicate that you have read the license and
  17  * understand and accept it fully.
  18  *
  19  */
  20 
  21 
  22 #include <ft2build.h>
  23 #include FT_INTERNAL_DEBUG_H
  24 
  25 #include FT_SFNT_NAMES_H
  26 #include FT_INTERNAL_TRUETYPE_TYPES_H
  27 #include FT_INTERNAL_STREAM_H
  28 
  29 
  30 #ifdef TT_CONFIG_OPTION_SFNT_NAMES


< prev index next >