Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRenderContext::draw_text should take a baseline point, not a bounding rect #156
Comments
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Azure uses the baseline as the origin for drawing fonts. Some code (
Font::draw_to_context()or DisplayItem::draw_to_context) other than theRenderContext` should consult the font's metrics to supply the correct origin point.