Difference between revisions of "WrapText"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=WrapText |Short description=WrapText.c - naive, greedy, but flexible text wrapping function |Full description=WrapText.c is a simple text wrapping function. It supp...")
 
(No version changes)
Line 3: Line 3:
 
|Short description=WrapText.c - naive, greedy, but flexible text wrapping function
 
|Short description=WrapText.c - naive, greedy, but flexible text wrapping function
 
|Full description=WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.
 
|Full description=WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.
 +
|Homepage URL=http://mdhenderson.com/wraptext
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://mdhenderson.com/wraptext
 
|VCS checkout command=
 
 
|Computer languages=C,C++
 
|Computer languages=C,C++
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=text,wrap
 
|Keywords=text,wrap
|Is GNU=n
+
|Version identifier=1
|Last review by=Mike Henderson
 
|Last review date=2006-08-23
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Version identifier=NO_VERSION_DATA
 
 
|Version date=1970-01-01
 
|Version date=1970-01-01
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://mdhenderson.com/wraptext/WrapText.c
 
|Version download=http://mdhenderson.com/wraptext/WrapText.c
 +
|Version comment=1
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/01/03
 +
|Submitted by=Database conversion
 +
|Submitted date=2011-04-01
 +
|Status=
 +
|Is GNU=No
 +
|License verified date=2006-08-23
 +
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Ted Teah
 
|License verified date=2006-08-23
 
|License verified date=2006-08-23
|Version comment=NO_VERSION_DATA
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Mike Henderson
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Mike Henderson
 
 
|Email=shxen@yahoo.com
 
|Email=shxen@yahoo.com
 
|Resource URL=
 
|Resource URL=
Line 41: Line 38:
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Library=c
 
 
|Use=library
 
|Use=library
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Ted Teah
 
|License verified date=2006-08-23
 
}}
 

Revision as of 21:05, 3 January 2017


[edit]

WrapText.c

http://web.archive.org/web/20100202153412/http://mdhenderson.com/wraptext
naive, greedy, but flexible text wrapping function

WrapText.c is a simple text wrapping function. It supports a maximum line width and two prefix strings. One for the first line and another for the remaining lines. It uses a naive, greedy to fit the most words possible on the current line. If a word is too large for any line, it gets stuffed on a line by itself.





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

1 March 2017




Leaders and contributors

Contact(s)Role
Michael D Henderson Maintainer


Resources and communication

Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.