Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Letter spacing is too wider #88

Open
jja08111 opened this issue Jul 20, 2021 · 2 comments
Open

Letter spacing is too wider #88

jja08111 opened this issue Jul 20, 2021 · 2 comments
Labels
Native Ad Issue or pull request related to Native Ad

Comments

@jja08111
Copy link

I think the letter-spacing in the AdTextView value needs to convert appropriately like the flutter value.
Currently, this is too wider than flutter.

@bdlukaa bdlukaa added the Native Ad Issue or pull request related to Native Ad label Jul 20, 2021
@bdlukaa
Copy link
Owner

bdlukaa commented Jul 20, 2021

Can you show some example?

@jja08111
Copy link
Author

jja08111 commented Jul 20, 2021

Sure, Here is an example I made using the example of this plugin. The two values differ approximately 25 times.

Screenshot

화면 캡처 2021-07-20 222739

Code

...
Text('Letter spacing: 0.1', style: TextStyle(letterSpacing: 0.1, fontSize: 20)),
AdTextView(style: TextStyle(color: Colors.red, letterSpacing: 0.1, fontSize: 20)),
...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Native Ad Issue or pull request related to Native Ad
Projects
None yet
Development

No branches or pull requests

2 participants