commit latest

This commit is contained in:
2025-07-13 08:43:51 -04:00
parent 56e750c4ee
commit b543620e86
2 changed files with 42 additions and 10 deletions

View File

@@ -27,7 +27,6 @@ public static class TextMarkerImageGenerator
return new ScottPlot.Image(memoryStream.ToArray());
}
// public static Image GenerateImage(String text,int fontSize=12)
public static Image GenerateImage(String text,int fontSize=11)
{
ImageHelper imageHelper = new ImageHelper();