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 · 2 comments
Closed

Letter spacing doesn't work with Text #82

ashar-7 opened this issue Nov 10, 2020 · 2 comments
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
@okushnikov
Copy link
Collaborator

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

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

5 participants