summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@aliftype.com>2022-12-05 01:01:10 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-12-05 08:26:29 +0000
commit6d6a2343b1d45695f3ea02818d317a022a7b259f (patch)
tree8a774a13513ef5f78959c51c3a6da392d4a39bb7 /vcl
parent476ad3e5a8d4a8545043ffd7c8e16ead6ba1966b (diff)
tdf#152376: Remove Kacst Book and Kacst Office fonts
Change-Id: I979e01ee6cab26431a6e54094c59ea28e886019a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143647 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/qa/cppunit/complextext.cxx2
-rw-r--r--vcl/qa/cppunit/text.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx
index 1e82a70e9546..daf70a1c589d 100644
--- a/vcl/qa/cppunit/complextext.cxx
+++ b/vcl/qa/cppunit/complextext.cxx
@@ -183,7 +183,7 @@ void VclComplexTextTest::testCaching()
// Just something basic, no font fallback.
testCachedGlyphs( "test", "Dejavu Sans" );
// This font does not have latin characters, will need fallback.
- testCachedGlyphs( "test", "KacstBook" );
+ testCachedGlyphs( "test", "Noto Kufi Arabic" );
}
static void testCachedGlyphsSubstring( const OUString& aText, const OUString& aFontName, bool rtl )
diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx
index ee7ab8cd5859..69365f98a00e 100644
--- a/vcl/qa/cppunit/text.cxx
+++ b/vcl/qa/cppunit/text.cxx
@@ -552,7 +552,7 @@ void VclTextTest::testImplLayoutArgsRightAlign()
void VclTextTest::testImplLayoutArgs_PrepareFallback_precalculatedglyphs()
{
// this font has no Cyrillic characters and thus needs fallback
- const vcl::Font aFont("KacstBook", Size(0, 36));
+ const vcl::Font aFont("Amiri", Size(0, 36));
ScopedVclPtrInstance<VirtualDevice> pVirDev;
pVirDev->SetFont(aFont);