Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.765 Times

Fontsize software
Filter: All | Freeware | Demo
 

Fontsize

1 2 > 
Added: July 08, 2013 | Visits: 418

In-your-face message greeting for Graphics and Animations This script allows you to give your surfers a unique and warm welcome when they enter your site.The idea behind this script is actually quite simple- By using dynamic content and fontsize manipulation, was created a text that appears to "zoom-in" and expand, by continuously refreshing the text so... Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (42): In-your-face message greeting for Graphics and Animations Download

Added: September 09, 2013 | Visits: 364

subtri [Fs,Vs]=subtri(F,V,n)Sub-triangulates the triangles defined by the patch format data F (faces) and V (vertices). Can be used to increase the density of triangulated data or to triangulate the icosahedron to create geodesic sphere triangulations with desired density.Creates n addition points on... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): subtri Download

Added: March 22, 2013 | Visits: 493

ind2patch This function generates patch data (faces d-deDUFd-deDt, vertices d-deDUVd-deDt and color data d-deDUCd-deDt) for 3D images. The patches are only generated for the voxels specified by the linear indices in d-deDUINDd-deDt. The variable d-deDUptyped-deDt indicatesthe type of patch:d-de?vd-deOao... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): ind2patch Download

Added: July 18, 2013 | Visits: 421

GETINUNITS Have you ever created an object for your GUI using Normalized units, but wanted to get its position in Points to line up a text object according to the font size? Instead of SETting the Units property to Points, GETting the Position, and SETting the Units back to Normalized, just use... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): GETINUNITS Download

Added: July 19, 2013 | Visits: 268

ConvertPlot4Publication ConvertPlot4Publication - This function formats figures and outputs files for a publicationThis function formats a figure in a way that they are ready for apublication, i.e. width and height of the figure, textsize, textfont, alignment ofsubplots and backcolor and finally saves this figure in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (52): ConvertPlot4Publication Download

Added: May 16, 2013 | Visits: 552

Bezier Curve Function This function constructs a Bezier curve from given control points. P is a vector of control points. N is the number of points to calculate.Example:P = [0 0; 1 1; 2 5; 5 -1];x = (0:0.0001:5);y = BezierCurve(length(x), P);plot(x, y, P(:, 1), P(:, 2), 'x-', 'LineWidth', 2); set(gca, 'FontSize', 16) Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Bezier Curve Function Download

Added: April 09, 2013 | Visits: 278

Make Pretty (Publishable) Graphs Easily Create Publishable Ready Figures. Change Font Size, Line Width and Background Color. Makes all Axis Labels the same Precision.Great used with export_fig, but even on its own it makes great looking figures. Easily make a set of consistent figures for reports, publications, or other... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Make Pretty (Publishable) Graphs Download

Added: April 23, 2013 | Visits: 200

ButtonGroup Objects The ButtonGroup controls require the GUI Layout Toolbox by Ben Tordoff and DavidSampson available at:http://www.mathworks.com/matlabcentral/fil...-layout-toolboxThe controls in this submissionshould be placed in the +uiextras folder in the GUI Layout Toolbox or in another folder called +uiextras... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): ButtonGroup Objects Download

Added: May 12, 2013 | Visits: 262

resize_legend Changes LEGEND fontsize while maintaining proper alignment between the legend's text strings and line symbols.Example: Double the fontsizehLeg = legend(h,'string1','string2',...);resize_legend(hLeg, 2);See graphics snapshot below for a DEMO. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): resize_legend Download

Added: January 18, 2010 | Visits: 1.029

PlotCalendar::Month PlotCalendar::Month is a Plot an ASCII or HTML calendar. SYNOPSIS Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar. Measurements in pixels because - well, because. It seemed simpler when I made the decision.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): PlotCalendar::Month Download

Added: January 18, 2010 | Visits: 1.740

PostScript::MailLabels PostScript::MailLabels are modules for creating PostScript files of mailing address labels. Flexible enough to tackle other printing tasks, basically anything requiring a set fields be printed on a regular grid. Also creates PostScript(tm) code for calibrating and testing mailing label... Platforms: *nix

License: Freeware Size: 41.98 KB Download (101): PostScript::MailLabels Download

Added: January 18, 2010 | Visits: 832

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window... Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: November 01, 2010 | Visits: 927

Term::GnuplotTerminals Term::GnuplotTerminals is a Perl documentation of gnuplot output devices. aed767 The aed512 and aed767 terminal drivers support AED graphics terminals. The two drivers differ only in their horizontal ranges, which are 512 and 768 pixels, respectively. Their vertical range is 575 pixels. There... Platforms: *nix

License: Freeware Size: 716.8 KB Download (92): Term::GnuplotTerminals Download

Added: October 18, 2010 | Visits: 1.385

Solaris::Disk::SVM::Graph Solaris::Disk::SVM::Graph is a Perl module for graph your Solaris Volume Manager configurations. SYNOPSIS my $graph = Solaris::Disk::SVM::Graph->new( sourcedir => path/to/dir, # path to SVM config files, # see Solaris::Disk::SVM for details fontname => fontname, fontsize => fontsize, );... Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Solaris::Disk::SVM::Graph Download

Added: August 19, 2010 | Visits: 1.018

Image::Button Image::Button is a base class for building PNG buttons using GD. SYNOPSIS use Image::Button::Rect; my $b1 = new Image::Button::Rect(text => text b1, font => newsgotn.ttf, fontsize => 20, file => b1.png); # $b2 is like $b1, but with different text and going to another file my $b2 =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Image::Button Download

Added: June 13, 2010 | Visits: 1.146

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with... Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 724

Textaizer Pro The best free text mosaic creator on the web. Limitless painting with text to create surprising photorealistic effects. With Textaizer Pro you can make great fun effects from pictures by repainting the picture from text. This is also known as ASCII art, but more versatile because you can use your... Platforms: Windows

License: Freeware Size: 2.78 MB Download (69): Textaizer Pro Download

Released: October 05, 2012  |  Added: October 05, 2012 | Visits: 390

Typeit! Typeit! is a Free Malayalam language editor, where you can type and edit documents in Malayalam. Typeit! supports five Malayalam Keyboards. They are Inscript (ISM), GIST, Malayalam Typewriter, Panchari and Varityper Phonetic keyboard Layout. Anyone who is familier with any of the above... Platforms: Windows

License: Freeware Size: 1.7 MB Download (51): Typeit! Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 458

Dynamic List XML A fully customizable dynamic list, XML driven. Here is a list of variables you can change: bigImageWidth & bigImageHeight thumbnailsWidth & thumbnailsHeight thumbTextWidth bigImagePosition = left/right scrollAreaEnabled = true/false (enable/disable automatic scrolling) scrollSpeed scrollBarColor... Platforms: Windows, Mac, Unix, Linux

License: Shareware Cost: $7.00 USD Size: 488 KB Download (43): Dynamic List XML Download

Released: December 15, 2012  |  Added: December 15, 2012 | Visits: 369

Fernsehen Fernsehen gives you easy access to the german TV program provided by TVToday. See what's currently on, look for upcoming shows, search for movies starring your favourite actor or read a short description about a movie you're not yet sure to watch. And since the widget caches all the data, you can... Platforms: Mac

License: Freeware Size: 542.72 KB Download (47): Fernsehen Download

1 2 >