mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-28 16:06:37 +01:00
* 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
16 lines
532 B
Markdown
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
|