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

Some cleanup on Layer_Freetype #1653

Merged
merged 8 commits into from
Aug 25, 2020
Merged

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    5b1d9dd View commit details
    Browse the repository at this point in the history
  2. reduces function scope

    rodolforg committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    7ba7623 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c063f81 View commit details
    Browse the repository at this point in the history
  4. fix indentation

    rodolforg committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    ca9c51f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    056fe96 View commit details
    Browse the repository at this point in the history
  6. separate algorithm to find out the font filename from family name

    It's the old way, without fontconfig support.
    I hope I better organize it if somebody needs to add more conversions.
    rodolforg committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    3522c51 View commit details
    Browse the repository at this point in the history
  7. add TrueType Collection as supported extension via FreeType

    a last desperate way to find out the font filename without fontconfig
    rodolforg committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1e9775c View commit details
    Browse the repository at this point in the history
  8. fix indentation

    rodolforg committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    625c0ec View commit details
    Browse the repository at this point in the history