Skip to content

Instantly share code, notes, and snippets.

using NUnit.Framework;
[SetUpFixture]
public class RootFixtureSetup
{
[OneTimeSetUp]
public void OneTimeSetUp() => TestContext.Progress.WriteLine("RootFixtureSetup:OneTimeSetUp");
[OneTimeTearDown]
public void OneTimeTearDown() => TestContext.Progress.WriteLine("RootFixtureSetup:OneTimeTearDown");
$ ls /etc/fonts/conf.d/
10-hinting-slight.conf 10-sub-pixel-rgb.conf 11-lcdfilter-default.conf 99-final.conf README
$ cat /etc/fonts/conf.d/99-final.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<edit name="dpi" mode="assign">
<double>96</double>