]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pdf/layout/layout.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / extra / pdf / layout / layout.factor
index 381d3afd15fb4f03731ee054a88a5cf3ef3add4b..5af515b73d62b4337788bd29a6941e54c8cba4d6 100644 (file)
@@ -108,7 +108,7 @@ M: p pdf-render
 
 M: p pdf-width
     [ style>> set-style ] keep
-    [ font>> ] [ string>> ] bi* string-lines
+    [ font>> ] [ string>> ] bi* lines
     [ dupd text-width ] map nip supremum ;
 
 
@@ -141,7 +141,7 @@ M: text pdf-render
 
 M: text pdf-width
     [ style>> set-style ] keep
-    [ font>> ] [ string>> ] bi* string-lines
+    [ font>> ] [ string>> ] bi* lines
     [ dupd text-width ] map nip supremum ;