<div>Dear All,</div><div><br></div><div>I&#39;d like to use font size = 0 and pass this value into cairo_t.</div><div>cairo_set_font_matrix() description says: &quot;Normally, a simple scale is used (see cairo_set_font_size()), but a more complex font matrix can be used to shear the font or stretch it unequally along the two axes&quot;</div>
<div><br></div><div>What is the difference between passing zeroed matrix into cairo_set_font_matrix() and call cairo_set_font_size(cairo, 0) ?</div><div>As I understand both of them should work but in the first case cairo status becomes invalid (invalid matrix), in the second one everything is ok. </div>
<div><br></div><div>What is wrong with passing zeroed matrix here? Is it a bug or natural behavior?</div><div><br></div><div>Regards,</div><div>Kamil Blank</div><div><br></div>