欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

cef3:禁止win10高dpi下cef对内部网页进行缩放

程序员文章站 2023-11-14 15:01:34
1.使用命令行参数 额外: ......

1.使用命令行参数

//禁止cef进行dpi缩放
command_line->AppendSwitchWithValue("--force-device-scale-factor","1");

额外:

  // Enable High-DPI support on Windows 7 or newer.
  CefEnableHighDPISupport();


来自:http://www.lpime.cn/article/36