< prev index next >

src/java.desktop/share/native/libfreetype/src/autofit/afblue.dat

Print this page

        

*** 1,10 **** // afblue.dat // // Auto-fitter data for blue strings. // ! // 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 --- 1,10 ---- // afblue.dat // // Auto-fitter data for blue strings. // ! // 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
*** 441,450 **** --- 441,457 ---- AF_BLUE_STRING_OSMANYA_TOP "๐’† ๐’‰ ๐’ ๐’’ ๐’˜ ๐’› ๐’  ๐’ฃ" AF_BLUE_STRING_OSMANYA_BOTTOM "๐’€ ๐’‚ ๐’† ๐’ˆ ๐’Š ๐’’ ๐’  ๐’ฉ" + AF_BLUE_STRING_ROHINGYA_TOP + "๐ดƒ ๐ด€ ๐ด† ๐ด– ๐ด•" + AF_BLUE_STRING_ROHINGYA_BOTTOM + "๐ด” ๐ด– ๐ด• ๐ด‘ ๐ด" + AF_BLUE_STRING_ROHINGYA_JOIN + "ู€" + AF_BLUE_STRING_SAURASHTRA_TOP "๊ขœ ๊ขž ๊ขณ ๊ข‚ ๊ข– ๊ข’ ๊ข ๊ข›" AF_BLUE_STRING_SAURASHTRA_BOTTOM "๊ข‚ ๊ขจ ๊ขบ ๊ขค ๊ขŽ"
*** 1000,1009 **** --- 1007,1022 ---- AF_BLUE_STRINGSET_OSMA { AF_BLUE_STRING_OSMANYA_TOP, AF_BLUE_PROPERTY_LATIN_TOP } { AF_BLUE_STRING_OSMANYA_BOTTOM, 0 } { AF_BLUE_STRING_MAX, 0 } + AF_BLUE_STRINGSET_ROHG + { AF_BLUE_STRING_ROHINGYA_TOP, AF_BLUE_PROPERTY_LATIN_TOP } + { AF_BLUE_STRING_ROHINGYA_BOTTOM, 0 } + { AF_BLUE_STRING_ROHINGYA_JOIN, AF_BLUE_PROPERTY_LATIN_NEUTRAL } + { AF_BLUE_STRING_MAX, 0 } + AF_BLUE_STRINGSET_SAUR { AF_BLUE_STRING_SAURASHTRA_TOP, AF_BLUE_PROPERTY_LATIN_TOP } { AF_BLUE_STRING_SAURASHTRA_BOTTOM, 0 } { AF_BLUE_STRING_MAX, 0 }
< prev index next >