Font size bug fixed
This commit is contained in:
parent
658eba6f96
commit
f0a68406f4
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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>"]
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue