mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Improved font selection
This commit is contained in:
parent
fb650bf5ee
commit
2dc161e080
11 changed files with 323 additions and 16 deletions
|
|
@ -33,38 +33,40 @@
|
|||
|
||||
<string-array name="font_options">
|
||||
<item>System</item>
|
||||
<item>Arbutus</item>
|
||||
<item>Casual</item>
|
||||
<item>Cursive</item>
|
||||
<item>Monospace</item>
|
||||
<item>Sans Serif</item>
|
||||
<item>Sans Serif Black</item>
|
||||
<item>Sans Serif Light</item>
|
||||
<item>Sans Serif Thin</item>
|
||||
<item>Sans Serif Condensed</item>
|
||||
<item>Sans Serif Condensed Light</item>
|
||||
<item>Sans Serif Condensed Medium</item>
|
||||
<item>Sans Serif Light</item>
|
||||
<item>Sans Serif Medium</item>
|
||||
<item>Sans Serif Smallcaps</item>
|
||||
<item>Sans Serif Thin</item>
|
||||
<item>Serif</item>
|
||||
<item>Serif Monospace</item>
|
||||
<item>Ubuntu</item>
|
||||
<item>Ubuntu Light</item>
|
||||
<item>Ubuntu Condensed Regular</item>
|
||||
<item>Workbench</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="font_values">
|
||||
<item>system</item>
|
||||
<item>arbutus</item>
|
||||
<item>casual</item>
|
||||
<item>cursive</item>
|
||||
<item>monospace</item>
|
||||
<item>sans-serif</item>
|
||||
<item>sans-serif-black</item>
|
||||
<item>sans-serif-light</item>
|
||||
<item>sans-serif-thin</item>
|
||||
<item>sans-serif-condensed</item>
|
||||
<item>sans-serif-condensed-light</item>
|
||||
<item>sans-serif-condensed-medium</item>
|
||||
<item>sans-serif-light</item>
|
||||
<item>sans-serif-medium</item>
|
||||
<item>sans-serif-smallcaps</item>
|
||||
<item>sans-serif-thin</item>
|
||||
<item>serif</item>
|
||||
<item>serif-monospace</item>
|
||||
<item>ubuntu</item>
|
||||
<item>ubuntu_light</item>
|
||||
<item>ubuntu_condensed_regular</item>
|
||||
<item>workbench</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="style_options">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue