forked from organicmaps/organicmaps-tmp
[tests] Visual test for two missing Latin Extended-A characters
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
5847e397c3
commit
f2dcb90b21
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +272,9 @@ UNIT_TEST(GlyphLoadingTest)
|
|||
|
||||
constexpr int fontSize = 27;
|
||||
|
||||
renderer.SetString("Muḩāfaz̧at", fontSize, "en");
|
||||
RunTestLoop("Latin Extended", std::bind(&GlyphRenderer::RenderGlyphs, &renderer, _1));
|
||||
|
||||
renderer.SetString("Строка", fontSize, "ru");
|
||||
RunTestLoop("ru", std::bind(&GlyphRenderer::RenderGlyphs, &renderer, _1));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue