<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bug-reports</title><link href="https://sourceforge.net/p/cairoada/bug-reports/" rel="alternate"/><link href="https://sourceforge.net/p/cairoada/bug-reports/feed.atom" rel="self"/><id>https://sourceforge.net/p/cairoada/bug-reports/</id><updated>2011-01-09T18:09:06Z</updated><subtitle>Recent changes to bug-reports</subtitle><entry><title>Invalid implementation of New_Toy_Font_Face</title><link href="https://sourceforge.net/p/cairoada/bug-reports/1/" rel="alternate"/><published>2011-01-09T18:09:06Z</published><updated>2011-01-09T18:09:06Z</updated><author><name>Damien Carbonne</name><uri>https://sourceforge.net/u/dcarbonne/</uri></author><id>https://sourceforge.netc191a779814e34051d1593983a657c764d95ee3d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Bug signalled by Dmitry. A.K with this proposed solution:&lt;br /&gt;
Cairo.Font_Face.Toy:&lt;br /&gt;
function New_Toy_Font_Face&lt;br /&gt;
(Family : String;&lt;br /&gt;
Slant  : Cairo_Font_Slant;&lt;br /&gt;
Weight : Cairo_Font_Weight)&lt;br /&gt;
return Cairo_Font_Face_Handle&lt;br /&gt;
is&lt;br /&gt;
begin&lt;br /&gt;
return To_Handle&lt;br /&gt;
(cairo_toy_font_face_create (To_C (Family),&lt;br /&gt;
Slant,&lt;br /&gt;
Weight),&lt;br /&gt;
Is_Referenced =&amp;gt; True);&lt;br /&gt;
end New_Toy_Font_Face;&lt;br /&gt;
Cairo.Support:&lt;br /&gt;
function cairo_toy_font_face_create (Family : Interfaces.C.char_array;&lt;br /&gt;
Slant : Cairo.Cairo_Font_Slant; Weight : Cairo.Cairo_Font_Weight) return&lt;br /&gt;
Font_Face_Ptr;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>