--- old/src/java.desktop/share/native/libfreetype/src/autofit/afranges.c 2020-08-20 13:32:21.580210928 -0700 +++ new/src/java.desktop/share/native/libfreetype/src/autofit/afranges.c 2020-08-20 13:32:21.292210932 -0700 @@ -4,7 +4,7 @@ * * Auto-fitter Unicode script ranges (body). * - * Copyright (C) 2013-2019 by + * 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, @@ -776,6 +776,18 @@ { AF_UNIRANGE_REC( 0, 0 ) }; + + + const AF_Script_UniRangeRec af_rohg_uniranges[] = + { + AF_UNIRANGE_REC( 0x10D00, 0x10D3F ), /* Hanifi Rohingya */ + AF_UNIRANGE_REC( 0, 0 ) + }; + + const AF_Script_UniRangeRec af_rohg_nonbase_uniranges[] = + { + AF_UNIRANGE_REC( 0, 0 ) + }; const AF_Script_UniRangeRec af_saur_uniranges[] =