[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] [PATCH] Document that FT_Get_X11_Font_Format is an intrinsic
From: |
Ralph Giles |
Subject: |
[ft-devel] [PATCH] Document that FT_Get_X11_Font_Format is an intrinsic call |
Date: |
Wed, 26 Aug 2009 13:55:17 -0700 |
Working on the the freetype integration in ghostscript again, I went
looking for a way to identify whether an FT_Face was a "Type 1" or
"TrueType". There is a function which implements this, confusingly
named FT_Get_X11_Font_Format() because it was originally added (in
2002) for the benefit of XFree86, even though the documentation is
aware that PDF implementations also need this feature. I was concerned
about this being platform-dependent and traced through some of the
code; it is completely intrinsic to freetype and doesn't depend on X11
at all.
i
Please consider applying the attached documentation patch to clarify this.
Going further, what people think about making this part of the core
api as FT_Get_Face_Format()? Given the broader usage nowadays I think
that makes more sense than having it only in an optional module.
-r
0001-Document-that-FT_Get_X11_Font_Format-is-a-general.patch
Description: Text Data
- [ft-devel] [PATCH] Document that FT_Get_X11_Font_Format is an intrinsic call,
Ralph Giles <=