Skip to content

Commit

Permalink
karm-print: Documented FilePrinterProps::density.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 23, 2025
1 parent 91384ed commit 5d0f65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/karm-print/file-printer.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
namespace Karm::Print {

struct FilePrinterProps {
/// Pixel density for raster formats (ignored for vector formats)
f64 density = 1;
};

Expand Down

0 comments on commit 5d0f65e

Please sign in to comment.