Save Font Names 1.1

Post Reply
User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Save Font Names 1.1

Post by rbytes »

The program now displays the number of font files found. This info is also saved at the end of the font name file.

Code: Select all

''
Save Font Names 1.1
by rbytes, September 2017
''
l = #.fontlist() 'returns list of installed fonts as an array l.
f = "Fontnames.txt"
t="Total fonts: "+#.size(l,1)
#.writelines(f,l).   ' write the font names from the array
#.writeline(f,t).    ' write the number of fonts found
#.output("Done"+#.lf+t)
The only thing that gets me down is gravity...

Post Reply