Revert "fix(arm64-linux): fix CJK font rendering on flutter-elinux (#15324)" (#15377)

This reverts commit c9391fb894.
This commit is contained in:
RustDesk
2026-06-22 13:40:39 +08:00
committed by GitHub
parent 3c574a4182
commit 2747d3d8b4
4 changed files with 0 additions and 155 deletions

View File

@@ -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;