Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] large font sizes for banners #241

Open
gbdomubpkm opened this issue Nov 11, 2024 · 2 comments
Open

[feature request] large font sizes for banners #241

gbdomubpkm opened this issue Nov 11, 2024 · 2 comments

Comments

@gbdomubpkm
Copy link

Hello.

I would like to be able to edit, center and save simple banners in landscape mode.

For this, I think that a choice of much larger font sizes would be sufficient (or a slider to choose large font sizes).

Thanks

@hotlittlewhitedog
Copy link

hotlittlewhitedog commented Nov 20, 2024

@billthefarmer
Hi, I also need to have larger font sizes because I can't really speak with a deaf person. So I write on my smartphone.
Your app should add the size in dp/px, not "normal, small, large". Something like this:
Thanks a lot 👍

<string-array name="FONT_SIZE_VALUES_ARRAY" translatable="false">
        <item>5</item>
        <item>6</item>
        <item>7</item>
        <item>8</item>
        <item>9</item>
        <item>10</item>
        <item>11</item>
        <item>12</item>
        <item>14</item>
        <item>16</item>
        <item>18</item>
        <item>20</item>
        <item>22</item>
        <item>24</item>
        <item>26</item>
        <item>28</item>
        <item>30</item>
        <item>32</item>
        <item>34</item>
        <item>36</item>
        <item>38</item>
        <item>40</item>
        <item>42</item>
        <item>44</item>
        <item>45</item>
        <item>46</item>
        <item>48</item>
        <item>50</item>
        <item>52</item>
        <item>54</item>
        <item>56</item>
        <item>58</item>
        <item>60</item>
</string-array>

@billthefarmer
Copy link
Owner

If you want features like this, use my Notes app. This is a simple text editor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants