mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Added the ability to change fonts and font styles
This commit is contained in:
parent
f872c52893
commit
84381d75eb
7 changed files with 158 additions and 31 deletions
|
|
@ -31,6 +31,56 @@
|
|||
<item>material</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="font_options">
|
||||
<item>System</item>
|
||||
<item>Casual</item>
|
||||
<item>Cursive</item>
|
||||
<item>Monospace</item>
|
||||
<item>Sans Serif</item>
|
||||
<item>Sans Serif Black</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>
|
||||
</string-array>
|
||||
|
||||
<string-array name="font_values">
|
||||
<item>system</item>
|
||||
<item>casual</item>
|
||||
<item>cursive</item>
|
||||
<item>monospace</item>
|
||||
<item>sans-serif</item>
|
||||
<item>sans-serif-black</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>
|
||||
</string-array>
|
||||
|
||||
<string-array name="style_options">
|
||||
<item>Normal</item>
|
||||
<item>Bold</item>
|
||||
<item>Italic</item>
|
||||
<item>Bold-Italic</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="style_values">
|
||||
<item>normal</item>
|
||||
<item>bold</item>
|
||||
<item>italic</item>
|
||||
<item>bold-italic</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="animation_options">
|
||||
<item>0.25x</item>
|
||||
<item>0.5x</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue