github.com/signintech/pdft@v0.5.0/minigopdf/fontmaker/core/fontmap.go (about)

     1  package core
     2  
     3  type FontMap struct {
     4  	Uv   int
     5  	Name string
     6  }