Larger font on Android.
This commit is contained in:
parent
fe2dadfa1f
commit
c6a4d14f34
1
main.go
1
main.go
|
@ -75,6 +75,7 @@ func eventloop() {
|
||||||
)
|
)
|
||||||
gofont.Register()
|
gofont.Register()
|
||||||
th := material.NewTheme()
|
th := material.NewTheme()
|
||||||
|
th.TextSize = unit.Sp(fontSize)
|
||||||
gtx := &layout.Context{Queue: w.Queue()}
|
gtx := &layout.Context{Queue: w.Queue()}
|
||||||
|
|
||||||
sysinset := &layout.Inset{}
|
sysinset := &layout.Inset{}
|
||||||
|
|
|
@ -7,6 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var confDir string
|
var confDir string
|
||||||
|
var fontSize float32 = 24
|
||||||
|
|
||||||
func getConfDir() string {
|
func getConfDir() string {
|
||||||
if confDir == "" {
|
if confDir == "" {
|
||||||
|
|
|
@ -8,6 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var confDir string
|
var confDir string
|
||||||
|
var fontSize float32 = 16
|
||||||
|
|
||||||
func getConfDir() string {
|
func getConfDir() string {
|
||||||
if confDir != "" {
|
if confDir != "" {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user