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

Font Families freeware
Filter: All | Freeware | Demo
 

Font Families

1 2 3 4 5 > 
Added: September 26, 2013 | Visits: 395

FireFontFamily Highlights the rendered font-family from the list of font-families for a CSS 'font' or 'font-family' property in Firebug's CSS panel.



Platforms: *nix

License: Freeware Size: 40.96 KB Download (36): FireFontFamily Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 586

Type Cast Type Cast is a Font Preview/Info Widget for Mac OS X 10.4's Dashboard. Type Cast allows you to quickly move through font families, styles and sizes using only your keyboard. In addition, Type Cast offers helpful information such as font type, family and can even reveal font files in the Finder.





Platforms: Mac

License: Freeware Size: 522.24 KB Download (48): Type Cast Download

Added: May 10, 2013 | Visits: 764

TypeSelect Web-designers can use custom fonts, without having to worry about text selectability.All the custom text will be controlled through CSS. Key features "TypeSelect": - Selectable text support for Firefox/Mozilla, Safari, Chrome - Easier to install and configure than SIFR - Use CSS to control...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (70): TypeSelect Download

Added: May 10, 2013 | Visits: 710

JPGraph JpGraph is a Object-Oriented Graph creating library for PHP >= 4.3.1. The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported). The library can be used to create numerous types of graphs either on-line or written to a file....


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (75): JPGraph Download

Added: July 22, 2013 | Visits: 446

litejazz LiteJazz is a GPL theme by RoopleTheme. It features 3 color styles, 12 fully collapsible regions, suckerfish menus, fluid or fixed widths, easy configuration, and more. To see LiteJazz in action, visit the LiteJazz demo site.LiteJazz Version 1.7 is largely a ground-up rewrite of the theme....


Platforms: PHP

License: Freeware Size: 143.36 KB Download (45): litejazz Download

Released: November 05, 2001  |  Added: October 23, 2006 | Visits: 5.713

Font Glancer If you select more than a font you will be able to confront only selected fonts. Each blocked character in the char map shows, in the bottom right-hand corner of its block, the keyboard key to enter for that character. This is a big improvement on the Windows Character Map, which requires that...


Platforms: Windows

License: Freeware Size: 480 KB Download (974): Font Glancer Download

Released: May 19, 2009  |  Added: May 21, 2009 | Visits: 3.660

Free Font Renamer Batch Font Renamer. Give each font a name that speaks for itself with one click! Got a font collection? Got a collection, but no order in it? Start by giving font files the names corresponding to the full font names. For example, you can rename MLON_I.TTF to Milion Italic.ttf. This name...


Platforms: Windows

License: Freeware Size: 647 KB Download (234): Free Font Renamer 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: 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.819

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

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: May 26, 2010 | Visits: 1.039

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

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

Released: February 28, 2012  |  Added: March 13, 2012 | Visits: 4.901

California Fonts Free Font Manager California Fonts Manager is the latest and fastest growing free font manager. This easy to use tool has an explorer-like interface that quickly shows you fonts currently installed on your computer (and ones that are not). If you're looking to install a new font, you can easily do with the...


Platforms: Windows

License: Freeware Size: 2.57 MB Download (653): California Fonts Free Font Manager Download

Released: August 20, 2012  |  Added: September 08, 2012 | Visits: 1.297

Font Editor The Font Editor allows you to edit bitmap fonts that can be used to design Microcontroller-based systems. The program allows you to import Windows fonts and to save them in multiple formats. The program runs under Windows 9x/XP/7. Packed binary format allows you to reduce the size of...


Platforms: Windows

License: Freeware Size: 88 KB Download (145): Font Editor Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 1.103

PC Paint Font Collection PC Paint Font Collection is a truetype font that will allow you to give a fresh new look to all of your written documents. All you have to do is install the font onto your PC and use it for writing your texts to see how it will change their appearance. To install it, you can simply right-click...


Platforms: Windows

License: Freeware Download (54): PC Paint Font Collection Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 688

Swing Font Shower Swing Font Shower is a small applet that displays all the Swing fonts available via Java on the machine. Displays the fonts in a variety of styles, sizes and colours, both anti-aliased and plain. for WindowsAll


Platforms: Windows

License: Freeware Download (49): Swing Font Shower Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 688

AWT Font Shower AWT Font Shower is a small application which allows users to view ceratin types of fonts. for WindowsAll


Platforms: Windows

License: Freeware Download (56): AWT Font Shower Download

1 2 3 4 5 >