go-text / typesetting

High quality text shaping in pure Go.
Other
101 stars 10 forks source link

fontscan: use interface for logger #94

Closed whereswaldon closed 1 year ago

whereswaldon commented 1 year ago

This allows client applications to substitute different logging libraries than simply the stdlib by implementing an adapter that conforms to this interface.