<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, May 24, 2016 at 7:18 PM Dave Crossland <<a href="mailto:dave@lab6.com">dave@lab6.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 23 May 2016 at 18:52, Yash Agarwal <span dir="ltr"><<a href="mailto:agrwal.ysh94@gmail.com" target="_blank">agrwal.ysh94@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><ul><li><span style="line-height:1.5">Dave, Eli could you guys make a UI mock for the character map,  so that I can build it tomorrow</span></li></ul></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I think the current plan is for a horizontal bar along the top, like in Eli's HTML mock:</div><div><br></div><div><a href="https://sugarlabs.github.io/edit-fonts-activity/mockups/EditFontsMockUpJS.activity/" target="_blank">https://sugarlabs.github.io/edit-fonts-activity/mockups/EditFontsMockUpJS.activity/</a><br></div><div> </div></div></div></div></blockquote><div><br></div><div>My aim for today was to build this, but I couldn't figure out how to make the Gtk layout, Then I decided to go through this link to gain more understanding about the Gtk workings and basic fundamentals, though its for Gtk 2 it explains the fundamentals quite well</div><div><a href="http://www.pygtk.org/dist/pygtk2-tut.pdf" style="line-height:1.5">http://www.pygtk.org/dist/pygtk2-tut.pdf</a><br></div><div><br></div><div>I also found this amazing list of demos </div><div><a href="https://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos">https://git.gnome.org/browse/pygobject/tree/demos/gtk-demo/demos</a></div><div><br></div><div>apart from this I also reread the FLOSS Manual to better understand the tasks at hand. <span style="line-height:1.5">Well thats all I did Today, and I'll hope to make a working demo the character map tomorrow.</span></div><div><span style="line-height:1.5"><br></span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I think we will also need a table, like the TruFont one:</div><div><br></div><div><a href="https://sugarlabs.github.io/edit-fonts-activity/files/img/3.png" target="_blank">https://sugarlabs.github.io/edit-fonts-activity/files/img/3.png</a><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><ul><li><span style="line-height:1.5">[Regarding defcon] </span><span style="line-height:1.5">I am having a some trouble understanding the concept behind the representation factories and notifications, </span></li></ul></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Please be more specific, perhaps quoting the part of the docs you are unclear about :)</div><div><br></div><div><a href="http://ts-defcon.readthedocs.io/en/latest/concepts/representations.html" target="_blank">http://ts-defcon.readthedocs.io/en/latest/concepts/representations.html</a><br></div><div><br></div><div><a href="http://ts-defcon.readthedocs.io/en/latest/concepts/notifications.html" target="_blank">http://ts-defcon.readthedocs.io/en/latest/concepts/notifications.html</a><br></div><div><br></div><div><a href="https://en.wikipedia.org/wiki/Observer_pattern" target="_blank">https://en.wikipedia.org/wiki/Observer_pattern</a><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><span style="line-height:1.5"></span></div></div></div></div></blockquote><div>This was what I was looking for, thanks, Gtk also uses this  </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><span style="line-height:1.5"> </span><br></div></div></div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span style="line-height:19.5px">how should I implement these in the glyphRenderer Class?</span></blockquote><div> </div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I'm not sure - what does TruFont do?</div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><ul><li><span style="line-height:1.5">whats the difference between an Anchor and Point in an UFO file?  </span><br></li></ul></blockquote></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"></div><br>A point is a bezier point, part of a contour. </div><div class="gmail_extra"><br></div><div class="gmail_extra">An anchor is a 'singleton' point, used to 'snap' glyphs together using OpenType Features (GPOS/GSUB code)</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://glyphsapp.com/tutorials/diacritics" target="_blank">https://glyphsapp.com/tutorials/diacritics</a></div></div></blockquote><div><br></div><div>do we need to implement these in our activity? </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div><br></div><div><a href="https://fontforge.github.io/overview.html#Anchors" target="_blank">https://fontforge.github.io/overview.html#Anchors</a><br></div></div></div><div dir="ltr"><div class="gmail_extra"><div><br></div>-- <br><div>Cheers<br>Dave</div>
</div></div></blockquote></div></div>