blog/go/fonts/font/table.go

9 lines
157 B
Go
Raw Normal View History

2024-09-13 15:10:58 +08:00
package font
type Table struct {
Name string `json:"name"`
Sum uint32 `json:"sum"`
Offset uint32 `json:"offset"`
Length uint32 `json:"length"`
}