After I added a symbol to my font I changed the sprite's top padding to align it in the text. However, the font symbol was not updated because it caches the value (BMSymbo.cs line 74) and is not marked as dirty. This is a minor issue and is easy to work around by reassigning the sprite to the symbol but I thought I'd report it.