editor first run

This commit is contained in:
EugeneTes
2026-02-04 14:20:08 +01:00
parent 2748c6586e
commit eca5ced38a
33 changed files with 2322 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ public interface IPrinter
{
public Task InitAsync();
public Task PrintImageAsync(string path);
public Task SetFontSizeAsync(int fontSize);
public Task PrintAsync(List<PrintCommand> commands);
public Task Cut();
}