< prev index next >

src/java.desktop/share/native/libfreetype/src/autofit/afindic.c

Print this page


   1 /****************************************************************************
   2  *
   3  * afindic.c
   4  *
   5  *   Auto-fitter hinting routines for Indic writing system (body).
   6  *
   7  * Copyright (C) 2007-2019 by
   8  * Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  */
  17 
  18 
  19 #include "aftypes.h"
  20 #include "aflatin.h"
  21 #include "afcjk.h"
  22 
  23 
  24 #ifdef AF_CONFIG_OPTION_INDIC
  25 
  26 #include "afindic.h"
  27 #include "aferrors.h"


   1 /****************************************************************************
   2  *
   3  * afindic.c
   4  *
   5  *   Auto-fitter hinting routines for Indic writing system (body).
   6  *
   7  * Copyright (C) 2007-2020 by
   8  * Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>.
   9  *
  10  * This file is part of the FreeType project, and may only be used,
  11  * modified, and distributed under the terms of the FreeType project
  12  * license, LICENSE.TXT.  By continuing to use, modify, or distribute
  13  * this file you indicate that you have read the license and
  14  * understand and accept it fully.
  15  *
  16  */
  17 
  18 
  19 #include "aftypes.h"
  20 #include "aflatin.h"
  21 #include "afcjk.h"
  22 
  23 
  24 #ifdef AF_CONFIG_OPTION_INDIC
  25 
  26 #include "afindic.h"
  27 #include "aferrors.h"


< prev index next >