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

Add support for custom Stencil Templates #147

Merged
merged 11 commits into from
Feb 6, 2022
Merged

Conversation

subdan
Copy link
Collaborator

@subdan subdan commented Feb 6, 2022

Closes #142

@subdan subdan self-assigned this Feb 6, 2022
@subdan subdan merged commit 5408997 into master Feb 6, 2022
@subdan subdan deleted the feature/stencil-templates branch February 6, 2022 15:08

return [
NSAttributedString.Key.paragraphStyle: paragraphStyle,
NSAttributedString.Key.kern: tracking,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curios to know why NSAttributedString.Key.kern is used here rather than NSAttributedString.Key.tracking?

Copy link
Collaborator Author

@subdan subdan Feb 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tracking is only available in iOS 14.0 or newer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Stencil to create template for files
2 participants