mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "Enable libtxt as the default text renderer (#4751)" (flutter/engine#4758)
This reverts commit e35e882cebc7d4b7eb98bdd0c89e781278952032.
This commit is contained in:
parent
3e5ea529b5
commit
77474bd3ba
@ -120,7 +120,7 @@ void Shell::InitStandalone(fxl::CommandLine command_line,
|
||||
command_line.HasOption(FlagForSwitch(Switch::EnableSoftwareRendering));
|
||||
|
||||
settings.using_blink =
|
||||
command_line.HasOption(FlagForSwitch(Switch::EnableBlink));
|
||||
!command_line.HasOption(FlagForSwitch(Switch::EnableTxt));
|
||||
|
||||
settings.endless_trace_buffer =
|
||||
command_line.HasOption(FlagForSwitch(Switch::EndlessTraceBuffer));
|
||||
|
||||
@ -63,9 +63,9 @@ DEF_SWITCH(SkiaDeterministicRendering,
|
||||
"Skips the call to SkGraphics::Init(), thus avoiding swapping out"
|
||||
"some Skia function pointers based on available CPU features. This"
|
||||
"is used to obtain 100% deterministic behavior in Skia rendering.")
|
||||
DEF_SWITCH(EnableBlink,
|
||||
"enable-blink",
|
||||
"Enable Blink as the text shaping library instead of libtxt.")
|
||||
DEF_SWITCH(EnableTxt,
|
||||
"enable-txt",
|
||||
"Enable libtxt as the text shaping library instead of Blink.")
|
||||
DEF_SWITCH(FLX, "flx", "Specify the FLX path.")
|
||||
DEF_SWITCH(FlutterAssetsDir,
|
||||
"flutter-assets-dir",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user