github.com/Kintar/etxt@v0.0.0-20221224033739-2fc69f000137/esizer/aliases.go (about)

     1  package esizer
     2  
     3  import "golang.org/x/image/font/sfnt"
     4  
     5  // Ignore this file, it only contains aliases to avoid cyclic imports
     6  // but still allow the code to be split more modularly.
     7  
     8  // Same as etxt.Font.
     9  type Font = sfnt.Font
    10  
    11  // Same as etxt.GlyphIndex.
    12  type GlyphIndex = sfnt.GlyphIndex