Files
MonoGame.Extended/Source
lozzajpandDylan Wilson edbb0170c8 BitmapFonts now returning a "rectangle" size. (#281)
* BitmapFonts correct height and width "rectangle" measuring string.

* BitmapFonts correct height and width "rectangle" measuring string.

* MeasureString now returns "rectangle" size.

BitmapFont MeasureString() now returns the proper "rectangle" size as expected.

Fixed up LetterSpacing issue if line ends with line char.

* Renamed variables and added null check.
2016-10-28 21:34:30 +10:00
..
2016-03-12 18:19:55 -08:00
2016-09-23 00:21:49 +10:00

## How to install

See the [How to install MonoGame.Extended](https://github.com/craftworkgames/MonoGame.Extended/wiki/How-to-install-MonoGame.Extended) wiki page. 

The package comes with 2 DLLs:

 - MonoGame.Extended.dll
 - MonoGame.Extended.Content.Pipeline.dll
 
The `MonoGame.Extended.Content.Pipeline.dll` is intended to be used with the [Pipeline tool](http://www.monogame.net/documentation/?page=Pipeline). 
To reference the DLL in the Pipeline tool please edit your `Content.mgcb` file and add a reference to it.

**Remember**: the versions need to match exactly for everything to work.