Main > Free Download Search >

Free bitstream vera fonts software for linux

bitstream vera fonts

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 534
DejaVu fonts 2.19

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)
<<less
Download (MB)
Added: 2007-08-06 License: Freely Distributable Price:
822 downloads
Gentium fonts 1.02

Gentium fonts 1.02


Gentium is a typeface family designed to enable the diverse ethnic groups around the world. more>>
Gentium is a typeface family designed to enable the diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications.

Gentium fonts project supports a wide range of Latin-based alphabets and includes glyphs that correspond to all the Latin ranges of Unicode.

The design is intended to be highly readable, reasonably compact, and visually attractive. The additional "extended" Latin letters are designed to naturally harmonize with the traditional 26 ones. Diacritics are treated with careful thought and attention to their use.

Gentium also supports both ancient and modern Greek, including a number of alternate forms. These fonts were originally the product of two years of research and study by the designer at the University of Reading, England, as part of an MA program in Typeface Design.

SIL International has now embraced the Gentium project, and plans to continue development. Expansion of the glyph set to include more extended Latin glyphs, archaic Greek symbols, and full Cyrillic script support is the next step. Work on this has already begun, but the results will not be available for a few months. Addition of bold and bold italic faces will follow.

Gentium is freely available and may be used by anyone at no cost. It is now released under the SIL Open Font License, a free and open source license that permits modification and redistribution.

Our hope is that it will stimulate literature production and elevate extended Latin alphabets to greater parity with the basic Latin alphabet. We also hope it will encourage other type designers to appreciate and support those fascinating and beautiful extra letters.
<<less
Download (2.2MB)
Added: 2005-12-28 License: Freely Distributable Price:
1401 downloads
BooKreader 0.2

BooKreader 0.2


BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books. more>>
BooKreader is a Linux KDE twin-panel text files viewer specialized for reading e-books.

It supports multiple bookmarks, custom fonts, encoding selection.

The main feature is the reader has two-page style, so it looks like a real book.

<<less
Download (0.66MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
848 downloads
Hamster Font Manager 1.02

Hamster Font Manager 1.02


Hamster Font Manager is an easy GUI to manage fonts for X11/GS/TeX. more>>
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 by this program.

HFM is distributed under the GPL (GNU Public License).
<<less
Download (0.23MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1647 downloads
Bit-mapped Japanese font parser 2.0

Bit-mapped Japanese font parser 2.0


Bit-mapped Japanese font parser is a font parser. more>>
Bit-mapped Japanese font parser is a font parser. Note, this package doesnt include the actual font data. To get the font data you need to download it from the download section in the left.
Then move *.jfr into the directory where you unpacked this parser, and follow with the quick instructions.
Quick instructions:
Complete parse requires about 4 megabytes of free disk space. This is a huge improvement over the original version which required almost 45 megabytes.
1. make
2. make parse
3. watch the progress indicator
4. mv *.pcf.gz /usr/X11R/lib/X11R6/fonts/misc
5. make clean
6. HUP your font server if you use one
7. xset fp rehash
8. xlsfonts | grep kanji
/usr/X11R/lib/X11R6/fonts/misc is the standard location for all sorts of random bit-mapped fonts, but you might have a special location. Substitute that in step 4.
About:
I came across a number of these "raster fonts" a while ago. Quick look inside the files proved that they are bit-mapped fonts, and the format looked pretty straight-forward. I wrote the original parser for these just guessing the values, basically by experimenting and playing around. Later on I came across some docs on the subject - looks like these fonts were used in Windows 3.1 Japanese edition to substitute back-then low quality Japanese TTF fonts at small point sizes. These were designed using full-scale 16 bit programming techniques.
Quick info about the font format, there are some headers, then follows a "segment table" which is basically a table with pointers inside the font file where to locate a particular chunk of data. Because the 16 bit way of accessing memory is by using 65k "segments", each file is virtually split into < 65k segments which get loaded into separate memory areas, and then there is a algorithm how to assemble whatever character by using the segment number and offset. Anyway, with 32 bit access all of that doesnt really matter. In my implementation I just mmap the whole file and read it all out of memory.
Generating table.h was a LOT of work! First, I took the codearea table out of one of the jfr files (this maps shift-jis code to the character number inside the font file), and extracted the number ranges. These were shift-jis, of course, and X uses jis0208. There is no converter from a shift
jis byte into jis0208. So I had to write one. Taking iconv, and some tables from glibc 2.1.93, I hacked together something which converted the shift-jis data into ucs4 (unicode, I guess) and then from that into jis0208. The code to the converter is about 500k thanks to the huge jis->unicode->jis conversion tables, and you wont need it unless you get a jfr font with a different encoding table (unlikely). Anyway. After I got the font format figured out and converted the character table, everything else was pretty easy. Note some bit hackery in the bitmapXX() functions which was necessary to present the font data in a usable format. Also notice cool use of function pointers to select a conversion function at runtime.
Enhancements:
- This version uses correct JISX0208 tables, and is much faster.
<<less
Download (0.020MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
6,760 Fonts

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.
<<less
Download (MB)
Added: 2007-03-02 License: Freely Distributable Price:
996 downloads
Gnome Font Sampler 0.4

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).
<<less
Download (0.30MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1543 downloads
FreeFont 20060126

FreeFont 20060126


FreeFont project aims to provide a set of free outline fonts. more>>
FreeFont project aims to provide a set of free outline (PostScript Type0, TrueType, OpenType...) fonts covering the ISO 10646/Unicode UCS (Universal Character Set).
Why do we need free outline UCS fonts?
A large number of free software users switched from free X11 bitmapped fonts to proprietary Microsoft Truetype fonts, as a) they used to be freely downloaded from Microsoft Typography page, b) they contain a more or less decent subset of the ISO 10646 UCS (Universal Character Set), c) they are high-quality, well hinted scalable Truetype fonts, and d) Freetype, a free high-quality Truetype font renderer is available and has been integrated into the latest release of XFree86, the free X11 server.
Building a dependence on non-free software, even a niche one like fonts, is dangerous. Microsoft Truetype core fonts were never free, they were just costless. Citing the TrueType core fonts for the Web FAQ: You may only redistribute the fonts in their original form (.exe or .sit.hqx) and with their original file name from your Web site or intranet site. You must not supply the fonts, or any derivative fonts based on them, in any form that adds value to commercial products, such as CD-ROM or disk based multimedia programs, application software or utilities. As of August 2002, however, the fonts are not anymore available on the Web, which makes the situation clearer.
Dont there exist any free high-quality outline fonts? Yes, they do. URW++, a German digital typefoundry, released their own version of the 35 Postscript Type 1 core fonts under GPL as their donation to the Ghostscript project. The Wadalab Kanji comittee has produced Type 1 font files with thousands of filigree Japanese glyphs. Yannis Haralambous has drawn beautiful glyphs for the Omega typesetting system. And so on. Scattered around the internet there are numerous other free resources for other national scripts, many of them aiming to be a suitable match for Latin fonts like Times or Helvetica.
Free UCS outline fonts will cover the following character sets:
- ISO 8859 parts 1-15
- CEN MES-3 European Unicode Subset
- IBM/Microsoft code pages 437, 850, 852, 1250, 1252 and more
- Microsoft/Adobe Windows Glyph List 4 (WGL4)
- KOI8-R and KOI8-U
- DEC VT100 graphics symbols
- International Phonetic Alphabet
- Arabic, Hebrew, Armenian, Georgian, Ethiopian, Thai and Lao alphabets, including Arabic presentation forms A/B
- Japanese Katakana and Hiragana
- mathematical symbols, including the whole TeX repertoire of symbols
- APL symbols etc.
<<less
Download (3.9MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1286 downloads
Extended Borders for Photos 1.5

Extended Borders for Photos 1.5


Extended Borders for Photos is an extension of the simpler border+copyright script, but can be a bit more complex. more>>
Extended Borders for Photos is an extension of the simpler border+copyright script, but can be a bit more complex.

It allows you to add double borders, add copyright notice and title, as well as decide fonts, font-sizes and positions of the title and copyright notice.

Support for blurring the copyright and title is also included. Update to 1.5 fixes upgrade to Gimp 2.2 problem.

<<less
Download (MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1143 downloads
Choosefont 0.3

Choosefont 0.3


Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.

It was created due to the lack of decent font selection widgets in many application.

Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<less
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
Hunky Fonts 0.3

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
Tech Mon Lte 0.1

Tech Mon Lte 0.1


Tech Mon Lte is a TechMon variation with no frames, Default font used in theme is Bitstream Vera Sans. more>>
Tech Mon Lte is a TechMon variation with no frames, Default font used in theme is Bitstream Vera Sans, make sure you have this font.

This version works best on a darker background, please let me know if you need any variations for lighter wallpaper.

As always, any issues, report back here.

<<less
Download (0.028MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Type1 URW fonts with Cyrillics 1.0.7pre43

Type1 URW fonts with Cyrillics 1.0.7pre43


Type1 URW fonts with Cyrillics is a set of fonts known as urw-fonts or gnu-gs-fonts with the addition of cyrillic glyphs. more>>
Type1 URW fonts with Cyrillics is a set of fonts known as urw-fonts or gnu-gs-fonts with the addition of cyrillic glyphs.
Nimbus Sans L Regular, Nimbus Mono L Regular, Nimbus Mono L Oblique all come from a more recent version of the cyrillic URW fonts.
The hints on Nimbus Sans Regular have been modified in the following ways:
25 June 2002
- Added ghost hint to the top of 4 to keep it from being taller than the other digits.
- Reduced the width of the left stem hint for H to 83 (probably no real differences)
- Changed the StemSnapV values from [78 85 94] to [78 83 92] (and fixed up StdVW accordingly) This corresponds to the values in the font (which are 83/93 for lower case and upper case stems) better and makes the width-88 stems on M and N snap to to upper case widths not lower-case widths.
29 June 2002
- Removed odd vertical stem hints (width of horizontal stems) from f, F, t, E, yen sign, fi ligature, fl ligature, AE ligature, R, Lstroke, OE ligature, lstroke, E" variants, t, variants, Eth, Dstoke, etc.
- Fixed hints on 1 to be two ghost hints instead of one hint the height of the font
- fix bottom stem of u to have integer coordinates
- fixed hints on |
- fixed hints on inverted exclamation mark
The hints on Nimbus Mono L Oblique have been modified in the
following ways:
- Removed vertical stem hints from horizontal serifs on roman characters.
Enhancements:
- A lot of non-Russian Cyrillic glyph were fixed.
- All glyphs that have not yet been fixed were excluded from the distributed version.
<<less
Download (3.0MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
537 downloads
GNU V.E.R.A. 1.17

GNU V.E.R.A. 1.17


GNU V.E.R.A. project consists of a list of computing acronyms. more>>
GNU V.E.R.A. project consists of a list of computing acronyms.

GNU V.E.R.A. (Virtual Entity of Relevant Acronyms) is a free list of acronyms, all of which are used in the field of computing.

V.E.R.A. is primarily meant to be used as an online reference, although some efforts have been taken to make its TeX output look acceptable. It contains approximately 8100 acronyms.

INSTALLATION AND USAGE INSTRUCTIONS

Make an Info file from the Texinfo source, type:

$ makeinfo vera.texi

(The file extension may differ in your environment.)

Copy the files generated by the previous step to the directory where the Info files reside on your site.

Go to your Info directory and edit the dir file. Insert a line like the following where appropriate.

* V.E.R.A.: (vera). Virtual Entity of Relevant Acronyms

You can skip the last step if you had previously installed V.E.R.A..

You are done.

Type info vera to access V.E.R.A. from the command line or C-h i to access V.E.R.A. from Emacs.
<<less
Download (0.20MB)
Added: 2007-02-27 License: (FDL) GNU Free Documentation License Price:
970 downloads
VSOFont 1.8

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.
<<less
Download (0.018MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5