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

add fonts to related language addons #190

Open
wants to merge 2 commits into
base: nexus
Choose a base branch
from

Commits on Sep 5, 2022

  1. add fonts to related language addons

    This adds some TTF files in order to have the corresponding character type for upcoming changes in Kodi in the respective language.
    
    The background is that Kodi does not support the characters in very many languages and could only be fixed in a few using "Arial.ttf".
    Think about relocating it here, as it is needed in the respective language and so as not to flood Kodi when everyone was in it.
    AlwinEsch committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    ddfe33d View commit details
    Browse the repository at this point in the history
  2. add font addons to allow other styles

    With here are 3 font addons added:
    - resource.font.active Fonts to active used characters
    - resource.font.excluded Fonts to no more active charactes on world
    - resource.font.limited Fonts to active, but with less usage
    - resource.font.coloremoji Font about colored emoji's
    AlwinEsch committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    857fe4d View commit details
    Browse the repository at this point in the history