Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
pauldiddy
Old
(Last edited by pauldiddy; 16th May 2013 at 12:55 PM.)
#1  
pauldiddy's Avatar
Recognized Contributor - OP
Thanks Meter 1862
Posts: 1,952
Join Date: Sep 2010
Location: Karlsruhe

 
DONATE TO ME
Default Flipfonts [* 2013/05/06 font package updated *]

Hello,

I started this thread where all the flipfonts are collected because the big thread in the vibrant section was deleted.

All the fonts are apks created along to the guide I wrote (based on ritalin's work) at the second post.
Below there is a link poiting to the post where I gathered the apks I created in order to fulfill the latest requests!


Feel free to join this thread and request new flipfonts or create and share ones.Please,provide the fonts you wish to be created,if possible, or post the link to download it.


Latest requests fulfilled:
Latest Requests 05/16
Latest Requests 05/14


All my flipfonts in one package:
Download Flipfonts by PaulDiddy

ALL MY FONTS ARE COLLECTED IN A PACKAGE POSTED ABOVE.JUST DOWNLOAD IT TO GET THEM ALL.I WILL UPDATE THE PACKAGE FROM TIME TO TIME.


SPECIAL THANKS TO PPALBICKE AND SNWHTQN FOR CONTRIBUTING
The Following 145 Users Say Thank You to pauldiddy For This Useful Post: [ Click to Expand ]
 
pauldiddy
Old
(Last edited by pauldiddy; 16th May 2013 at 08:55 PM.)
#2  
pauldiddy's Avatar
Recognized Contributor - OP
Thanks Meter 1862
Posts: 1,952
Join Date: Sep 2010
Location: Karlsruhe

 
DONATE TO ME
Tutorial


What's needed?


1. Creating your ttf/Editing the Monoglyceride font with Font Creator
  • Open the downloaded "Monoglyceride.ttf" font with Font Creator
  • Open the .ttf font you want to use.
  • Make note of the number of glyphs at the bottom right side of Font Creator when you have your font selected
  • Click the Monoglyceride font window in Font Creator and choose "Edit" and then "Select all" at the top of the program
  • Hit delete on your keyboard. This should delete everything in the Monoglyceride window
  • Click "Insert" and then "Glyphs" at the top bar of the program
  • Type in the number of glyphs your font has in it and hit ok. You should now see a bunch of empty glyphs in the Monoglyceride window
  • Now switch back to your font and again hit "Edit" and then "Select all" again
  • Hit "Edit", then "Copy"
  • Swith back to the Monoglyceride window and click "Edit" and then "Select all" and then "Edit" and "Paste Special"
  • This will open up the "Paste Special" window. Put a check in every box in "Item Section" and choose "Add Mappings" in the mappings section and then click OK
  • If this worked properly you should see all of the characters and mappings from your font in the Monoglyceride.ttf window
  • Close your fonts window in Font Creator
  • Click "File" and then "Save as", rename the "Monoglyceride.ttf" with the name of your font


2. Compiling the flipfont
  • Copy the downloaded "com.monotype.android.font.monoglyceride.apk" into "place-apk-here-for-modding" folder in the Apk Tool directory
  • Run script.bat (of the Apk Tool), select the "com.monotype.android.font.monoglyceride.apk" and choose option 9 to decompile it
  • Open the decompiled folder placed in "projects" and go to "assets\fonts"
  • Delete the existing "Monoglyceride.ttf" font and copy the .ttf font you edited in Font Creator
  • Go to "assets\xml"
  • Rename the existing "Monoglyceride.xml" in the folder with the name you gave your font
  • Now open and edit this file replacing the word/name "monoglyceride" by the name you gave your new font
  • Then navigate back and open "AndroidManifest.xml" and edit this file replacing the word/name "monoglyceride" by the name you gave your new font
  • Do the same to "apktool.yml", also to "strings.xml" stored in res\values
  • Open all the 5 smali files in the folder "smali\com\monotype\android\font\monoglyceride " by using your text editor and also replace all the points where it says "monoglyceride" by the name you gave your new font
    The files are called:
    R$attr.smali
    R$drawable.smali
    R$layout.smali
    R$string.smali
    R.smali
  • Finally rename the folder "monoglyceride" (smali\com\monotype\android\font\monoglyceride) by the name you gave your new font
  • Pay attention to capitalization when renaming
  • Replace the icon.png in the drawable folder with one of your own (optional)
  • Compile apk - choose option 11.when being asked if this is a system app,enter "n" and confirm
  • Check the place-apk-here-for-modding folder and you should see "System_com.monotype.android.font.monoglyceride.ap k" along with
    the original "com.monotype.android.font.monoglyceride.apk". Rename your new apk file.
  • Sign it

The steps 1. and 2. are required to create the flipfont!

Instead of them you can try this app coded by C7M: http://forum.xda-developers.com/show....php?t=2251745. It performs all these steps in a rush, just a few clicks are needed!



Changing the font with Font Creator,e.g. make it bold,thin,italic
  • Make sure all of the glyphs of the new created font are selected
  • Go to "Tools" and then "Glyph Transformer"
  • Under "Available Features" expand the "Effects" tree
  • Select "Bold"
  • Hit "ok"
  • Save/save as your new font name


Resizing the font with Font Creator
  • Make sure all of the glyphs of the new created font are selected
  • Go to "Tools" and then "Glyph Transformer"
  • Under "Available Features" expand the "Outlines" tree
  • Select "Scale" and then you will have two variables for Outlines-Scale
  • Enter your desired values (e.g. 95.00,95.00 in order to decrease the size for 5%) and then hit "ok"
  • Save/Save as your new font name


How to resize an existing flipfont
  • Decompile the flipfont apk by apk tool
  • Go to asset\fonts and open the .ttf by Font Creator
  • Select all of the glyphs
  • Go to "Tools" and then "Glyph Transformer"
  • Under "Available Features" expand the "Outlines" tree
  • Select "Scale" and then you will have two variables for Outlines-Scale
  • Enter your desired values (e.g. 95.00,95.00 in order to decrease the size for 5%) and then hit "ok"
  • Save
  • Compile the previously decompiled apk by apk tool - choose option 11.when being asked if this is a system app,enter "n" and confirm
  • Sign the flipfont apk


thanks to ritalin,this tutorial is based on his work
Attached Files
File Type: rar Monoglyceride Font&APK.rar - [Click for QR Code] (65.5 KB, 1559 views)
The Following 47 Users Say Thank You to pauldiddy For This Useful Post: [ Click to Expand ]
 
Mull1s
Old
#3  
Mull1s's Avatar
Senior Member
Thanks Meter 27
Posts: 123
Join Date: Jul 2010
Location: Örebro
* Ubuntu
* SegoePr
* StRyde Regular (Picture)

The Following 17 Users Say Thank You to Mull1s For This Useful Post: [ Click to Expand ]
 
HTCDevil
Old
#4  
HTCDevil's Avatar
Senior Member
Thanks Meter 43
Posts: 783
Join Date: Mar 2009
Location: Caserta
Great font. I've used Antipasto from my first rom on SGS. Thanks for all others
I've modified clock font too, if someone want it
Device: Samsung GT-I9300 Galaxy S3 Pebble Blue - Android Version: 4.1.1
Radio: I9300XXDLID - Build: JRO03C.I9300XXDLJ4 - microSD: Kingston 16Gb
 
jdv1
Old
#5  
jdv1's Avatar
Member
Thanks Meter 1
Posts: 39
Join Date: Sep 2010
Location: Michigan
This is awesome, could you do Geosans in a bold ?
 
vukandric
Old
#6  
vukandric's Avatar
Senior Member
Thanks Meter 1202
Posts: 2,673
Join Date: Sep 2009
Location: Belgrade

 
DONATE TO ME
Nice thread! I must have a better look on this fonts next days...
 
flip360
Old
#7  
Senior Member
Thanks Meter 69
Posts: 384
Join Date: Dec 2009
Location: Skopje
Very Cool man Great thread!
 
PAGOT
Old
#8  
PAGOT's Avatar
Senior Member
Thanks Meter 203
Posts: 1,111
Join Date: Dec 2007

 
DONATE TO ME
Comfortaa Bold wayt to go!!!

Btw most of them you have aren't TrueType or how its called. They dont display diacritics for my language ľščťžýáí etc . Could you please edit the description :P it?

The Comfortaa Bold is very nice, I LIKE SMALL, even when small still very good readable. But when when white its kinda overlapping together. You dont have something so nice like that small as it, but a pixel more spaces in between?.
(Maybe small ubuntu, tahoma, verdana, bold :P)

And again thanks!
 
TubeShaped
Old
#9  
Senior Member
Thanks Meter 23
Posts: 259
Join Date: Oct 2010
Location: Biel
Zegoe Font from MS Zune: http://db.tt/I1Yjr3i
 
coldhandz
Old
(Last edited by coldhandz; 2nd January 2011 at 11:06 AM.) Reason: Added Image
#10  
coldhandz's Avatar
Senior Member
Thanks Meter 19
Posts: 204
Join Date: Oct 2010
Tim Burton Font
I did not make this font, just downloaded it from old thread.
Image added
Attached Thumbnails
Click image for larger version

Name:	SC20110102-110227.jpg
Views:	18136
Size:	22.4 KB
ID:	478720  
Attached Files
File Type: apk com.monotype.android.font.Burton.apk - [Click for QR Code] (24.4 KB, 2250 views)

The Following 5 Users Say Thank You to coldhandz For This Useful Post: [ Click to Expand ]
 
Post Reply+
Tags
flipfonts
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...