textwidth 1.0.0

Get the width of a piece of text for a font through xlib
Documentation
1
2
3
4
5
6
7
8
9
`textwidth`
===========

[![Documentation](https://docs.rs/textwidth/badge.svg)](https://docs.rs/textwidth)

A simple library to query a textwidth of a given font+size.

This is only supported on Linux and similar environments. Others are not planned
as the author does not have one. PRs welcome.