Re: [ft-devel] gamma correction demo images

2015-10-28 Thread Christian Demmer
On Tue, 27 Oct 2015 23:25:02 -0400, Alexei Podtelezhnikov wrote:
> Please reply with your value for survey purposes.

Eizo SX2262W, MacOS X 10.8: about 2.2

Chris

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Apple offset scaling

2015-08-02 Thread Christian Demmer
On Sun, 02 Aug 2015 09:50:21 +0200 (CEST), Werner LEMBERG wrote:
 What about Apple GX fonts?  Wouldn't they have abundant composite
 glyphs?  Some old ones might even use offset scaling to test.  No?
 
 I will also send you what I have.

I just searched my old stuff and I found Apple's QuickDraw GX v1.1.3 
from 1995 containing a folder with Testing Fonts:

u2c:Testing Fonts chris$ ls
Baghdad Helvetica   Shifting 
Baseline Font
Chicago KufiTimes
Courier Monaco  Vertical 
Metrics Font
Diwan   Pratiksha   Vertical 
Substitution Font
Ductile Roman Font  Ramat Gan   Zapf Chancery
Geneva VRearranged Roman Font
Glyph Stretching Font   Reversed Roman Font

I don't understand enough about old fonts to know if this is useful for 
you, but in case someone is interested please contact me off list.

Greetings, Chris

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] FreeType 2.4.7 no longer compiles on Mac OS X, 2.4.6 does

2011-10-27 Thread Christian Demmer
Hello,

I can confirm the problem compiling ft2demos on OSX 10.6.8.

suzuki toshiya wrote:
ranlib obj/graph.a

This fix works. Calling make again finshes building ft2demos.

Also I observed that calling make clean does not remove obj/graph.a.

Thanks for the hint.

Greetings chris

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] plan to support sfnt-wrapped CID-keyed font

2008-08-30 Thread Christian Demmer
[EMAIL PROTECTED] wrote:
Q3) Does anybody have a documentation on Apple's GX Type1 font?
Adobe TN#5180 tells that it was included in Apple Developers
CD-ROM.

I searched my archive and found:

1) The Type 1 GX Font Format, September 27, 1995, 2:36 PM
which is a technote (13 pages) distributed with the Quickdraw GX 1.1.3
package.

2) QuickDraw GX Font Formats, Apple 1995
Book, Inside Macintosh style (326 pages)

If you think, that could help you, please conact me off list.

Greetings, Christian




___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] TrueType font that is not loaded by freetype

2008-05-17 Thread Christian Demmer
Werner LEMBERG wrote:

Tell me a reason to support this broken font!  Where shall I start?
Where shall I end?  Perhaps one Acroread version displays it fine, but
others might not -- different Acroread versions have different
rendering engines...  And what about the PDF engine of MacOS?  And
other vendors?

May 17 10:54:00 m2c
/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.f
ramework/Versions/A/Support/mdimportserver: Font Importer bounds check
error at location 0.

May 17 10:55:41 m2c 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer:
 Serious problems were found in font data in file 
/Users/chris/Desktop/font.ttf.
May 17 10:55:41 m2c 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer:
 This font won't be available for use.

Just for the record, that's what OSX 10.4.11 says if I try to open
font.ttf.

Greetings, Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] TrueType font that is not loaded by freetype

2008-05-17 Thread Christian Demmer
Albert Astals Cid wrote:
You have the problematic PDF at 
http://bugs.freedesktop.org/attachment.cgi?id=7225

I would be too interested to know what happens with the Mac's native PDF 
viewer

May 17 16:26:46 m2c 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer:
 Serious problems were found in font data while activating it.
May 17 16:26:46 m2c 
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer:
 You may encounter drawing or printing problems.
May 17 16:26:46 m2c /Applications/Preview.app/Contents/MacOS/Preview: Unable to 
use font: no glyphs present.

and it makes the machine (C2D @ 2GHz with 10.4.11) crawl while it logs
thousands of these lines. The TOC is recognized, the pages are empty;
only a horizonzal line at the top and some question marks in a circle
appear. 

Greetings, Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] freetype opengl texture

2007-08-10 Thread Christian Demmer
zill wrote:

I'm still getting a white square which is leading me to believe that there is
something wrong with the FreeType code.  I should be able to figure out the
gl code as soon as I can figure out how to get the FreeType to work.  I
don't see what I'm doing wrong since I followed the explanation word for
word.  But obviously there is something.



David Turner-5 wrote:
 
 what is the result of using:
 
 glTexImage2D(GL_TEXTURE_2D, 0, 1, 30, 30, 0, GL_ALPHA, GL_UNSIGNED_BYTE,
 ft_face-glyph-bitmap);

Should this be ft_face-glyph-bitmap-buffer?

And texture width and height needs to be a power of 2 for GL_TEXTURE_2D
target. Othwerwise use texture rectangle extension or something like
that.

Greetings, Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Mac install instructions don't seem to exist

2006-12-22 Thread Christian Demmer
Hi,

I, too saw problems with freetype2 CVS some weeks ago. Downloading the
2.2.1 release did build with ./configure, make, make install out of the
box.

I tried it today your way and it fails as you describe on my Intel
10.4.8.

Sean McBride wrote:
mkdir -p ~/Desktop/freetype2/CVS
cd ~/Desktop/freetype2/CVS
cvs -d:pserver:[EMAIL PROTECTED]:/sources/freetype login
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/freetype
co -P freetype2
cd ~/Desktop/freetype2/CVS/freetype2

At this point edit autogen.sh and remove the --force option in line 43.
Also rename libtoolize to glibtoolize in line 44. Then:

sh autogen.sh
./configure
make

did the job for me.

Hope this helps

Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


RE: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-05 Thread Christian Demmer
Turner, David wrote:
The Jamfiles located in the FreeType source directories are written
for the standard version of Jam, that handles among lots of other operating
systems, both MacOS and OS X. See http://www.perforce.com/jam/jam.html. 

Interesting, I didn't know there is Jam for MPW.

By the way, I'd be interested to know the exact version of Jam that comes
with 10.4. Did they upgrade it ? To know that, simply type jam -v or
jam -? on the command line.

g4c:~ chris$ /Developer/Private/jam -v
Jam/MR  Version 2.2.1.  Copyright 1993, 1997 Christopher Seiwald.
with Apple ProjectBuilder Extensions

Btw. and totally off topic; I never used Jam myself. Do you know of
the top of your head if Jam can handle the situation where a compiler
produces two output files from one source file on which further
compilation depends? This happens with symbol files in Wirth style
languages and make can't handle this.

Greetings, Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Freetype on Mac uses deprecated functions

2005-09-02 Thread Christian Demmer
[EMAIL PROTECTED] wrote:
I want to do. I have MacOS 9.2 + MacOS X 10.0 + MacOS 10.1
+ MacOS 10.3 machine. Unfortunately, I have no developer
kit for MacOS 9. Any recommendation what I have to buy?

No need to buy anything. Just get MPW from Apple. It's free.
http://developer.apple.com/tools/mpw-tools/

Be sure to apply the latest updates (Updated MPW Components) since the
last release is from 2001. There is no new release because Apple does
not actively support it anymore.

Greetings, Christian


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel