Commit Latest

This commit is contained in:
2025-07-06 15:39:35 -04:00
parent 919ce18dbe
commit 9ebd316b1d

View File

@@ -27,7 +27,8 @@ 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=12)
public static Image GenerateImage(String text,int fontSize=11)
{
ImageHelper imageHelper = new ImageHelper();
SKFont font = default;