Skip to content

Commit

Permalink
dont reduce columns
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Jun 18, 2024
1 parent d56b497 commit c834911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/font2svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use ttf_parser::colr::{ClipBox, Paint};
use ttf_parser::{RgbaColor, Transform};

const FONT_SIZE: f64 = 128.0;
const COLUMNS: u32 = 20;
const COLUMNS: u32 = 100;

const HELP: &str = "\
Usage:
Expand Down

0 comments on commit c834911

Please sign in to comment.