<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">In my snapshot, “outlinerPreferences setGiantFonts” will do it.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 1, 2018, at 11:17 PM, Russell Allen <a href="mailto:mail@russell-allen.com" class="">mail@russell-allen.com</a> [self-interest] <<a href="mailto:self-interest@yahoogroups.com" class="">self-interest@yahoogroups.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div id="ygrp-mlmsg" style="font-size: 13px; font-family: Arial, helvetica, clean, sans-serif; caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration: none; position: relative;" class=""><div id="ygrp-msg" style="line-height: 1.22em; z-index: 1;" class=""><div id="ygrp-text" style="line-height: 1.22em; font-family: Georgia;" class=""><p style="line-height: 1.22em; margin: 0px 0px 1em;" class="">Hi Chris,</p><div class="" style="line-height: 1.22em;">The object you changed was the prototype fontSpec, not the actual font spec used in the system. Most code copies the prototype, changes to the values it wants, then uses the copy. So changing it won’t affect the system</div><div class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;"></div><div class="" style="line-height: 1.22em;">Unfortunately there isn’t a single integrated point to change font sizes yet. I was planning to work on it at some point after doing the outliner colours, but nothing yet :)</div><div class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;"></div><div class="" style="line-height: 1.22em;">I would suggest that you type ‘fontSpec’ into a shell, right click and choose “Senders”. This will show you the methods using fontSpecs. Most of them will be copying the fontSpec, changing the font and size. Try changing some of those.</div><div class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;"></div><div class="" style="line-height: 1.22em;">Cheers! Russell<br class="" style="line-height: 1.22em;"><div style="line-height: 1.22em;" class=""><br class="" style="line-height: 1.22em;"><blockquote type="cite" class="" style="margin: 0px 0px 0px 4px; line-height: 1.22em;"><div class="" style="line-height: 1.22em;">On 29 Sep 2018, at 8:35 pm, notebook<span class="Apple-converted-space"> </span><a href="mailto:notebook22312@gmail.com" class="" style="line-height: 1.22em;">notebook22312@gmail.com</a><span class="Apple-converted-space"> </span>[self-interest] <<a href="mailto:self-interest@yahoogroups.com" class="" style="line-height: 1.22em;">self-interest@yahoogroups.com</a>> wrote:</div><br class="Apple-interchange-newline" style="line-height: 1.22em;"><div class="" style="line-height: 1.22em;"><div id="ygrp-mlmsg" class="" style="font-size: 13px; font-family: Arial, helvetica, clean, sans-serif; line-height: 1.22em; font-style: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><div id="ygrp-msg" class="" style="line-height: 1.22em;"><div id="ygrp-text" class="" style="line-height: 1.22em; font-family: Georgia;"><p class="" style="line-height: 1.22em; margin: 0px 0px 1em;">Hello,<br class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;">this time I'm trying to change the font size in Self.<br class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;">I've tried:<br class="" style="line-height: 1.22em;">lobby -> globals -> ui2 -> System -> Fonts -> fontSpec -> Set it to another value<br class="" style="line-height: 1.22em;">but this seems to have no effect on the world.<br class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;">In fact, the font is so small, that I cannot use self without using the ubuntu-magnifying functionality :D<br class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;">best regards<span class="Apple-converted-space" style="line-height: 1.22em;"> </span><br class="" style="line-height: 1.22em;">Chris<br class="" style="line-height: 1.22em;"><br class="" style="line-height: 1.22em;"></p></div><div class="" style="line-height: 1.22em; color: rgb(255, 255, 255); height: 0px;"></div></div></div></div></blockquote></div><br class="" style="line-height: 1.22em;"></div><div style="line-height: 1.22em; margin: 0px 0px 1em;" class=""><br class="webkit-block-placeholder"></div></div><div style="line-height: 1.22em; color: rgb(255, 255, 255); height: 0px;" class=""></div></div></blockquote></div><br class=""></body></html>