s3d_draw_string(3) debian man page | unix.com

Man Page: s3d_draw_string

Operating Environment: debian

Section: 3

S3D_DRAW_STRING(3)						    s3d Manual							S3D_DRAW_STRING(3)

NAME
s3d_draw_string - draw a simple string
SYNOPSIS
#include <s3d.h> int s3d_draw_string(const char *str, float *xlen);
DESCRIPTION
Renders the string str with in Truetype format with the height 1, returns the length of the rendered string in *xlen (or set len=NULL to disable this). char str="hello world!"; float len; s3d_select_font("vera"); s3d_draw_string(str, len); // not interested in the length? do that: s3d_draw_string(str, NULL);
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_DRAW_STRING(3)
Related Man Pages
ne_buffer_concat(3) - redhat
ne_buffer_zappend(3) - redhat
ne_buffer_concat(3) - debian
ne_buffer_concat(3) - centos
ne_buffer_append(3) - centos
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph