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

わかりやすい README #20

Closed
rrbox opened this issue Nov 8, 2022 · 2 comments
Closed

わかりやすい README #20

rrbox opened this issue Nov 8, 2022 · 2 comments

Comments

@rrbox
Copy link
Owner

rrbox commented Nov 8, 2022

AttributedString や NSAttributedString のラッパーは GitHub 上に意外と存在します. では, この Tsumiji は他のツールと同じ(あるいはそれ以下)なのでしょうか? 製作者は, そんなことはないと断言できます. このツールには他にはない, フォントの指定範囲の設定方法が備わっています. これは XML(や その派生言語である HTML など) を参考にした, 文字列の構造化が利用されており, より直感的にスタイルを指定できるはずです.

このようなこのパッケージの利点をよりわかりやすく README には記述していく必要があります.

@rrbox
Copy link
Owner Author

rrbox commented Dec 8, 2022

初めはこのくらいシンプルな方がいいかもです.

let sample = Editor()
    .text("white")
    .font([.fontColor: UIColor.red]).text("red").fontEnd()
    .text("white")

@rrbox
Copy link
Owner Author

rrbox commented Dec 21, 2022

画像付きでコミットしました。c2e367a

@rrbox rrbox closed this as completed Dec 21, 2022
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

No branches or pull requests

1 participant