Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Letter spacing doesn't work with Text #82

Closed
ashar-7 opened this issue Nov 10, 2020 · 1 comment
Closed

Letter spacing doesn't work with Text #82

ashar-7 opened this issue Nov 10, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ashar-7
Copy link

ashar-7 commented Nov 10, 2020

Text("MARCH", style = MaterialTheme.typography.subtitle2)

// MaterialTheme.typography.subtitle2:
subtitle2 = TextStyle(
    letterSpacing = 2.sp,
    fontSize = 14.sp,
    fontFamily = JosefinSans
)

This looks like:
march

I'm on windows, not sure if this is the case for other platforms too.

@prepor prepor self-assigned this Nov 10, 2020
@olonho olonho added this to the M2 milestone Nov 12, 2020
@igordmn igordmn added the enhancement New feature or request label Nov 19, 2020
@olonho
Copy link
Contributor

olonho commented Nov 24, 2020

Fixed as of 0.2.0-build129.

@olonho olonho closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants