< prev index next >

src/java.desktop/share/native/libfreetype/src/sfnt/ttsbit.c

Print this page


   1 /****************************************************************************
   2  *
   3  * ttsbit.c
   4  *
   5  *   TrueType and OpenType embedded bitmap support (body).
   6  *
   7  * Copyright (C) 2005-2019 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * Copyright 2013 by Google, Inc.
  11  * Google Author(s): Behdad Esfahbod.
  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 #include FT_INTERNAL_STREAM_H
  25 #include FT_TRUETYPE_TAGS_H
  26 #include FT_BITMAP_H
  27 


   1 /****************************************************************************
   2  *
   3  * ttsbit.c
   4  *
   5  *   TrueType and OpenType embedded bitmap support (body).
   6  *
   7  * Copyright (C) 2005-2020 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * Copyright 2013 by Google, Inc.
  11  * Google Author(s): Behdad Esfahbod.
  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 #include FT_INTERNAL_STREAM_H
  25 #include FT_TRUETYPE_TAGS_H
  26 #include FT_BITMAP_H
  27 


< prev index next >