- Impostato i Font giusti e la corretta disposizione del testo e dei suoi margini.

- L'immagine del libro, se è piccolo, viene adattato alla dimensione fissa (vedere se va bene).
This commit is contained in:
Surya Paolo
2024-11-24 14:40:21 +01:00
parent 479934a8fb
commit a42c365052
6 changed files with 37 additions and 44880 deletions

View File

@@ -17,6 +17,7 @@ const ISize = new Schema({
width: { type: String },
height: { type: String },
fit: { type: String },
gap: { type: String },
});
const IFont = new Schema({
name: { type: String },
@@ -66,6 +67,7 @@ const IBarCode = new Schema(
format: Number,
size: ISize,
font: IFont,
widthlines: Number,
}
);