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

Identify Font Upload software
Filter: All | Freeware | Demo
 

Identify Font Upload

< 1 2 3 4 5 > 
Released: July 03, 2013  |  Added: August 07, 2013 | Visits: 1.547

IDAutomation MICR E13B Font Advantage The IDAutomation MICR E13B Font Advantage package includes a single precise MICR E-13B font that usually avoids the need to calibrate the font to the printer, calibration software for printers that are out of alignment, 24 additional MICR fonts at various widths and intensities, security fonts...



Platforms: Windows, Mac, *nix, Pocket PC, DOS, Other

License: Demo Cost: $139.00 USD Size: 5.12 MB Download (115): IDAutomation MICR E13B Font Advantage Download

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

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 (172): GS1 DataBar Barcode Font Download

Added: January 08, 2010 | Visits: 1.509

Flickr::Upload Flickr::Upload is a Perl module to upload images to flickr.com SYNOPSIS use Flickr::Upload; my $ua = Flickr::Upload->new( key => 90909354, secret => 37465825 ); $ua->upload( photo => /tmp/image.jpg, auth_token => $auth_token, tags => me myself eye, is_public => 1, is_friend => 1,...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (179): Flickr::Upload Download

Added: January 25, 2010 | Visits: 1.900

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 (177): FakeBold Font patches for QT 4.3.x Download

Added: August 25, 2010 | Visits: 2.605

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: October 23, 2010 | Visits: 1.594

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.818

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.360

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.156

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.299

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: March 07, 2010 | Visits: 1.666

MultipartRequest File Upload parser MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later. Whats New in This Release: - The API was...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (134): MultipartRequest File Upload parser Download

Added: May 26, 2010 | Visits: 1.038

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.239

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.693

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 22, 2010 | Visits: 2.079

Rad Upload Lite Rad Upload is a drag and drop file upload applet with a progress monitor. Advanced features of Rad Upload Lite include recursive upload of directories and setting upload limits at the client side. Bandwidth saving options include filtering out unwanted file types, compression, and resizing...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 67.58 KB Download (217): Rad Upload Lite Download

Added: November 13, 2010 | Visits: 881

AudioFile::Identify::MusicBrainz AudioFile::Identify::MusicBrainz is a pure-perl MusicBrainz client implementation. A::I::M is, at heart, a pure-perl implementation of the MusicBrainz client protocol, encapsulated in some sensible Track/Album/Artist objects that have the sort of methods youd expect. So I can, given a Track...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (103): AudioFile::Identify::MusicBrainz Download

Added: November 17, 2010 | Visits: 1.480

Xephyrus File Upload Tag Library Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility. Whats New in This Release: - added keepPath attribute to remotePath tag to indicate whether to keep...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (125): Xephyrus File Upload Tag Library Download

Added: January 25, 2010 | Visits: 883

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: 794

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.190

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

< 1 2 3 4 5 >