swf-go/tag/DefineFontName.go

13 lines
207 B
Go

package tag
type DefineFontName struct {
_ struct{} `swfFlags:"root"`
FontId uint16
Name string
Copyright string
}
func (t *DefineFontName) Code() Code {
return RecordDefineFontName
}