< prev index next >

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

Print this page

        

*** 2,12 **** * * afscript.h * * Auto-fitter scripts (specification only). * ! * Copyright (C) 2013-2019 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified, and distributed under the terms of the FreeType project * license, LICENSE.TXT. By continuing to use, modify, or distribute --- 2,12 ---- * * afscript.h * * Auto-fitter scripts (specification only). * ! * Copyright (C) 2013-2020 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified, and distributed under the terms of the FreeType project * license, LICENSE.TXT. By continuing to use, modify, or distribute
*** 289,298 **** --- 289,304 ---- "Osmanya", HB_SCRIPT_OSMANYA, HINTING_BOTTOM_TO_TOP, "\xF0\x90\x92\x86 \xF0\x90\x92\xA0" ) /* 𐒆 𐒠 */ + SCRIPT( rohg, ROHG, + "Hanifi Rohingya", + HB_SCRIPT_HANIFI_ROHINGYA, + HINTING_BOTTOM_TO_TOP, + "\xF0\x90\xB4\xB0" ) /* 𐴰 */ + SCRIPT( saur, SAUR, "Saurashtra", HB_SCRIPT_SAURASHTRA, HINTING_BOTTOM_TO_TOP, "\xEA\xA2\x9D \xEA\xA3\x90" ) /* ꢝ ꣐ */
< prev index next >