(font, index)
| 2158 | }; |
| 2159 | |
| 2160 | function glyphLoader(font, index) { |
| 2161 | return new _glyph.Glyph({index: index, font: font}); |
| 2162 | } |
| 2163 | |
| 2164 | /** |
| 2165 | * Generate a stub glyph that can be filled with all metadata *except* |
nothing calls this directly
no outgoing calls
no test coverage detected