go-tetris/vendor/github.com/mattn/go-runewidth
MichaelS11 646d20ae17 Go Tetris 2017-03-27 13:07:29 -07:00
..
.travis.yml Go Tetris 2017-03-27 13:07:29 -07:00
LICENSE Go Tetris 2017-03-27 13:07:29 -07:00
README.mkd Go Tetris 2017-03-27 13:07:29 -07:00
runewidth.go Go Tetris 2017-03-27 13:07:29 -07:00
runewidth_js.go Go Tetris 2017-03-27 13:07:29 -07:00
runewidth_posix.go Go Tetris 2017-03-27 13:07:29 -07:00
runewidth_test.go Go Tetris 2017-03-27 13:07:29 -07:00
runewidth_windows.go Go Tetris 2017-03-27 13:07:29 -07:00

README.mkd

go-runewidth

Build Status Coverage Status GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013