mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-07 07:44:52 +03:00
Revert "fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324)"
This reverts commit c9391fb894.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/// Web stub for `native/font_manager.dart`.
|
||||
///
|
||||
/// The native implementation depends on `dart:io` (Process/File/Platform) to
|
||||
/// load a system CJK font on ARM64 Linux, which cannot compile for the web
|
||||
/// target. The web build has no such fontconfig limitation, so this is a no-op.
|
||||
const kLinuxCjkFontFamily = 'SystemCJK';
|
||||
|
||||
Future<bool> loadSystemCJKFonts() async => false;
|
||||
Reference in New Issue
Block a user