* include/freetype/ftbdf.h (FT_Get_BDF_Property): Improve documentation.
This commit is contained in:
parent
fc6d12a1f7
commit
214ca056f5
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
* docs/formats.txt: Add link to PCF specification.
|
* docs/formats.txt: Add link to PCF specification.
|
||||||
|
|
||||||
|
* include/freetype/ftbdf.h (FT_Get_BDF_Property): Improve
|
||||||
|
documentation.
|
||||||
|
|
||||||
2009-01-09 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
2009-01-09 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||||
|
|
||||||
* src/base/ftadvanc.c (_ft_face_scale_advances, FT_Get_Advance,
|
* src/base/ftadvanc.c (_ft_face_scale_advances, FT_Get_Advance,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/* */
|
/* */
|
||||||
/* FreeType API for accessing BDF-specific strings (specification). */
|
/* FreeType API for accessing BDF-specific strings (specification). */
|
||||||
/* */
|
/* */
|
||||||
/* Copyright 2002, 2003, 2004, 2006 by */
|
/* Copyright 2002, 2003, 2004, 2006, 2009 by */
|
||||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||||
/* */
|
/* */
|
||||||
/* This file is part of the FreeType project, and may only be used, */
|
/* This file is part of the FreeType project, and may only be used, */
|
||||||
|
@ -183,6 +183,14 @@ FT_BEGIN_HEADER
|
||||||
* otherwise. It also returns an error if the property is not in the
|
* otherwise. It also returns an error if the property is not in the
|
||||||
* font.
|
* font.
|
||||||
*
|
*
|
||||||
|
* A `property' is a either key-value pair within the STARTPROPERTIES
|
||||||
|
* ... ENDPROPERTIES block of a BDF font or a key-value pair from the
|
||||||
|
* `info->props' array within a `FontRec' structure of a PCF font.
|
||||||
|
*
|
||||||
|
* Integer properties are always stored as `signed' within PCF fonts;
|
||||||
|
* consequently, @BDF_PROPERTY_TYPE_CARDINAL is a possible return value
|
||||||
|
* for BDF fonts only.
|
||||||
|
*
|
||||||
* In case of error, `aproperty->type' is always set to
|
* In case of error, `aproperty->type' is always set to
|
||||||
* @BDF_PROPERTY_TYPE_NONE.
|
* @BDF_PROPERTY_TYPE_NONE.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue