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.185.378 Times

Letter Stamp Font software
Filter: All | Freeware | Demo
 

Letter Stamp Font

< 1 2 3 4 5 > 
Added: August 15, 2008 | Visits: 832

Font Mate Font Mate is a simple utility that works to view and show all the letter fonts installed on your PC in one go.Font Mate also works to show an example of each font, showing characters in each one. A useful option of this program is to be able to copy any character or combination to the clipboard,...



Platforms: Windows

License: Freeware Size: 1024 B Download (465): Font Mate Download

Added: August 24, 2008 | Visits: 1.035

Font Fitting Room Deluxe Edition Font Fitting Room is a tool that lets you view all types of letter fonts used in your PC. This way you can add other new ones or delete others quickly and simply. It is compatible with the following formats: TTF, TTC, OTF, PFM, PFB, FNT and FON.In this edition of Font Fitting Room, apart from the...





Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 2 KB Download (477): Font Fitting Room Deluxe Edition Download

Released: November 24, 2008  |  Added: November 28, 2008 | Visits: 1.952

GS1 DataBar Barcode Font The GS1 DataBar Barcode Font by IDAutomation.com includes TrueType, OpenType, PostScript and PCL fonts that support all GS1 DataBar barcodes including Omnidirectional, Limited, Stacked and Expanded types. DataBar Expanded codes in this package can encode the GTIN and may also include additional...


Platforms: Windows, Mac, *nix, Pocket PC

License: Demo Cost: $249.00 USD Size: 1.09 MB Download (168): GS1 DataBar Barcode Font Download

Released: July 01, 2009  |  Added: October 01, 2009 | Visits: 2.918

PDF Stamp Creator PDF Stamp Creator is proficient software developed to create stamp on PDF files or stamping PDF documents based on text, prefix, suffix etc. PDF Stamp Creator is fully featured stamp and watermark creator tool which allow you to make a watermark Besides images, texts and graphics, PDF Stamp is...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 960.41 KB Download (173): PDF Stamp Creator Download

Released: July 01, 2009  |  Added: October 26, 2009 | Visits: 2.229

Create Stamp On PDF Create Stamp On PDF documents & files with PDF Stamping Software. PDF Stamping Software is an advanced tool designed with features to create watermark using images, texts, graphics and to add links etc. PDF Stamp Creating Software enables you to create pdf files acknowledgeable by stamping...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 960.41 KB Download (115): Create Stamp On PDF Download

Added: January 25, 2010 | Visits: 1.897

FakeBold Font patches for QT 4.3.x FakeBold Font patches for QT 4.3.x fake a bold font style and output for some fonts without bold support. It is specially and very useful for CJK fonts. actually it works with all fonts without bold style. Here I use FT_Glyph_Embolden to get a bold glyph. These patches is not related to...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (176): FakeBold Font patches for QT 4.3.x Download

Added: October 23, 2010 | Visits: 1.589

Hamster Font Manager HFM is a font manager for Unix systems. With it you can control the avaliability of fonts in all of the supported applications from a central place. Currently included are modules to support: * X-Window * Ghostscript * TeX A PostScript module handles PS Fonts. Other fonts remain untouched...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (151): Hamster Font Manager Download

Added: June 04, 2010 | Visits: 1.812

Font::TTF::Scripts::AP Font::TTF::Scripts::AP is a memory representation of a TTFBuilder Attachment Point database (APDB). SYNOPSIS use Font::TTF::Scripts::AP; $ap = Font::TTF::Scripts::AP->read_font($ttf_file, $ap_file, %opts); $ap->make_classes(); INSTANCE VARIABLES cmap Reference to the Microsoft cmap...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (201): Font::TTF::Scripts::AP Download

Added: July 15, 2010 | Visits: 1.358

Font::FreeType::Glyph Font::FreeType::Glyph is a Perl module that contains glyphs from font typefaces loaded from Font::FreeType. SYNOPSIS use Font::FreeType; my $freetype = Font::FreeType->new; my $face = $freetype->face(Vera.ttf); $face->set_char_size(24, 24, 100, 100); my $glyph =...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (130): Font::FreeType::Glyph Download

Added: May 05, 2010 | Visits: 1.151

Gnome Font Sampler Gnome Font Sampler lets you browse your installed fonts using whatever color, size, attributes (Bold/Italics/Underline), and example text you like.. linuxadvocate.org


Platforms: *nix

License: Freeware Size: 307.2 KB Download (96): Gnome Font Sampler Download

Added: April 16, 2010 | Visits: 1.295

IDAutomation UPC/EAN Font Advantage IDAutomation UPC/EAN Font Advantage Package is a professional, advanced font set with tools, macros, and source code that uses a single font file to create UPC-A, UPC-E, EAN-8, EAN-13, EAN-14, JAN, ISBN, and Bookland bar codes. This package uses IDAutomations patent pending font technology to...


Platforms: *nix

License: Shareware Cost: $139.00 USD Size: 2.6 MB Download (106): IDAutomation UPC/EAN Font Advantage Download

Added: May 26, 2010 | Visits: 1.033

Font Configuration Library Fontconfig is a library for configuring and customizing font access. Font Configuration Library contains two essential modules, the configuration module which builds an internal configuration from XML files and the matching module which accepts font patterns and returns the nearest matching...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): Font Configuration Library Download

Added: August 04, 2010 | Visits: 1.236

Font::TTF::Glyph Font::TTF::Glyph is a Perl module that holds a single glyphs information. This is a single glyph description as held in a TT font. On creation only its header is read. Thus you can get the bounding box of each glyph without having to read all the other information. INSTANCE VARIABLES In...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (117): Font::TTF::Glyph Download

Added: January 24, 2010 | Visits: 1.688

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: January 25, 2010 | Visits: 880

Font Reserve Updater Everyone knows about font problems from organizing files and folders, searching for font files, and wondering if you have the correct version to troubleshooting system crashes caused by corrupt fonts and handling font conflicts. Font Reserve is the designed to forever change the way you work with...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 9.8 MB Download (100): Font Reserve Updater Download

Added: January 25, 2010 | Visits: 789

Font Reserve Everyone knows about font problems from organizing files and folders, searching for font files, and wondering if you have the correct version to troubleshooting system crashes caused by corrupt fonts and handling font conflicts. Font Reserve is the unique font management software designed to...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 10.2 MB Download (102): Font Reserve Download

Added: January 25, 2010 | Visits: 1.187

Veenix Font Tools Veenix Font Tools with Type Book Creator is a collection of modular font tools and utilities that allow you to quickly view, sample, print, compare, activate, install and organize your fonts.With the Type Book Creator tool you create type books or catalogs of your entire font collection with...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (103): Veenix Font Tools Download

Released: July 29, 2010  |  Added: August 03, 2010 | Visits: 1.955

DiskFonts font viewer Long awaited font viewer inside Adobe Creative Suite. Filtering several fonts from hundreds with one click. Compare and view fonts from your hard drive and then install font you need. Preview your text sample displayed with any font that is kept on your hard drive.Also previews fonts from...


Platforms: Windows, Mac

License: Demo Cost: $29.00 USD Size: 1.68 MB Download (166): DiskFonts font viewer Download

Released: August 05, 2010  |  Added: August 09, 2010 | Visits: 1.583

Photo Stamp Remover Photo Stamp Remover is a picture correction solution that can delete date stamps,scratches,watermarks, and other objects from digital images. This utility uses an intelligent restoration technology to fill the unwanted area with the background generated from the pixels around the selection, so...


Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 2.45 MB Download (283): Photo Stamp Remover Download

Released: February 07, 2011  |  Added: February 13, 2011 | Visits: 1.720

Manage PDF Page Order We are Presenting PDF batch stamp tool with superior qualities to manage PDF page order, create batch stamp in PDF, add page numbers to PDF, add date/time, logo, stamp, text with different alignment, font size, font color etc. If you have a bulk of PDF files and want to manage PDF page order or...


Platforms: Windows

License: Shareware Cost: $129.00 USD Size: 1.31 MB Download (499): Manage PDF Page Order Download

< 1 2 3 4 5 >