{"id":29585666,"url":"https://github.com/hendrixstring/starling-bidi-textfield","last_synced_at":"2026-02-04T08:42:16.843Z","repository":{"id":88706119,"uuid":"30990900","full_name":"HendrixString/Starling-Bidi-TextField","owner":"HendrixString","description":"Bidirectional(RTL languages) Bitmap Font TextField control for Starling","archived":false,"fork":false,"pushed_at":"2016-02-22T08:11:06.000Z","size":676,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-02-27T11:27:06.933Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HendrixString.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T22:38:32.000Z","updated_at":"2023-05-06T08:15:52.559Z","dependencies_parsed_at":"2023-05-06T08:15:45.547Z","dependency_job_id":null,"html_url":"https://github.com/HendrixString/Starling-Bidi-TextField","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/HendrixString/Starling-Bidi-TextField","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2FStarling-Bidi-TextField","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2FStarling-Bidi-TextField/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2FStarling-Bidi-TextField/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2FStarling-Bidi-TextField/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HendrixString","download_url":"https://codeload.github.com/HendrixString/Starling-Bidi-TextField/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HendrixString%2FStarling-Bidi-TextField/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266057347,"owners_count":23870131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-20T02:16:29.450Z","updated_at":"2026-02-04T08:42:16.790Z","avatar_url":"https://github.com/HendrixString.png","language":"ActionScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Starling-Bidi-TextField\nBidirectional Bitmap Font TextField control for Starling\n\n## How to use\nsimply fork or download the project, you can also download the binary itself and link it\nto your project, or import to your IDE of choice such as `Flash Builder 4.7`. requires `Starling` framework.\n\n## Features\n- now you can use Bidirectional text with bitmap fonts in stage3d.\n- full implementation of the `UNICODE BIDIRECTIONAL ALGORITHM` revision 31.\n- supports text truncation.\n- supports text truncation.\n\n## Guide\n\n```actionscript\n[Embed(source=\"assets/fonts/bf/arr.fnt\", mimeType=\"application/octet-stream\")]\npublic static const FontXml:Class;\n\n[Embed(source = \"assets/fonts/bf/arr_0.png\")]\npublic static const FontTexture:Class;\n\nprotected function init(): void\n{\n  var text:String           = 'טקסט בשפה עברית. טקסט בשפה עברית 12345 טקסט בשפה אנגלית hello world שלום עולם';\n  \n  var texture:  Texture     = Texture.fromBitmap(new FontTexture(), false);\n  var xml:      XML         = XML(new FontXml());\n  \n  BidiTextField.registerBitmapFont(new BidiBitmapFont(texture,xml), \"ArialBD\");\n  \n  var tfBidi: BidiTextField = new BidiTextField(1, 1, \"\", \"ArialBD\");\n  tfBidi.fontSize           = 20;\n  tfBidi.isTrancted         = true;\n  tfBidi.bidiLevel          = 1;\n  tfBidi.color              = 0x00;\n  tfBidi.hAlign             = HAlign.RIGHT;\n  tfBidi.vAlign             = VAlign.TOP;\n  tfBidi.width              = width;\n  tfBidi.height             = 200;\n\n  tfBidi.text               = text;\n  \n  addChild(tfBidi);\n}\n\n```\n\n### Dependencies\n* [`Starling-Framework`](https://github.com/Gamua/Starling-Framework)\n\n### Terms\n* completely free source code. [Apache License, Version 2.0.](http://www.apache.org/licenses/LICENSE-2.0)\n* if you like it -\u003e star or share it with others\n\n### Contact Author\n* [tomer.shalev@gmail.com](tomer.shalev@gmail.com)\n* [Google+ TomershalevMan](https://plus.google.com/+TomershalevMan/about)\n* [Facebook - HendrixString](https://www.facebook.com/HendrixString)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrixstring%2Fstarling-bidi-textfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhendrixstring%2Fstarling-bidi-textfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhendrixstring%2Fstarling-bidi-textfield/lists"}