Files
homebox/backend/pkgs/labelmaker/testdata/README.md
rienkim ef52009f57 Feat/Added label maker custom font (#1038)
* Add label maker font config

* Add document for label maker font config

* Add test for custom font

* Fix custom font setup documentation

- Fallback font is gofont which don't support CJK characters

* Fix golangci-lint error

* Update custom-font-setup.md

* Fix typo
2025-10-08 14:49:22 -04:00

16 lines
532 B
Markdown

# Test Data
This directory contains font files used only for testing purposes.
## Fonts
- **NotoSansKR-VF.ttf**: Noto Sans CJK Korean Variable Font
- Used for testing CJK (Chinese, Japanese, Korean) character rendering
- License: See `NotoSans-LICENSE` file
## Notes
- These fonts are **only used during testing** and are **not included in production builds**
- Go's build system automatically excludes `testdata` directories from production builds
- The fonts support rendering of Korean, Chinese, and Japanese characters