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

Monospaced Printer Font software
Filter: All | Freeware | Demo
 

Monospaced Printer Font

< 1 2 3 4 5 
Released: July 11, 2014  |  Added: August 02, 2014 | Visits: 5.583

Joy Image Printer Joy Image Printer is a high-performance virtual printer which enables you to convert any printable document into standard BMP, GIF, JPEG, PNG PDF and Multipage TIFF image, and keep the exact look and feel of the original document. Since the converted image has the complete information from the... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $34.95 USD Size: 3.11 MB Download (321): Joy Image Printer Download

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

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

Released: April 05, 2010  |  Added: April 12, 2010 | Visits: 2.563

Envelope Printer Envelope Printer is the quick and easy way to print addresses on envelopes. Type in the address, then press the print button. It's that easy and that fast! You can also save addresses for easy loading for future use. It works with four standard envelope sizes: #10 business envelopes (4-1/8" x... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 834.5 KB Download (142): Envelope Printer Download

Added: January 25, 2010 | Visits: 1.908

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: March 16, 2010 | Visits: 1.116

ElegantJ Printer Bean ElegantJ Printer Bean is a implementation of Java printing that provides full printing functionality, including printing of any component, controlling spool size, background printing, configurable header and footer, preview and page setup. This component works with any Java component that does... Platforms: *nix

License: Shareware Cost: $249.00 USD Download (92): ElegantJ Printer Bean Download

Added: October 23, 2010 | Visits: 1.597

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

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

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

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

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

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: June 03, 2010 | Visits: 2.641

Lexmark Z11 printer driver for Linux Lexmark Z11 printer driver for Linux is a Linux printer driver/filter for the Lexmark Z11 printer, supporting color and b/w printing, variable page size and more. The driver lz11-V2 is an improvement of the lz11 driver, which was first released in 2002. Additionally to the features of lz11,... Platforms: *nix

License: Freeware Size: 61.44 KB Download (157): Lexmark Z11 printer driver for Linux Download

Added: August 04, 2010 | Visits: 1.244

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

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: March 12, 2010 | Visits: 1.619

PHP Printer Friendly Pages Generator Class PHP Printer Friendly Pages Generator Class is a PHP class that helps you create printer friendly versions of your page very easy. All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number... Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1013.76 KB Download (104): PHP Printer Friendly Pages Generator Class Download

Added: October 07, 2010 | Visits: 1.284

system-config-printer system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API. It is largely the same as using the CUPS web interface for... Platforms: *nix

License: Freeware Size: 481.28 KB Download (108): system-config-printer Download

Added: January 25, 2010 | Visits: 887

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

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

ES Image Printer Driver ES Image Printer Driver is a software printer driver that is accessible from any program that can utilize a Windows or Mac OS X CUPS printer.Images are produced from the driver and stored on a specified drive and location with incremental numbers. The Mac OS X version always prints in color mode... Platforms: Mac

License: Demo Cost: $0.00 USD Size: 8.7 MB Download (138): ES Image Printer Driver Download

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

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 (170): DiskFonts font viewer Download

< 1 2 3 4 5