osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

16
pages.ko/osx/ftxdiff.md Normal file
View File

@@ -0,0 +1,16 @@
# ftxdiff
> 두 폰트 간의 차이점을 비교합니다.
> 더 많은 정보: <https://developer.apple.com/fonts>.
- 특정 텍스트 [f]파일에 차이점 출력:
`ftxdiff --output {{경로/대상/폰트_차이_파일.txt}} {{경로/대상/폰트_파일1.ttc}} {{경로/대상/폰트_파일2.ttc}}`
- 출력에 글리프 이름 포함:
`ftxdiff --include-glyph-names`
- 출력에 유니코드 이름 포함:
`ftxdiff --include-unicode-names`