ISO1859-1 is the most common, and probably/perhaps the best choice.
behind. In terms of the technology fields, if you want to get stuff done,
airports).
If you're looking towards the future, you're probably best using ISO1859-1.
place or another. If your intention is to keep as much info as possible,
Post by s***@att.netAn "encoding" determines the set of characters that are afforded
by a font, and the ordering in which they appear in the font so
the software can get the chars it wants without having to do
lookups. The International Standards Organisation (ISO) defines
many standard encodings, the most widely used for representing
English being ISO1859-1. There are also non-ISO encodings that
came into being before ISO standardisation and are still widely
used for certain purposes.
Equally important is the file format you choose, because it
determines how many encodings you can choose from.
The most comprehensive is OTF (.otf and also, strangely, .ttf)
because it allows more than 65 000 chars in one font , but only
the lower chars are accessable to all software without some extra
effort (e.g., using HTML notation such as 〹 to put the
char living in cell 12345 out onto the screen/printed page).
Software that lets you work in Unicode will typically have tools
to (somewhat) mask the way higher-order cells such as 12345, out
of single-byte reach, are addressed.
T1, PS Type 1 (Postscript-based, .pfb, .pfm, .afm) is the
original, and based on the postscript language's bezier curves,
which are highly accurate. They are limited to 255 chars.
True Type (.ttf) came out after T1 and before OTF. It offers the
same set of chars as T1 does, but uses quadratic curves, which
are more limited than beziers. The limitations are only usually
visible in an editor. FF masks those limitations by allowing you
to work with bezier curves and then translating them
automagically when you create a .ttf font. Like T1, TTF fonts
have space for only 255 chars.
WOFF (.woff) is, I think, the newest type, meant to be
downloadable with the web pages that use it so that end-user
systems can see the pages as the designer meant them to be seen.
It's a simpler file format than .ttf et al, and (I think) only
stores the cells with a glyph defined in them, and uses a lookup
table to translate the nominal cell number to the actual one.
SVG (.svg) is still mainly Unix-based, though SVG (Scalable
Vector Graphics) is a general representation language as well as
a file format, and is like postscript in that one can actually
write programs in it by hand, though most people use a wysiwyg
editor that will generate the svg code for them.
I don't know what "bitmap encoding" might be, but it sounds like
a term for a bitmapped font (.fon), which like the others is a
file format. There might be only one encoding that's ever used
(I've never checked). Bitmapped chars are represented by actual
bitmaps / pixel maps. Pixel maps don't really re-size except in
a very clunky way because they do it by doubling or discarding
pixels depending on whether you're making them bigger or smaller.
Rendering software turns vector fonts (T1, TT, OTF, WOFF, SVG),
into bitmaps/pixel maps on the screen/page on the fly, and
because they're really little programs, they can do nifty stuff
like decide where individual pixels should go to produce the best
visual effect.
I hope that helps.
Post by Ultrahttp://fontforge.10959.n7.nabble.com/designing-wrt-the-borders-td15455.
html
<http://fontforge.10959.n7.nabble.com/designing-wrt-the-borders-td1545
5.html> will give some context to my question.
There sure are a lot of them. I'm not sure what to tell you about my
needs, since I don't know the strengths of weaknesses of the various
encodings. I want to release this to a wide public, so I guess that
means TrueType's compatibility. But there is more than 1 type of
TrueType. And what's the "bitmap encoding"? Of course, there are also
a ton of other options.
------------------------------------------------------------------------
------ Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
fontforge-users mailing list
https://lists.sourceforge.net/lists/listinfo/fontforge-users
http://fontforge.10959.n7.nabble.com/User-f8781.html