doc/classes/C64GeosFont.html in ripxplore-0.12.0 vs doc/classes/C64GeosFont.html in ripxplore-0.13.0

- old
+ new

@@ -86,24 +86,28 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000188">bitstreams</a>&nbsp;&nbsp; - <a href="#M000186">bytes_in_bitstream</a>&nbsp;&nbsp; - <a href="#M000187">char_height</a>&nbsp;&nbsp; - <a href="#M000185">char_width</a>&nbsp;&nbsp; - <a href="#M000190">draw_char</a>&nbsp;&nbsp; - <a href="#M000191">draw_string</a>&nbsp;&nbsp; - <a href="#M000184">lengths</a>&nbsp;&nbsp; - <a href="#M000192">meta_data</a>&nbsp;&nbsp; + <a href="#M000192">bitstreams</a>&nbsp;&nbsp; + <a href="#M000189">bytes_in_bitstream</a>&nbsp;&nbsp; + <a href="#M000190">char_height</a>&nbsp;&nbsp; + <a href="#M000188">char_width</a>&nbsp;&nbsp; + <a href="#M000194">draw_char</a>&nbsp;&nbsp; + <a href="#M000195">draw_string</a>&nbsp;&nbsp; + <a href="#M000182">font_format</a>&nbsp;&nbsp; + <a href="#M000187">lengths</a>&nbsp;&nbsp; + <a href="#M000191">line_of_print</a>&nbsp;&nbsp; + <a href="#M000196">meta_data</a>&nbsp;&nbsp; + <a href="#M000183">normalised_font_name</a>&nbsp;&nbsp; <a href="#M000181">picture_format</a>&nbsp;&nbsp; <a href="#M000180">picture_height</a>&nbsp;&nbsp; <a href="#M000179">picture_width</a>&nbsp;&nbsp; - <a href="#M000182">point_ids</a>&nbsp;&nbsp; - <a href="#M000183">point_sizes</a>&nbsp;&nbsp; - <a href="#M000189">to_picture</a>&nbsp;&nbsp; + <a href="#M000185">point_ids</a>&nbsp;&nbsp; + <a href="#M000186">point_sizes</a>&nbsp;&nbsp; + <a href="#M000184">to_font</a>&nbsp;&nbsp; + <a href="#M000193">to_picture</a>&nbsp;&nbsp; </div> </div> </div> @@ -139,115 +143,157 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000188" class="method-detail"> - <a name="M000188"></a> + <div id="method-M000192" class="method-detail"> + <a name="M000192"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000188.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000188.html');return false;"> + <a href="C64GeosFont.src/M000192.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000192.html');return false;"> <span class="method-name">bitstreams</span><span class="method-args">(point_size,char)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000186" class="method-detail"> - <a name="M000186"></a> + <div id="method-M000189" class="method-detail"> + <a name="M000189"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000186.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000186.html');return false;"> + <a href="C64GeosFont.src/M000189.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000189.html');return false;"> <span class="method-name">bytes_in_bitstream</span><span class="method-args">(point_size)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000187" class="method-detail"> - <a name="M000187"></a> + <div id="method-M000190" class="method-detail"> + <a name="M000190"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000187.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000187.html');return false;"> + <a href="C64GeosFont.src/M000190.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000190.html');return false;"> <span class="method-name">char_height</span><span class="method-args">(point_size)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000185" class="method-detail"> - <a name="M000185"></a> + <div id="method-M000188" class="method-detail"> + <a name="M000188"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000185.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000185.html');return false;"> + <a href="C64GeosFont.src/M000188.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000188.html');return false;"> <span class="method-name">char_width</span><span class="method-args">(point_size,char)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000190" class="method-detail"> - <a name="M000190"></a> + <div id="method-M000194" class="method-detail"> + <a name="M000194"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000190.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000190.html');return false;"> + <a href="C64GeosFont.src/M000194.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000194.html');return false;"> <span class="method-name">draw_char</span><span class="method-args">(canvas,point_size,char,x,y,colour)</span> </a> </div> <div class="method-description"> </div> </div> + <div id="method-M000195" class="method-detail"> + <a name="M000195"></a> + + <div class="method-heading"> + <a href="C64GeosFont.src/M000195.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000195.html');return false;"> + <span class="method-name">draw_string</span><span class="method-args">(canvas,point_size,string,start_x,start_y,colour)</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000182" class="method-detail"> + <a name="M000182"></a> + + <div class="method-heading"> + <a href="C64GeosFont.src/M000182.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000182.html');return false;"> + <span class="method-name">font_format</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + + <div id="method-M000187" class="method-detail"> + <a name="M000187"></a> + + <div class="method-heading"> + <a href="C64GeosFont.src/M000187.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000187.html');return false;"> + <span class="method-name">lengths</span><span class="method-args">()</span> + </a> + </div> + + <div class="method-description"> + </div> + </div> + <div id="method-M000191" class="method-detail"> <a name="M000191"></a> <div class="method-heading"> <a href="C64GeosFont.src/M000191.html" target="Code" class="method-signature" onclick="popupCode('C64GeosFont.src/M000191.html');return false;"> - <span class="method-name">draw_string</span><span class="method-args">(canvas,point_size,string,start_x,start_y,colour)</span> + <span class="method-name">line_of_print</span><span class="method-args">(point_size)</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000184" class="method-detail"> - <a name="M000184"></a> + <div id="method-M000196" class="method-detail"> + <a name="M000196"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000184.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000184.html');return false;"> - <span class="method-name">lengths</span><span class="method-args">()</span> + <a href="C64GeosFont.src/M000196.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000196.html');return false;"> + <span class="method-name">meta_data</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000192" class="method-detail"> - <a name="M000192"></a> + <div id="method-M000183" class="method-detail"> + <a name="M000183"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000192.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000192.html');return false;"> - <span class="method-name">meta_data</span><span class="method-args">()</span> + <a href="C64GeosFont.src/M000183.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000183.html');return false;"> + <span class="method-name">normalised_font_name</span><span class="method-args">(point_size=point_sizes.last)</span> </a> </div> <div class="method-description"> </div> @@ -293,43 +339,60 @@ <div class="method-description"> </div> </div> - <div id="method-M000182" class="method-detail"> - <a name="M000182"></a> + <div id="method-M000185" class="method-detail"> + <a name="M000185"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000182.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000182.html');return false;"> + <a href="C64GeosFont.src/M000185.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000185.html');return false;"> <span class="method-name">point_ids</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000183" class="method-detail"> - <a name="M000183"></a> + <div id="method-M000186" class="method-detail"> + <a name="M000186"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000183.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000183.html');return false;"> + <a href="C64GeosFont.src/M000186.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000186.html');return false;"> <span class="method-name">point_sizes</span><span class="method-args">()</span> </a> </div> <div class="method-description"> </div> </div> - <div id="method-M000189" class="method-detail"> - <a name="M000189"></a> + <div id="method-M000184" class="method-detail"> + <a name="M000184"></a> <div class="method-heading"> - <a href="C64GeosFont.src/M000189.html" target="Code" class="method-signature" - onclick="popupCode('C64GeosFont.src/M000189.html');return false;"> + <a href="C64GeosFont.src/M000184.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000184.html');return false;"> + <span class="method-name">to_font</span><span class="method-args">(point_size=point_sizes.last)</span> + </a> + </div> + + <div class="method-description"> + <p> +export font in Glyph Bitmap Distribution Format (BDF) +</p> + </div> + </div> + + <div id="method-M000193" class="method-detail"> + <a name="M000193"></a> + + <div class="method-heading"> + <a href="C64GeosFont.src/M000193.html" target="Code" class="method-signature" + onclick="popupCode('C64GeosFont.src/M000193.html');return false;"> <span class="method-name">to_picture</span><span class="method-args">()</span> </a> </div> <div class="method-description"> \ No newline at end of file