Changeset 262 for trunk/poppler/freetype2/include/freetype/ftbdf.h
- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/include/freetype/ftbdf.h
r251 r262 5 5 /* FreeType API for accessing BDF-specific strings (specification). */ 6 6 /* */ 7 /* Copyright 2002, 2003, 2004, 2006 by*/7 /* Copyright 2002, 2003, 2004, 2006, 2009 by */ 8 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 9 9 /* */ … … 184 184 * font. 185 185 * 186 * A `property' is a either key-value pair within the STARTPROPERTIES 187 * ... ENDPROPERTIES block of a BDF font or a key-value pair from the 188 * `info->props' array within a `FontRec' structure of a PCF font. 189 * 190 * Integer properties are always stored as `signed' within PCF fonts; 191 * consequently, @BDF_PROPERTY_TYPE_CARDINAL is a possible return value 192 * for BDF fonts only. 193 * 186 194 * In case of error, `aproperty->type' is always set to 187 195 * @BDF_PROPERTY_TYPE_NONE.
Note: See TracChangeset
for help on using the changeset viewer.