<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m in agreement with what Ricardo is saying here:<div class=""><br class=""><div><blockquote type="cite" class=""><div dir="auto" class=""><div class="">I personally like it and I agree with all except the following:</div><div class=""><br class=""></div><div class="">let p = someFont.glyph("propellor")</div><div class="">let p = someFont.glyphWithName("propellor”)</div></div></blockquote><br class=""></div><div>To be more specific, this example looks good to me:</div><div><pre class="" style="color: rgb(51, 51, 51); box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; padding: 16px; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-wrap: normal; word-break: normal;">a<span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">.</span>transitionToScene(<span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">.</span>GreatHall)               <span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);">// yes</span></pre><div class=""><br class=""></div></div><div>but this one:</div><div><div style="margin: 0px; line-height: normal; font-family: Menlo;" class=""><pre class="" style="color: rgb(51, 51, 51); box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 14px; margin-top: 0px; margin-bottom: 0px; line-height: 1.45; padding: 16px; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-wrap: normal; word-break: normal;"><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">let</span> p <span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">=</span> someFont<span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93);">.</span>glyph(<span class="pl-s" style="box-sizing: border-box; color: rgb(24, 54, 145);"><span class="pl-pds" style="box-sizing: border-box;">"</span>propellor<span class="pl-pds" style="box-sizing: border-box;">"</span></span>)           <span class="pl-c" style="box-sizing: border-box; color: rgb(150, 152, 150);">// yes</span></pre><div class=""><br class=""></div></div></div><div>somehow doesn’t. &nbsp;Maybe because it reads more like subscripting a dictionary. &nbsp;As a result, I think this second example kind of detracts from this section of the guidelines.</div><div><br class=""></div><div>Matt &nbsp;</div><br class=""></div></body></html>