{"id":19889988,"url":"https://github.com/tehreer/tehreer-android","last_synced_at":"2025-08-12T16:11:41.993Z","repository":{"id":45753165,"uuid":"68520755","full_name":"Tehreer/Tehreer-Android","owner":"Tehreer","description":"Standalone text engine for Android aimed to be free from platform limitations","archived":false,"fork":false,"pushed_at":"2023-06-17T19:30:10.000Z","size":33760,"stargazers_count":93,"open_issues_count":2,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-04T05:40:27.879Z","etag":null,"topics":["android","android-library","bidi","fonts","freetype","glyph-rendering","harfbuzz","jni-wrapper","opentype","opentype-features","sheenbidi","sheenfigure","text-layout","text-rendering","text-shaping","typography","uax-24","uax-9","unicode","variable-fonts"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tehreer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-18T12:41:08.000Z","updated_at":"2025-07-28T04:21:35.000Z","dependencies_parsed_at":"2024-01-13T03:22:15.807Z","dependency_job_id":null,"html_url":"https://github.com/Tehreer/Tehreer-Android","commit_stats":null,"previous_names":["mta452/tehreer-android"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Tehreer/Tehreer-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehreer%2FTehreer-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehreer%2FTehreer-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehreer%2FTehreer-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehreer%2FTehreer-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tehreer","download_url":"https://codeload.github.com/Tehreer/Tehreer-Android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tehreer%2FTehreer-Android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270093097,"owners_count":24525556,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","android-library","bidi","fonts","freetype","glyph-rendering","harfbuzz","jni-wrapper","opentype","opentype-features","sheenbidi","sheenfigure","text-layout","text-rendering","text-shaping","typography","uax-24","uax-9","unicode","variable-fonts"],"created_at":"2024-11-12T18:12:37.890Z","updated_at":"2025-08-12T16:11:41.941Z","avatar_url":"https://github.com/Tehreer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tehreer-Android\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Maven Central](https://img.shields.io/maven-central/v/com.github.mta452/tehreer-android.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.github.mta452%22%20AND%20a%3A%22tehreer-android%22)\n[![Continuous Integration](https://github.com/Tehreer/Tehreer-Android/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Tehreer/Tehreer-Android)\n[![Codecov](https://codecov.io/gh/Tehreer/Tehreer-Android/branch/develop/graph/badge.svg)](https://codecov.io/gh/Tehreer/Tehreer-Android)\n\nTehreer is a library which gives full control over following text related technologies.\n\n* Bidirectional Algorithm\n* OpenType Shaping Engine\n* Text Typesetting\n* Text / Glyph Rendering\n\nIt is a wrapper over C libraries, [FreeType](https://www.freetype.org), [SheenBidi](https://github.com/Tehreer/SheenBidi) and [HarfBuzz](https://github.com/harfbuzz/harfbuzz). So a part of the library has been written in JNI in order to access the functionality of said libraries.\n\n## Screenshots\n\u003cimg src=\"./screenshots/001.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/002.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/003.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/004.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/005.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/006.png\" width=\"170\"\u003e \u003cimg src=\"./screenshots/007.png\" width=\"170\"\u003e\n\n## Installation\nIf you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:\n\n```groovy\nimplementation 'com.github.mta452:tehreer-android:3.0'\n```\n\n## Proguard\n```\n-keepclassmembers, includedescriptorclasses class * {\n    native \u003cmethods\u003e;\n}\n```\n\n## API Reference\nThe [Javadocs](https://tehreer.github.io/Tehreer-Android/apidocs/) are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE.\n\n## License\n```\nCopyright (C) 2016-2023 Muhammad Tayyab Akram\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n  http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehreer%2Ftehreer-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftehreer%2Ftehreer-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftehreer%2Ftehreer-android/lists"}