From 049964583b191f2302ff666f97ca23417b80762e Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 18 Apr 2016 20:38:14 -0400 Subject: doc: Remove obsolete texinfo files. --- doc/graphics/font.texi | 70 -------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 doc/graphics/font.texi (limited to 'doc/graphics/font.texi') diff --git a/doc/graphics/font.texi b/doc/graphics/font.texi deleted file mode 100644 index 150a74e..0000000 --- a/doc/graphics/font.texi +++ /dev/null @@ -1,70 +0,0 @@ -@node Fonts -@section Fonts - -Sly can render TTF fonts via the FTGL library. - -@anchor{2d font font-ftgl-font}@defspec font-ftgl-font -@end defspec - -@anchor{2d font font-size}@defspec font-size -@end defspec - -@anchor{2d font font?}@defspec font? -@end defspec - -@anchor{2d font make-font}@defspec make-font -@end defspec - -@anchor{2d font set-textbox-color!}@defspec set-textbox-color! -@end defspec - -@anchor{2d font set-textbox-position!}@defspec set-textbox-position! -@end defspec - -@anchor{2d font set-textbox-text!}@defspec set-textbox-text! -@end defspec - -@anchor{2d font textbox-alignment}@defspec textbox-alignment -@end defspec - -@anchor{2d font textbox-color}@defspec textbox-color -@end defspec - -@anchor{2d font textbox-font}@defspec textbox-font -@end defspec - -@anchor{2d font textbox-layout}@defspec textbox-layout -@end defspec - -@anchor{2d font textbox-line-length}@defspec textbox-line-length -@end defspec - -@anchor{2d font textbox-position}@defspec textbox-position -@end defspec - -@anchor{2d font textbox-text}@defspec textbox-text -@end defspec - -@anchor{2d font textbox?}@defspec textbox? -@end defspec - -@anchor{2d font draw-font}@defun draw-font font text -Renders the string text using the given font. - -@end defun - -@anchor{2d font draw-textbox}@defun draw-textbox textbox -Draw TEXTBOX. - -@end defun - -@anchor{2d font load-font}@defun load-font filename size -Load a font from FILENAME with the given SIZE in points. - -@end defun - -@anchor{2d font make-textbox}@defun make-textbox font text position color alignment line-length -Create a textbox that will draw TEXT with the given FONT, at vector -POSITION, with ALIGNMENT, and a maximum LINE-LENGTH. - -@end defun -- cgit v1.2.3