Add Thai font to the font fallback system.

Fixes #16077.

Change-Id: I9809dcdcad61fc2956a270ff92b1ccaef4e8efb3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2768
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Adrien Destugues 2020-05-21 19:55:28 +02:00 committed by waddlesplash
parent 4dcd8c81b1
commit afc74b61fe

View File

@ -331,6 +331,7 @@ GlyphLayoutEngine::_WriteLockAndAcquireFallbackEntry(
// of some kind to know the most suitable fallback font.
static const char* fallbacks[] = {
"Noto Sans Display",
"Noto Sans Thai",
"Noto Sans CJK JP",
"Noto Sans Symbols",
NULL