Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuender/kfont
A collection of open source chinese fonts converted to Go
https://github.com/xuender/kfont
chinese font fonts go golang opentype-fonts
Last synced: 2 days ago
JSON representation
A collection of open source chinese fonts converted to Go
- Host: GitHub
- URL: https://github.com/xuender/kfont
- Owner: xuender
- License: mit
- Created: 2023-08-07T05:09:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T01:00:33.000Z (3 months ago)
- Last Synced: 2024-11-08T02:16:55.808Z (3 months ago)
- Topics: chinese, font, fonts, go, golang, opentype-fonts
- Language: Go
- Homepage:
- Size: 18.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# kfont
[![GoCI](https://github.com/xuender/kfont/workflows/Go/badge.svg)](https://github.com/xuender/kfont/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/xuender/kfont)](https://goreportcard.com/report/github.com/xuender/kfont)商用免费字体
|品牌|名称|繁/简|包|尺寸|
|-|-|-|-|-|
|仓耳字体|与墨W02|简|ym|1.7M|
|仓耳字体|渔阳体W02|简|yyt|1.6M|
|庞门正道|标题体|简|btt|1.9M|
|庞门正道|细线体|简|xxt|1.8M|
|方正字体|书宋|简|ssjt|2.9M|
|方正字体|仿宋|简|fsjt|3.7M|
|方正字体|黑体|简|htjt|3.0M|
|方正字体|楷体|简|ktjt|3.9M|
|方正字体|书宋|繁|ssft|3.1M|
|方正字体|仿宋|繁|fsft|4.0M|
|方正字体|黑体|繁|htft|3.3M|
|方正字体|楷体|繁|ktft|4.3M|## User
```go
import "github.com/xuender/kfont/tsanger/ym"font := ym.Font()
```## License
© ender, 2023~time.Now
[MIT LICENSE](https://github.com/xuender/kfont/blob/master/LICENSE)