test: classify prerequisite lanes and own Avalonia sessions
This commit is contained in:
parent
c1a905004a
commit
3684e7b5e7
113 changed files with 273 additions and 22 deletions
|
|
@ -35,6 +35,7 @@ public sealed class UiDatFontBorderPixelTests
|
|||
[InlineData(0x40000001u, 4u, 4u)] // 18px bold serif — SpewBox face (round 4)
|
||||
[InlineData(0x40000002u, 3u, 3u)] // 14px bold serif
|
||||
[InlineData(0x40000025u, 3u, 3u)] // 11px — the pre-round-4 SpewBox placeholder face
|
||||
[Trait("Lane", "InstalledDat")]
|
||||
public void RealDatFont_HasExpectedBorderPixels(uint fontId, uint expectedHorizontal, uint expectedVertical)
|
||||
{
|
||||
string? datDir = ResolveDatDir();
|
||||
|
|
@ -49,6 +50,7 @@ public sealed class UiDatFontBorderPixelTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Trait("Lane", "InstalledDat")]
|
||||
public void RealDatFont_EveryFontWithABackgroundAtlas_HasANonZeroBorder()
|
||||
{
|
||||
// docs/research/2026-08-10-retail-ui-text-style.md §1.2: "every font that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue