]> granicus.if.org Git - graphviz/commitdiff
speling
authorJohn Ellson <ellson@research.att.com>
Wed, 6 Nov 2013 00:29:58 +0000 (19:29 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 6 Nov 2013 00:29:58 +0000 (19:29 -0500)
plugin/quartz/gvtextlayout_quartz.c

index 90d024224b3386618c02c01030a38d26090286a0..6761511f0d196e8730b329b55f78a56e1918c439 100644 (file)
@@ -106,7 +106,7 @@ void quartz_free_layout(void *layout)
 
 boolean quartz_textlayout(textpara_t *para, char **fontpath)
 {
-       void *line = quartz_new_layout(para->font->name, para->fonti->size, para->str);
+       void *line = quartz_new_layout(para->font->name, para->font->size, para->str);
        if (line)
        {
                /* report the layout */