fonts for kids
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1184
FontForge 20070501
FontForge allows you to edit outline and bitmap fonts. more>>
FontForge is an outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf) fonts, or edit existing ones.
Also lets you convert one format to another. FontForge has support for many macintosh font formats.
FontForges user interface has been localized for: (English), Russian, Japanese, French, Italian, Spanish.
With the appropriate libraries, FontForge can import png, tiff, and gif images to act as character backgrounds for tracing purposes (FontForge can import bmp and xbm formats without external libraries).
With libxml2 FontForge can read SVG fonts. With the freetype library FontForge will do a better job making bitmap characters for you.
None is required for the proper compilation/execution of FontForge, if the libraries are not present they will not be used.
Enhancements:
- Support has been added for version 2 of the Spline Font DB format.
<<lessAlso lets you convert one format to another. FontForge has support for many macintosh font formats.
FontForges user interface has been localized for: (English), Russian, Japanese, French, Italian, Spanish.
With the appropriate libraries, FontForge can import png, tiff, and gif images to act as character backgrounds for tracing purposes (FontForge can import bmp and xbm formats without external libraries).
With libxml2 FontForge can read SVG fonts. With the freetype library FontForge will do a better job making bitmap characters for you.
None is required for the proper compilation/execution of FontForge, if the libraries are not present they will not be used.
Enhancements:
- Support has been added for version 2 of the Spline Font DB format.
Download (3.3MB)
Added: 2007-05-03 License: BSD License Price:
924 downloads
fonty-rg 0.5
fonty-rg is a set of fonts for the Linux console. more>>
fonty-rg project is a set of fonts for the Linux console.
LatCyrGr-16.psf is font containing most of ISO Latin characters, lot of cyrillic chars, lot of greek chars, and some punctuation. It is good for unicode linux console. This is 512 character font, means that you loose bold colour on linux console, unless you are using framebuffer.
chavo.psf is font containing lot of ISO-8859-2 repertoire, some additional ISO-8859-1 characters, Russian cyrillic characters and special Esperanto characters. It was specifically created to cover Czech, Slovak, Polish, Hungarian, Russian, German, Esperanto. Of course, it accidentally covers much wider range.
Good as a console font if you want to retain bold colours (and do not need some ISO-8859-1 characters - there was simply not enough space for them).
Usage
To build fonts: run build.sh script.
To modify fonts: edit files in source/ directory.
To add new charsets: add *.txt file into charsets/ directory.
To use fonts: there are two small scripts provided, iso and uni.
iso takes as an argument number of ISO-8859 encoding, switching console font into font for that encoding, and uni switches console into unicode mode, using big unicode font. See manpages for details.
<<lessLatCyrGr-16.psf is font containing most of ISO Latin characters, lot of cyrillic chars, lot of greek chars, and some punctuation. It is good for unicode linux console. This is 512 character font, means that you loose bold colour on linux console, unless you are using framebuffer.
chavo.psf is font containing lot of ISO-8859-2 repertoire, some additional ISO-8859-1 characters, Russian cyrillic characters and special Esperanto characters. It was specifically created to cover Czech, Slovak, Polish, Hungarian, Russian, German, Esperanto. Of course, it accidentally covers much wider range.
Good as a console font if you want to retain bold colours (and do not need some ISO-8859-1 characters - there was simply not enough space for them).
Usage
To build fonts: run build.sh script.
To modify fonts: edit files in source/ directory.
To add new charsets: add *.txt file into charsets/ directory.
To use fonts: there are two small scripts provided, iso and uni.
iso takes as an argument number of ISO-8859 encoding, switching console font into font for that encoding, and uni switches console into unicode mode, using big unicode font. See manpages for details.
Download (0.065MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1273 downloads
Font::Scripts::AP 0.5
Font::Scripts::AP is a Perl module for memory representation of a TTFBuilder Attachment Point database (APDB). more>>
Font::Scripts::AP is a Perl module for memory representation of a TTFBuilder Attachment Point database (APDB).
SYNOPSIS
use Font::Scripts::AP;
$ap = Font::Scripts::AP->read_font($ttf_file, $ap_file, %opts);
$ap->make_classes();
INSTANCE VARIABLES
cmap
Reference to the Microsoft cmap within the font.
font
Reference to a font structure. read_font will cause at least the post, cmap, loca, and name tables to be read in.
glyphs
An array of references to glyph data structures, indexed by glyphID. Stucture elements are:
uni
Unicode scalar value, if any, as specified in the APDB. (decimal integer)
gnum
Actual glyph ID from font.
post
Actual Postscript name from font.
Note: The uni, gnum and post values are based on the UID, GID, and PSName fields of the APDB. If there are descrepancies between the APDB and the fonts internal tables, then for calcuating the above three values, priority is given first to UID field, then PSName field, and finally GID.
glyph
Reference to glyph structure read from font.
line
Line number in APDB where glyph is defined.
points
A hash of references to attachment point structures for this glyph, keyed by attachment point type (aka name). Each AP structure contains
name
The name (type in TTFBuilder terminology) of the attachment point
x, y
X and Y coordinates for the attachment point
line
Line number in APDB where this point is defined.
components
Present if the glyph is a composite. Is a reference to an array of component structures. Each component structure includes:
bbox
comma separated list of bounding box coordinates, i.e., x1, y1, x2, y2
uni
Unicode scalar value, if any, of the component. (decimal integer)
Note: The following instance variables contain the actual text read from the APDB. If there are descrepancies between the APDB and the font, these values may differ from corresponding values given above. Therefore these values should not be used except for diagnostic purposes.
UID
Unicode scalar value, if any, as specified in the APDB. (string of hex digits)
PSName
Postscript name, if any, as specified in the APDB
GID
Glyph id, if any, as specified in the APDB
classes
Created by "make_classes", this is a hash keyed by class name returning an array of GIDs for glyphs that are in the class. Classes are identified by extensions (part after a .) on the post name of each glyph. For each such extension, two classes are defined. The first is the class of all glyphs that have that extension (class name is the extension). The second is the class of nominal glyphs corresponding to the glyphs with that extension (class name is the extension but with the prefix no_).
lists
Created by "make_classes", this is a hash keyed by attachment point name (as modified by "make_point") returning an array of GIDs for glyphs that have the given attachment point.
vecs
If defined, this variable will be updated by "make_classes". It is a hash, keyed by attachment point name (as modified by "make_point") returning a bit vec bit array, indexed by GID, each bit set to 1 if the corresponding glyph has the given attachment point.
ligclasses
Optionally created by make_classes if ligatures are requested and they exist. The base forms class is no_code while the ligatures are held in code.
WARNINGS
If -errorfh not set, this accumulates any warning or error messages encountered.
WARNINGS
Count of number fo warnings or errors encountered.
<<lessSYNOPSIS
use Font::Scripts::AP;
$ap = Font::Scripts::AP->read_font($ttf_file, $ap_file, %opts);
$ap->make_classes();
INSTANCE VARIABLES
cmap
Reference to the Microsoft cmap within the font.
font
Reference to a font structure. read_font will cause at least the post, cmap, loca, and name tables to be read in.
glyphs
An array of references to glyph data structures, indexed by glyphID. Stucture elements are:
uni
Unicode scalar value, if any, as specified in the APDB. (decimal integer)
gnum
Actual glyph ID from font.
post
Actual Postscript name from font.
Note: The uni, gnum and post values are based on the UID, GID, and PSName fields of the APDB. If there are descrepancies between the APDB and the fonts internal tables, then for calcuating the above three values, priority is given first to UID field, then PSName field, and finally GID.
glyph
Reference to glyph structure read from font.
line
Line number in APDB where glyph is defined.
points
A hash of references to attachment point structures for this glyph, keyed by attachment point type (aka name). Each AP structure contains
name
The name (type in TTFBuilder terminology) of the attachment point
x, y
X and Y coordinates for the attachment point
line
Line number in APDB where this point is defined.
components
Present if the glyph is a composite. Is a reference to an array of component structures. Each component structure includes:
bbox
comma separated list of bounding box coordinates, i.e., x1, y1, x2, y2
uni
Unicode scalar value, if any, of the component. (decimal integer)
Note: The following instance variables contain the actual text read from the APDB. If there are descrepancies between the APDB and the font, these values may differ from corresponding values given above. Therefore these values should not be used except for diagnostic purposes.
UID
Unicode scalar value, if any, as specified in the APDB. (string of hex digits)
PSName
Postscript name, if any, as specified in the APDB
GID
Glyph id, if any, as specified in the APDB
classes
Created by "make_classes", this is a hash keyed by class name returning an array of GIDs for glyphs that are in the class. Classes are identified by extensions (part after a .) on the post name of each glyph. For each such extension, two classes are defined. The first is the class of all glyphs that have that extension (class name is the extension). The second is the class of nominal glyphs corresponding to the glyphs with that extension (class name is the extension but with the prefix no_).
lists
Created by "make_classes", this is a hash keyed by attachment point name (as modified by "make_point") returning an array of GIDs for glyphs that have the given attachment point.
vecs
If defined, this variable will be updated by "make_classes". It is a hash, keyed by attachment point name (as modified by "make_point") returning a bit vec bit array, indexed by GID, each bit set to 1 if the corresponding glyph has the given attachment point.
ligclasses
Optionally created by make_classes if ligatures are requested and they exist. The base forms class is no_code while the ligatures are held in code.
WARNINGS
If -errorfh not set, this accumulates any warning or error messages encountered.
WARNINGS
Count of number fo warnings or errors encountered.
Download (0.10MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1117 downloads
Font Mate 1.0
Font Mate is a simple program to help you see how fonts look on your computer, and to help you find symbol characters. more>>
Font Mate application helps you to see how fonts look on your computer, and it also helps you find symbol characters.
Using Font Mate
There isnt much to it: Font Mate shows you a list of all the fonts installed on your computer. Choose any font from the list and it will show you what all the characters in that font look like. Choose any one of those characters and you will see an enlarged version of it at the bottom of the page (with its ASCII code in decimal and hex, should you be interested). Click the button to copy that character to the clipboard if you want to use it in another application.
Works on...
We wrote Font Mate originally for Mac OS X, but we have included versions for Windows and Linux too. We wrote it using REALbasic, a great tool for cross-platform rapid development. Source is available on request.
How much?
Font Mate is freeware. Download, use, share as you wish. No warranty is offered, and we accept no liability for anything strange or nasty that it might do to your computer.
And another thing
If you like Font Mate, why not have a look at our main site at tellura.co.uk and check out our other products and services?
<<lessUsing Font Mate
There isnt much to it: Font Mate shows you a list of all the fonts installed on your computer. Choose any font from the list and it will show you what all the characters in that font look like. Choose any one of those characters and you will see an enlarged version of it at the bottom of the page (with its ASCII code in decimal and hex, should you be interested). Click the button to copy that character to the clipboard if you want to use it in another application.
Works on...
We wrote Font Mate originally for Mac OS X, but we have included versions for Windows and Linux too. We wrote it using REALbasic, a great tool for cross-platform rapid development. Source is available on request.
How much?
Font Mate is freeware. Download, use, share as you wish. No warranty is offered, and we accept no liability for anything strange or nasty that it might do to your computer.
And another thing
If you like Font Mate, why not have a look at our main site at tellura.co.uk and check out our other products and services?
Download (0.91MB)
Added: 2007-07-18 License: Freeware Price:
828 downloads
Font Manager 0.0.1
Font Manager is a font manager for GNOME. more>>
Font Manager is a font manager for GNOME. Font Manager cannot do any font management tasks yet, but is already useful for picking fonts.
Main features:
- List installed fonts
- Add previews for installed fonts
- Open font properties from context menu
- Set system fonts from the font manager
- Make the font manager installable
<<lessMain features:
- List installed fonts
- Add previews for installed fonts
- Open font properties from context menu
- Set system fonts from the font manager
- Make the font manager installable
Download (0.15MB)
Added: 2006-03-22 License: LGPL (GNU Lesser General Public License) Price:
1480 downloads
Fonty Python 0.2.0
Fonty Python project allows you to manage your fonts on Gnu/Linux. more>>
Fonty Python project allows you to manage your fonts on Gnu/Linux.
As a designer, I missed the ability to view and keep lists of fonts in easy-to-use collections.
With this program you can assign/remove fonts to/from a pog (from the word typography) and then install the pog. All the fonts within it will be linked within your $HOME/.fonts directory. When you are done using them (in other applications), you can simply remove the pog, and all the links will be removed too.
Its great for keeping your fonts organized on a per client/project/job basis. It also keeps "font clutter" in your font choosers down to a minimum.
It is written as a mixed command-line/gui application at the moment, allowing very quick use. You can install/remove pogs without having to start the entire gui, which is neat.
FP is now on 0.2.0 and has a full user interface. None of the command-line goodness has been lost though.
Please let me know what you think of Fonty Python, and help me fix bugs and improve the app.
How to install:
Please see the end of this file if your install fails, there are certain files that FP relies upon.
I assume you have extracted the "tarball" already. Change to the directory it creates.
As the root user enter this command:
python setup.py install
If you are on Ubuntu/Kubuntu/Xubuntu/etc:
sudo python setup.py install
This will create a program called fp
Alternative installation:
Move the entire extracted folder to a folder that
is in your PATH, like ~/bin
Make a link to the fp script like this: (for e.g.)
tar -s ~/bin/fontypython-x.x.x/fp .
Make it executable:
chmod u+x fp
Now you should be good to go.
If it does not work, try closing your console and
starting it again.
Running the program:
To get started:
fp -h
<<lessAs a designer, I missed the ability to view and keep lists of fonts in easy-to-use collections.
With this program you can assign/remove fonts to/from a pog (from the word typography) and then install the pog. All the fonts within it will be linked within your $HOME/.fonts directory. When you are done using them (in other applications), you can simply remove the pog, and all the links will be removed too.
Its great for keeping your fonts organized on a per client/project/job basis. It also keeps "font clutter" in your font choosers down to a minimum.
It is written as a mixed command-line/gui application at the moment, allowing very quick use. You can install/remove pogs without having to start the entire gui, which is neat.
FP is now on 0.2.0 and has a full user interface. None of the command-line goodness has been lost though.
Please let me know what you think of Fonty Python, and help me fix bugs and improve the app.
How to install:
Please see the end of this file if your install fails, there are certain files that FP relies upon.
I assume you have extracted the "tarball" already. Change to the directory it creates.
As the root user enter this command:
python setup.py install
If you are on Ubuntu/Kubuntu/Xubuntu/etc:
sudo python setup.py install
This will create a program called fp
Alternative installation:
Move the entire extracted folder to a folder that
is in your PATH, like ~/bin
Make a link to the fp script like this: (for e.g.)
tar -s ~/bin/fontypython-x.x.x/fp .
Make it executable:
chmod u+x fp
Now you should be good to go.
If it does not work, try closing your console and
starting it again.
Running the program:
To get started:
fp -h
Download (0.14MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
818 downloads
Screensavers for Xandros 4.x
Screensavers for Xandros 4.x contains twelve different screensavers you can try out for Xandros. more>>
Screensavers for Xandros 4.x contains twelve different screensavers you can try out for Xandros. They are static builds, so they should work out of the box. You may need OpenAL for the Really Slick Screensavers, and the sound is a bit scratchy, since I compiled the thing with Arts so the sounds would work all the time.
You dont have to have OpenAL installed though, you just wont get sound. Kanjisaver needs the Chineese fonts installed in order to function properly, so if you deselected those, pop in your Xandros cd and install them before installing it.
Other than that, the rest *should* work out of the box just fine. There are additional builds available, but this only gives me 12 spots. Simply right-click save the link for the package you want. Then Double click to install.
Additional info at http://forums.xandros.com/viewtopic.php?t=26918
P.S. Thanks to all the authors of these fine screensavers.
Main features:
- Flower Attack
- Kanjisaver
- KBiof
- KCad
- KCometen3
- KFieldlines
- KFlocks
- Kogs
- SmoothSlideSaver
- Really Slick Screensavers
- Kannasaver
- Tropical TuxSaver
<<lessYou dont have to have OpenAL installed though, you just wont get sound. Kanjisaver needs the Chineese fonts installed in order to function properly, so if you deselected those, pop in your Xandros cd and install them before installing it.
Other than that, the rest *should* work out of the box just fine. There are additional builds available, but this only gives me 12 spots. Simply right-click save the link for the package you want. Then Double click to install.
Additional info at http://forums.xandros.com/viewtopic.php?t=26918
P.S. Thanks to all the authors of these fine screensavers.
Main features:
- Flower Attack
- Kanjisaver
- KBiof
- KCad
- KCometen3
- KFieldlines
- KFlocks
- Kogs
- SmoothSlideSaver
- Really Slick Screensavers
- Kannasaver
- Tropical TuxSaver
Download (MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1012 downloads
x-fontperf 1.1
x-fontperf is a small utility to measure X11 font loading time. more>>
x-fontperf is a small utility to measure font rendering/loading time in an x11 environment. Originally intended to see if there is any notable performance difference between a separate font server and local font rendering.
It actually does three different tests:
1) Loading the same font several times
Gives you an average loading time for this particular font. If you use a font already in use in your x-session this should be really quick as this font will be reused and not actually loaded again (cached)
2) Loading the same font in different sizes (incrementing)
Default is from 6 to 144 pixel. Interesting to see how rendering time increases with font size (see option -v)
3) Loading all available fonts
This should give you a good estimate on average fontloading time. Also a good test to stress your system and check if all fonts are loadable (see option -e)
Sample output:
x-fontperf -v
x-fontperf: Copyright (c) Holger Pfaff - http://pfaff.ws
x-fontperf: version 1.1 from 26-Mar-2004
x-fontperf: connected to server: :0.0
x-fontperf: server vendor: Gentoo Linux (XFree86 4.3.0, revision r3)
x-fontperf: vendor release: 40300000
x-fontperf: total of 6406 fonts found
x-fontperf: basefont: -*-helvetica-*-*-*-*-12-*-*-*-*-*-iso8859-1
x-fontperf: loading basefont 100 times ... 6292 usec 62 usec/font
x-fontperf: loading font from pixel size 6 to 144 ... 2977820 usec 21578 usec/font
x-fontperf: loading all 6406 available fonts ... 34965472 usec 5458 usec/font
Usage:
Usage: x-fontperf ...
-display X-display to use
-v Increase verbosity (may falsify results)
-e Show errors during tests
-n Number of iterations for test 1 [100]
-min Minimum pixel size for test 2 [6]
-max Maximum pixel size for test 2 [144]
-foundry Foundry of font [*]
-family Family of font [helvetica]
-weight Weight of font [*]
-slant Slant of font [*]
-setwidth Set width of font [*]
-addstyle Additional style of font [*]
-pixelsize Pixel size of font [12]
-pointsize Point size of font [*]
-resolutionX X resolution of font [*]
-resolutionY Y resolution of font [*]
-spacing Spacing of font [*]
-avgwidth Average width of font [*]
-registry Registry of font [iso8859]
-encoding Encoding of font [1]
Verbosity can be increased in three steps by specifying -v several times. No-
tation -vvv is not supported. Use -v -v -v. Errors opening fonts are not shown
by default. Use -e to see them.
-n specifies the number of iterations for test 1. The default of 100 (shown in
brackets) should be ok for most systems. Increase/decrease values for fast/slow
systems
-min/-max specifies the minimum/maximum pixel size for test 2. Pixel sizes are
incremented by one.
The last block of arguments is for specifying the basefont to use for tests 1
and 2. These follow the standard x11 font naming scheme. Again: defaults are
shown in brackets.
Enhancements:
- first public version 1.0
<<lessIt actually does three different tests:
1) Loading the same font several times
Gives you an average loading time for this particular font. If you use a font already in use in your x-session this should be really quick as this font will be reused and not actually loaded again (cached)
2) Loading the same font in different sizes (incrementing)
Default is from 6 to 144 pixel. Interesting to see how rendering time increases with font size (see option -v)
3) Loading all available fonts
This should give you a good estimate on average fontloading time. Also a good test to stress your system and check if all fonts are loadable (see option -e)
Sample output:
x-fontperf -v
x-fontperf: Copyright (c) Holger Pfaff - http://pfaff.ws
x-fontperf: version 1.1 from 26-Mar-2004
x-fontperf: connected to server: :0.0
x-fontperf: server vendor: Gentoo Linux (XFree86 4.3.0, revision r3)
x-fontperf: vendor release: 40300000
x-fontperf: total of 6406 fonts found
x-fontperf: basefont: -*-helvetica-*-*-*-*-12-*-*-*-*-*-iso8859-1
x-fontperf: loading basefont 100 times ... 6292 usec 62 usec/font
x-fontperf: loading font from pixel size 6 to 144 ... 2977820 usec 21578 usec/font
x-fontperf: loading all 6406 available fonts ... 34965472 usec 5458 usec/font
Usage:
Usage: x-fontperf ...
-display X-display to use
-v Increase verbosity (may falsify results)
-e Show errors during tests
-n Number of iterations for test 1 [100]
-min Minimum pixel size for test 2 [6]
-max Maximum pixel size for test 2 [144]
-foundry Foundry of font [*]
-family Family of font [helvetica]
-weight Weight of font [*]
-slant Slant of font [*]
-setwidth Set width of font [*]
-addstyle Additional style of font [*]
-pixelsize Pixel size of font [12]
-pointsize Point size of font [*]
-resolutionX X resolution of font [*]
-resolutionY Y resolution of font [*]
-spacing Spacing of font [*]
-avgwidth Average width of font [*]
-registry Registry of font [iso8859]
-encoding Encoding of font [1]
Verbosity can be increased in three steps by specifying -v several times. No-
tation -vvv is not supported. Use -v -v -v. Errors opening fonts are not shown
by default. Use -e to see them.
-n specifies the number of iterations for test 1. The default of 100 (shown in
brackets) should be ok for most systems. Increase/decrease values for fast/slow
systems
-min/-max specifies the minimum/maximum pixel size for test 2. Pixel sizes are
incremented by one.
The last block of arguments is for specifying the basefont to use for tests 1
and 2. These follow the standard x11 font naming scheme. Again: defaults are
shown in brackets.
Enhancements:
- first public version 1.0
Download (0.004MB)
Added: 2005-04-11 License: Freely Distributable Price:
1656 downloads
Hunky Fonts 0.3
Free Unicode TrueType fonts for Baltic, Central European, South European and other languages. more>>
Free Unicode TrueType fonts for Baltic, Central European, South European and other languages, including Azeri, Maori, Welsh and Esperanto.
<<less Download (0.24MB)
Added: 2005-04-18 License: LGPL (GNU Lesser General Public License) Price:
1658 downloads
6,760 Fonts
6,760 Fonts is a large archive with many free fonts. more>>
6,760 Fonts is a large archive with many free fonts.
The Absolute Fonts Archive created a page that will let you download many fonts one at a time, or for a fee you can download them all as a zip file.
Upon careful inspection of their site I found a multitude of corrupted font files. After removing all the corrupted files I was left with 6,760 fonts. I have chosen to turn them into a tarball and offer them as a free download.
Absolute Fonts Archive has neither licensed nor created any of the fonts on their site, but they do warn against commercial use of these fonts.
Version restrictions:
- installing that amount of fonts really slows down the KDE startup.
<<lessThe Absolute Fonts Archive created a page that will let you download many fonts one at a time, or for a fee you can download them all as a zip file.
Upon careful inspection of their site I found a multitude of corrupted font files. After removing all the corrupted files I was left with 6,760 fonts. I have chosen to turn them into a tarball and offer them as a free download.
Absolute Fonts Archive has neither licensed nor created any of the fonts on their site, but they do warn against commercial use of these fonts.
Version restrictions:
- installing that amount of fonts really slows down the KDE startup.
Download (MB)
Added: 2007-03-02 License: Freely Distributable Price:
996 downloads
VSOFont 1.8
VSOFont is a small library used to draw very simple and fast user definable 2D vector fonts. more>>
VSOFont is a small library used to draw very simple and fast user definable 2D vector fonts. At some point in time, when working with handheld devices, the font functions GLUT offered proved to be too massive. so i decided to write a very simple 3D vector text system using OpenGL myself. The application is coded in ANSI C.
Enhancements:
- added vsofont_read_font_from_memory().
- changed vsofont_read_font() to vsofont_read_font_from_file().
- example shows now how to draw a bolded string.
- VSOFONT header file should now work in C++ projects.
- small optimizations here and there.
<<lessEnhancements:
- added vsofont_read_font_from_memory().
- changed vsofont_read_font() to vsofont_read_font_from_file().
- example shows now how to draw a bolded string.
- VSOFONT header file should now work in C++ projects.
- small optimizations here and there.
Download (0.018MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
Gnome Font Sampler 0.4
Gnome Font Sampler lets you browse your installed fonts using whatever color. more>>
Gnome Font Sampler lets you browse your installed fonts using whatever color, size, attributes (Bold/Italics/Underline), and example text you like.
Main features:
- Quickly compare your fonts
- Select font size, text color, background color, bold, italics, underline, and example text used
- Preview fonts before adding them to the list
- Pretty good keyboard control
- It costs $0 and is Free software
Enhancements:
- New application icon.
- Improved keyboard control (navigate font lists and choose fonts using just the keyboard).
<<lessMain features:
- Quickly compare your fonts
- Select font size, text color, background color, bold, italics, underline, and example text used
- Preview fonts before adding them to the list
- Pretty good keyboard control
- It costs $0 and is Free software
Enhancements:
- New application icon.
- Improved keyboard control (navigate font lists and choose fonts using just the keyboard).
Download (0.30MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1543 downloads

JabRef for Linux 2.3.1
JABREF is an open source bibliography reference manager for Linux. more>> JABREF is an open source bibliography reference manager. The native file format used by JABREF is BIBTEX, the standard LATEX bibliography format. JABREF runs on the Java VM (version 1.5 or newer), and should work equally well on Windows, Linux and Mac OS X..
Features
-Advanced BIBTEX editor
Detailed editing of BIBTEX entries.
-Search functions
Search a pattern in the whole bibliography.
-Classification of entries
You can group entries explicitly, by keywords or any other fields.
--Import of various formats
BibTeXML, CSA, Refer/Endnote, ISI Web of Science, SilverPlatter, Medline/Pubmed (xml), Scifinder, OVID, INSPEC, Biblioscape, Sixpack, JStor and RIS.
-Built-in and custom export formats
HTML, Docbook, BibTeXML, MODS, RTF, Refer/Endnote and OpenOffice.org. -Customization of BIBTEX fields
You can add your own fields to any BIBTEX entry type.
-Customization of the JABREF interface
Fonts, displayed fields, etc
-Integrates to your environment
Launch external applications: PDF/PS viewers, web browser, insert citations into LyX, Kile and WinEdt
-Automatic Key generation
-Search Medline, Citeseer, IEEEXplore and arXiv
-Support for XMP Metadata in PDFs
mprove the workflow of sharing PDFs and bibliography information<<less
Download (4.86MB)
Added: 2009-04-15 License: Freeware Price: Free
191 downloads
DejaVu fonts 2.19
The DejaVu fonts are a font family based on the Bitstream Vera Fonts. more>>
The DejaVu fonts are a font family based on the Bitstream Vera Fonts release 1.10 (see the list of other Bitstream Vera derivatives or Unicode Font Guide).
DejaVu fonts purpose is to provide a wider range of characters (see Current status page for more information) while maintaining the original look and feel through the process of collaborative development (see Authors).
The family is available as TrueType fonts and also as third-party packages for various operating systems including handhelds.
Enhancements:
- fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
- added Mark to Base anchors: cedilla for combining cedilla and above-legacy for stacking above precomposed glyphs (just a,e,i,o,u with macron for now) in Sans (by Denis Jacquerye).
- added contextual substitution for Case and Dotless forms in all Sans variants (by Denis Jacquerye).
- renamed ccmp lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
- added anchor cedilla for vowels in Sans. (by Denis Jacquerye)
- extended contextual dotless and case substitutions to handle both below and above diacritics (by Denis Jacquerye)
- renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by Denis Jacquerye)
<<lessDejaVu fonts purpose is to provide a wider range of characters (see Current status page for more information) while maintaining the original look and feel through the process of collaborative development (see Authors).
The family is available as TrueType fonts and also as third-party packages for various operating systems including handhelds.
Enhancements:
- fixed misplaced symbols (U+2325,2326) in Sans Oblique (by John Karp)
- added Mark to Base anchors: cedilla for combining cedilla and above-legacy for stacking above precomposed glyphs (just a,e,i,o,u with macron for now) in Sans (by Denis Jacquerye).
- added contextual substitution for Case and Dotless forms in all Sans variants (by Denis Jacquerye).
- renamed ccmp lookups for RTL and Basic (LGC, etc.) (by Denis Jacquerye)
- added anchor cedilla for vowels in Sans. (by Denis Jacquerye)
- extended contextual dotless and case substitutions to handle both below and above diacritics (by Denis Jacquerye)
- renamed Dotless and Case Form GSUB lookups in Sans with meaningful names (by Denis Jacquerye)
Download (MB)
Added: 2007-08-06 License: Freely Distributable Price:
822 downloads
Fontconfig 2.3.91
Fontconfig is a library for font customization and configuration. more>>
Fontconfig is a library designed to provide system-wide font configuration, customization and application access.
The configuration module consists of the FcConfig datatype, libexpat and FcConfigParse which walks over an XML tree and ammends a configuration with data found within.
From an external perspective, configuration of the library consists of generating a valid XML tree and feeding that to FcConfigParse.
The only other mechanism provided to applications for changing the running configuration is to add fonts and directories to the list of application-provided font files.
The intent is to make font configurations relatively static, and shared by as many applications as possible. It is hoped that this will lead to more stable font selection when passing names from one application to another.
XML was chosen as a configuration file format because it provides a format which is easy for external agents to edit while retaining the correct structure and syntax.
Font configuration is separate from font matching; applications needing to do their own matching can access the available fonts from the library and perform private matching.
The intent is to permit applications to pick and choose appropriate functionality from the library instead of forcing them to choose between this library and a private configuration mechanism.
The hope is that this will ensure that configuration of fonts for all applications can be centralized in one place. Centralizing font configuration will simplify and regularize font installation and customization.
<<lessThe configuration module consists of the FcConfig datatype, libexpat and FcConfigParse which walks over an XML tree and ammends a configuration with data found within.
From an external perspective, configuration of the library consists of generating a valid XML tree and feeding that to FcConfigParse.
The only other mechanism provided to applications for changing the running configuration is to add fonts and directories to the list of application-provided font files.
The intent is to make font configurations relatively static, and shared by as many applications as possible. It is hoped that this will lead to more stable font selection when passing names from one application to another.
XML was chosen as a configuration file format because it provides a format which is easy for external agents to edit while retaining the correct structure and syntax.
Font configuration is separate from font matching; applications needing to do their own matching can access the available fonts from the library and perform private matching.
The intent is to permit applications to pick and choose appropriate functionality from the library instead of forcing them to choose between this library and a private configuration mechanism.
The hope is that this will ensure that configuration of fonts for all applications can be centralized in one place. Centralizing font configuration will simplify and regularize font installation and customization.
Download (0.97MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1468 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above fonts for kids search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed