Extend font size range to 14-64 (was 14-32), bump to 0.0.3.8
Debug Build and Test / Build against Latest Dalamud (push) Has been cancelled
Debug Build and Test / Build against Staging Dalamud (push) Has been cancelled
Release Build and Publish / Release Build against Staging Dalamud and deploy to MyDalamudPlugins (release) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-08 14:16:43 -05:00
parent 5b3d8c87d1
commit 743bb74bd5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors>cultbaus</Authors> <Authors>cultbaus</Authors>
<Company>-</Company> <Company>-</Company>
<Version>0.0.3.7</Version> <Version>0.0.3.8</Version>
<Description>This plugin manipulates flytext.</Description> <Description>This plugin manipulates flytext.</Description>
<Copyright>-</Copyright> <Copyright>-</Copyright>
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl> <PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
+1 -1
View File
@@ -50,7 +50,7 @@ public class FontManager : IDisposable
.ToList() .ToList()
.ForEach(file => .ForEach(file =>
{ {
Enumerable.Range(14, 32 - 14 + 1) Enumerable.Range(14, 64 - 14 + 1)
.Where(i => i % 2 == 0) .Where(i => i % 2 == 0)
.ToList() .ToList()
.ForEach(size => .ForEach(size =>