aboutsummaryrefslogblamecommitdiff
path: root/devel/electron23/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp
blob: f5b3d21404d06af8f19ed532c00f25ba056573a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                            
--- third_party/pdfium/core/fxge/cfx_fontmapper.cpp.orig	2022-09-24 10:57:32 UTC
+++ third_party/pdfium/core/fxge/cfx_fontmapper.cpp
@@ -157,7 +157,7 @@ constexpr AltFontFamily kAltFontFamilies[] = {
     {"ForteMT", "Forte"},
 };
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || defined(OS_ASMJS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || defined(OS_ASMJS) || BUILDFLAG(IS_BSD)
 const char kNarrowFamily[] = "LiberationSansNarrow";
 #elif BUILDFLAG(IS_ANDROID)
 const char kNarrowFamily[] = "RobotoCondensed";