Regenerate `DefaultTexFont.xml`, update fonts
See original GitHub issueWhile working on #70, I found that our TTF files seem to not correspond to our font metrics. I think that we should get both TTF and TFM files from some consistent source and regenerate the DefaultTexFont.xml
data.
Don’t forget to publish all the scripts and clarify the documentation.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Add a font as an XML resource
Add a font as an XML resource · Right-click the res folder and go to New > Android resource directory. The New Resource...
Read more >How to Restore Default Font Settings in Windows
1: Restore Default Font Settings in File or Windows Explorer Open File or Windows Explorer and go to C:\Windows\Fonts. Click on Font settings....
Read more >How can I revert my Android phone to its very default font?
Go to /system/fonts and paste the fonts there with actual names (Roboto light, and so on). You will be asked if you wish...
Read more >How To Change The Font In An XML Document
The first step is to open the XML document in the text editor. Next, locate the section of text that you wish to...
Read more >How to restore back default/stock android font
Update : · 1. Go to UOT kitchen · 2. Navigate to “Fonts” tab and click on “use this mod”. After that select...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm. Could do on-the-fly extraction as much as possible, and then fill in the remaining data from a (much smaller) XML/JSON file? But yeah, have a closer look first. Maybe it’s all there.
We should take a look at the https://github.com/himamis/ReTeX project. It looks like its auhors have replaced the original format with something less complicated. The metrics inside
<FontDescriptions>
look autogenerated.