dataarts / dat.guiVR

A flexible graphical user interface for changing variables within WebVR.
https://workshop.chromeexperiments.com/examples/guiVR/
Apache License 2.0
311 stars 50 forks source link

Increase the font size #65

Open customlogic opened 7 years ago

customlogic commented 7 years ago

I think the font should be bigger. I tried changing the value myself, but it seems to break the layout. The size value I like is: const textScale = 0.00032;

mflux commented 7 years ago

Well.. if it breaks the layout that's bad right?

customlogic commented 7 years ago

By 'breaks the layout', I just mean the vertical alignment of the text is wrong

On Tuesday, 18 October 2016, Michael Chang notifications@github.com wrote:

Well.. if it breaks the layout that's bad right?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dataarts/dat.guiVR/issues/65#issuecomment-254611456, or mute the thread https://github.com/notifications/unsubscribe-auth/ABHLpCORenvQeFCDJBCrdI4uWTtmMKYnks5q1Rw_gaJpZM4KaIYp .

customlogic commented 7 years ago

bandicam 2016-10-18 14-48-32-952

mflux commented 7 years ago

That's correct.. we'd have to adjust all the layouts individually. I kind of don't want to do that.

customlogic commented 7 years ago

can you set it up to always vertically center the text, no matter what the height?