< prev index next >

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

Print this page


   1 /****************************************************************************
   2  *
   3  * ttcolr.c
   4  *
   5  *   TrueType and OpenType colored glyph layer support (body).
   6  *
   7  * Copyright (C) 2018-2019 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * Originally written by Shao Yu Zhang <shaozhang@fb.com>.
  11  *
  12  * This file is part of the FreeType project, and may only be used,
  13  * modified, and distributed under the terms of the FreeType project
  14  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  15  * this file you indicate that you have read the license and
  16  * understand and accept it fully.
  17  *
  18  */
  19 
  20 
  21   /**************************************************************************
  22    *
  23    * `COLR' table specification:
  24    *
  25    *   https://www.microsoft.com/typography/otspec/colr.htm
  26    *
  27    */


   1 /****************************************************************************
   2  *
   3  * ttcolr.c
   4  *
   5  *   TrueType and OpenType colored glyph layer support (body).
   6  *
   7  * Copyright (C) 2018-2020 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   9  *
  10  * Originally written by Shao Yu Zhang <shaozhang@fb.com>.
  11  *
  12  * This file is part of the FreeType project, and may only be used,
  13  * modified, and distributed under the terms of the FreeType project
  14  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  15  * this file you indicate that you have read the license and
  16  * understand and accept it fully.
  17  *
  18  */
  19 
  20 
  21   /**************************************************************************
  22    *
  23    * `COLR' table specification:
  24    *
  25    *   https://www.microsoft.com/typography/otspec/colr.htm
  26    *
  27    */


< prev index next >