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 RTL text support and fa locale #2297

Closed
wants to merge 5 commits into from
Closed

Add RTL text support and fa locale #2297

wants to merge 5 commits into from

Commits on Jul 16, 2015

  1. Add FA Locale

    Add FA (Persian) Locale
    masoudbh3 committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    4e81c35 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Add RTL Text Support

    Add RTL text support for all section of godot engine.
    for use rtl text in godot engine import a font that contains arabic
    glyphs and use that for editor font or gui font. (godot default fonts
    not contains arabic glyphs)
    masoudbh3 committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    b8e7a44 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2015

  1. Merge pull request #1 from okamstudio/master

    Update from original
    masoudbh3 committed Jul 25, 2015
    Configuration menu
    Copy the full SHA
    a357e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2015

  1. Implement Bidi Class

    Create new bidi class and use that in text rendering.
    and fix some bugs.
    masoudbh3 committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    f5e30af View commit details
    Browse the repository at this point in the history
  2. Add some fixes and some comments

    fixe earab (fatha,kasra,shada,...) positions and nsm type in start of
    paragraph problem.
    add some comment for license.
    masoudbh3 committed Aug 2, 2015
    Configuration menu
    Copy the full SHA
    1360225 View commit details
    Browse the repository at this point in the history