-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Android FontMetrics | ||
An Android app for measuring and testing FontMetrics | ||
|
||
![App preview](/Xi2UG.png?raw=true) | ||
|
||
This app was originally created and used for these Stack Overflow questions: | ||
|
||
- http://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font | ||
- http://stackoverflow.com/a/42091739/ | ||
|
||
I decided to put the project on GitHub to make it easier to experiment with, and also so that other people will improve it. | ||
|
||
## TODO | ||
|
||
If you want to help, here are some improvements that are needed: | ||
- Hide the keyboard after clicking the update button. | ||
- Improve the layout to work on different sized devices. I'm guessing it may clip some views for small devices or in landscape orientation. | ||
- Add a few custom (free) fonts and add an option to select different fonts. |