Acknowledged

getFontAscent() doesn't return value in line with standard definition of a fonts ascent

According to the top answer on https://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font, the ascent is the top pixel of standard text. On the Enduro 3 (and others, based on the number of posts about the font ascent/descent on the forums), getFontAscent() returns the value from the Baseline to the "Top" (see diagrams in stackoverflow link), rather than Baseline to Ascent. This is confusing, the api should follow the standard meaning of "ascent", or change the function name to "getFontTop" or something