Standalone text engine for Android aimed to be free from platform limitations
Last updated Aug 11, 2025
92
Stars
17
Forks
2
Issues
0
Stars/day
Attention Score
22
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Tehreer-Android
Tehreer is a library which gives full control over following text related technologies.
- Bidirectional Algorithm
- OpenType Shaping Engine
- Text Typesetting
- Text / Glyph Rendering
Screenshots
Installation
If you are building with Gradle, simply add the following line to thedependencies section of your build.gradle file:
implementation 'com.github.mta452:tehreer-android:3.0'
Proguard
-keepclassmembers, includedescriptorclasses class * {
native <methods>;
}
API Reference
The Javadocs are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE.License
Copyright (C) 2016-2023 Muhammad Tayyab Akram
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
๐ More in this category