freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Freetype] TTF fonts, charmaps, and Windows


From: Mark Storer
Subject: RE: [Freetype] TTF fonts, charmaps, and Windows
Date: Mon, 12 Aug 2002 12:06:02 -0700

They're part of the OS.

The characters you want can all be accessed through the unicode charmap:

left single quote:  u+2018
right single quote: u+2019
left double quote:  u+201c
right double quote: u+201d


charmap.exe is just showing you what glyphs appear at each character value
for the encodings it knows.  You'll notice that it gives that same list for
ALL fonts.  Many of the values for J. Random Encoding will be empty, such as
Arial for "windows: japanese".


--Mark Storer
  Software Engineer
  Cardiff Software

#include <disclaimer>
typedef std::disclaimer<Cardiff> Discard;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]