View Single Post
Old 07-04-2013, 10:21 PM   #58
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
PeterT's Avatar
 
Posts: 12,160
Karma: 73448616
Join Date: Nov 2007
Location: Toronto
Device: Nexus 7, Clara, Touch, Tolino EPOS
Quote:
Originally Posted by buffaloseven View Post
So then the question is where exactly do they store the list of font names that can use advanced settings? If we can find that (hopefully it's compiled in a binary) then we could add our own fonts.
Well the only occurence of the string Delima is in libnickel.so.1.0.0 and appears in a list of the following
Code:
Amasis
Avenir Next
Caecilia
Delima
Felbridge
Gill Sans
Kobo Nickel
Malabar
Rockwell
Times New Roman
Arial
Trebuchet MS
Calibri
Cambria
Constantia
Lucida Sans
Palatino
Tahoma
DFKai-SB
KaiTi
Meiryo
MS P????
MS P??
MS Gothic
MS PGothic
MS UI Gothic
MS Mincho
MS PMincho
SimHei
Immediately before this list of font names is the string void FontManager::scanForFonts(QString, QStringList).

SimHei, KaiTi, Meiryo, DFKai-SB, MS Mincho, MS PMincho all appear to be valid font names.
PeterT is offline   Reply With Quote