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

feat: tags utils #3

Merged
merged 1 commit into from
Aug 14, 2023
Merged

feat: tags utils #3

merged 1 commit into from
Aug 14, 2023

Conversation

ytw0728
Copy link
Contributor

@ytw0728 ytw0728 commented Jul 19, 2023

texttools의 tags util 포팅 작업본 입니다.

tags util은 ttx (sfnt format) 내에서 binary string 꼴로 부여된 tag의 비교/변환 등의 기능을 제공합니다.

@@ -0,0 1,11 @@
struct DirectoryEntry {
pub uncompressed: bool
pub
Copy link
Contributor

Choose a reason for hiding this comment

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

요것은 오타 아닌가요?

Copy link
Contributor

Choose a reason for hiding this comment

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

밑에도 그렇고 이 파일 한 번 점검해주셔야 할 것 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아앗 잘못올렸습니다 ㅋㅋ 날려둿습ㄴ디ㅏ!

Copy link
Contributor

@hwoongkang hwoongkang left a comment

Choose a reason for hiding this comment

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

두 파일 확인 부탁드려욤

@@ -0,0 1,11 @@
struct DirectoryEntry {
pub uncompressed: bool
pub
Copy link
Contributor

Choose a reason for hiding this comment

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

밑에도 그렇고 이 파일 한 번 점검해주셔야 할 것 같아요!

packages/sfnt/src/writer/mod.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@hwoongkang hwoongkang left a comment

Choose a reason for hiding this comment

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

좋아요~!

@ytw0728 ytw0728 merged commit be767f3 into main Aug 14, 2023
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.

None yet

2 participants