Font size bug fixed
This commit is contained in:
parent
658eba6f96
commit
f0a68406f4
|
|
@ -905,7 +905,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "post_maker"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
dependencies = [
|
||||
"bichannel",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "post_maker"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
edition = "2021"
|
||||
description = "Post Maker helps you to make post for Instagram and other Social Media apps easily."
|
||||
authors = ["PiyushXCoder <https://piyushxcoder.in>"]
|
||||
|
|
|
|||
|
|
@ -709,7 +709,6 @@ pub(crate) fn draw_multiline_mid_string(
|
|||
original_height,
|
||||
);
|
||||
|
||||
let size = quote_from_height(height);
|
||||
draw_multiline_mid_string(
|
||||
tmp,
|
||||
font,
|
||||
|
|
|
|||
Loading…
Reference in New Issue