Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font fixes for various things #1703

Merged
9 commits merged into from Nov 7, 2012
Merged

Font fixes for various things #1703

9 commits merged into from Nov 7, 2012

Commits on Oct 31, 2012

  1. [fonts] make m_cellHeight actually reference the cell height, and hav…

    …e the padded version be generated by a function
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    dbd786f View commit details
    Browse the repository at this point in the history
  2. [fonts] remove unused, local m_cellWidth variable

    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    d3b11cb View commit details
    Browse the repository at this point in the history
  3. [fonts] protect against accessing memory or textures outside of their…

    … bounds - fixes xbmc#11015
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    3e3cad7 View commit details
    Browse the repository at this point in the history
  4. [fonts] no need to clamp ch->offsetY at 0 now that the real culprit i…

    …s found
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    1e2d14e View commit details
    Browse the repository at this point in the history
  5. [fonts] remove commented logging statement

    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    590498e View commit details
    Browse the repository at this point in the history
  6. [fonts] always offset by the border size, so that we get correct alig…

    …nment of font and bordered font in the cases where the border has a hight ascender. Closes xbmc#10549
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    6f229e9 View commit details
    Browse the repository at this point in the history
  7. [fonts] rewrite the computations for m_cellHeight and m_cellBaseLine …

    …so that they ensure no truncation takes place. Fixes xbmc#11855.
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    81e4c67 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    158267e View commit details
    Browse the repository at this point in the history
  9. [fonts] make the space between characters in the texture a static con…

    …stant and reduce the gap vertically now that the truncation issues have been fixed
    Jonathan Marshall committed Oct 31, 2012
    Copy the full SHA
    a55c567 View commit details
    Browse the repository at this point in the history