Font size bug fixed

This commit is contained in:
Piyush मिश्रः 2022-08-19 13:41:10 +05:30
parent 658eba6f96
commit f0a68406f4
3 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@ -905,7 +905,7 @@ dependencies = [
[[package]] [[package]]
name = "post_maker" name = "post_maker"
version = "0.6.1" version = "0.6.2"
dependencies = [ dependencies = [
"bichannel", "bichannel",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "post_maker" name = "post_maker"
version = "0.6.1" version = "0.6.2"
edition = "2021" edition = "2021"
description = "Post Maker helps you to make post for Instagram and other Social Media apps easily." description = "Post Maker helps you to make post for Instagram and other Social Media apps easily."
authors = ["PiyushXCoder <https://piyushxcoder.in>"] authors = ["PiyushXCoder <https://piyushxcoder.in>"]

View File

@ -709,7 +709,6 @@ pub(crate) fn draw_multiline_mid_string(
original_height, original_height,
); );
let size = quote_from_height(height);
draw_multiline_mid_string( draw_multiline_mid_string(
tmp, tmp,
font, font,