< prev index next >

src/java.desktop/share/native/libfreetype/src/autofit/afstyles.h

Print this page


   1 /****************************************************************************
   2  *
   3  * afstyles.h
   4  *
   5  *   Auto-fitter styles (specification only).
   6  *
   7  * Copyright (C) 2013-2019 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   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   /* The following part can be included multiple times. */
  20   /* Define `STYLE' as needed.                          */
  21 
  22 
  23   /* Add new styles here.  The first and second arguments are the  */
  24   /* style name in lowercase and uppercase, respectively, followed */
  25   /* by a description string.  The next arguments are the          */
  26   /* corresponding writing system, script, blue stringset, and     */
  27   /* coverage.                                                     */


 359 
 360   STYLE( orkh_dflt, ORKH_DFLT,
 361          "Old Turkic default style",
 362          AF_WRITING_SYSTEM_LATIN,
 363          AF_SCRIPT_ORKH,
 364          AF_BLUE_STRINGSET_ORKH,
 365          AF_COVERAGE_DEFAULT )
 366 
 367   STYLE( osge_dflt, OSGE_DFLT,
 368          "Osage default style",
 369          AF_WRITING_SYSTEM_LATIN,
 370          AF_SCRIPT_OSGE,
 371          AF_BLUE_STRINGSET_OSGE,
 372          AF_COVERAGE_DEFAULT )
 373 
 374   STYLE( osma_dflt, OSMA_DFLT,
 375          "Osmanya default style",
 376          AF_WRITING_SYSTEM_LATIN,
 377          AF_SCRIPT_OSMA,
 378          AF_BLUE_STRINGSET_OSMA,







 379          AF_COVERAGE_DEFAULT )
 380 
 381   STYLE( saur_dflt, SAUR_DFLT,
 382          "Saurashtra default style",
 383          AF_WRITING_SYSTEM_LATIN,
 384          AF_SCRIPT_SAUR,
 385          AF_BLUE_STRINGSET_SAUR,
 386          AF_COVERAGE_DEFAULT )
 387 
 388   STYLE( shaw_dflt, SHAW_DFLT,
 389          "Shavian default style",
 390          AF_WRITING_SYSTEM_LATIN,
 391          AF_SCRIPT_SHAW,
 392          AF_BLUE_STRINGSET_SHAW,
 393          AF_COVERAGE_DEFAULT )
 394 
 395   STYLE( sinh_dflt, SINH_DFLT,
 396          "Sinhala default style",
 397          AF_WRITING_SYSTEM_LATIN,
 398          AF_SCRIPT_SINH,


   1 /****************************************************************************
   2  *
   3  * afstyles.h
   4  *
   5  *   Auto-fitter styles (specification only).
   6  *
   7  * Copyright (C) 2013-2020 by
   8  * David Turner, Robert Wilhelm, and Werner Lemberg.
   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   /* The following part can be included multiple times. */
  20   /* Define `STYLE' as needed.                          */
  21 
  22 
  23   /* Add new styles here.  The first and second arguments are the  */
  24   /* style name in lowercase and uppercase, respectively, followed */
  25   /* by a description string.  The next arguments are the          */
  26   /* corresponding writing system, script, blue stringset, and     */
  27   /* coverage.                                                     */


 359 
 360   STYLE( orkh_dflt, ORKH_DFLT,
 361          "Old Turkic default style",
 362          AF_WRITING_SYSTEM_LATIN,
 363          AF_SCRIPT_ORKH,
 364          AF_BLUE_STRINGSET_ORKH,
 365          AF_COVERAGE_DEFAULT )
 366 
 367   STYLE( osge_dflt, OSGE_DFLT,
 368          "Osage default style",
 369          AF_WRITING_SYSTEM_LATIN,
 370          AF_SCRIPT_OSGE,
 371          AF_BLUE_STRINGSET_OSGE,
 372          AF_COVERAGE_DEFAULT )
 373 
 374   STYLE( osma_dflt, OSMA_DFLT,
 375          "Osmanya default style",
 376          AF_WRITING_SYSTEM_LATIN,
 377          AF_SCRIPT_OSMA,
 378          AF_BLUE_STRINGSET_OSMA,
 379          AF_COVERAGE_DEFAULT )
 380 
 381   STYLE( rohg_dflt, ROHG_DFLT,
 382          "Hanifi Rohingya default style",
 383          AF_WRITING_SYSTEM_LATIN,
 384          AF_SCRIPT_ROHG,
 385          AF_BLUE_STRINGSET_ROHG,
 386          AF_COVERAGE_DEFAULT )
 387 
 388   STYLE( saur_dflt, SAUR_DFLT,
 389          "Saurashtra default style",
 390          AF_WRITING_SYSTEM_LATIN,
 391          AF_SCRIPT_SAUR,
 392          AF_BLUE_STRINGSET_SAUR,
 393          AF_COVERAGE_DEFAULT )
 394 
 395   STYLE( shaw_dflt, SHAW_DFLT,
 396          "Shavian default style",
 397          AF_WRITING_SYSTEM_LATIN,
 398          AF_SCRIPT_SHAW,
 399          AF_BLUE_STRINGSET_SHAW,
 400          AF_COVERAGE_DEFAULT )
 401 
 402   STYLE( sinh_dflt, SINH_DFLT,
 403          "Sinhala default style",
 404          AF_WRITING_SYSTEM_LATIN,
 405          AF_SCRIPT_SINH,


< prev index next >