Changeset 262 for trunk/poppler/freetype2/include/freetype/ftstroke.h
- Timestamp:
- Jan 17, 2009, 10:45:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/poppler/freetype2/include/freetype/ftstroke.h
r251 r262 250 250 * 251 251 * @note: 252 * The radius is expressed in the same units thatthe outline252 * The radius is expressed in the same units as the outline 253 253 * coordinates. 254 254 */ … … 306 306 * @note: 307 307 * If `opened' is~0 (the default), the outline is treated as a closed 308 * path, and the stroker will generatetwo distinct `border' outlines.308 * path, and the stroker generates two distinct `border' outlines. 309 309 * 310 310 * If `opened' is~1, the outline is processed as an open path, and the 311 * stroker will generatea single `stroke' outline.311 * stroker generates a single `stroke' outline. 312 312 * 313 313 * This function calls @FT_Stroker_Rewind automatically. … … 367 367 * @note: 368 368 * You should call this function after @FT_Stroker_BeginSubPath. 369 * If the subpath was not `opened', this function will `draw' a369 * If the subpath was not `opened', this function `draws' a 370 370 * single line segment to the start position when needed. 371 371 */ … … 477 477 * @description: 478 478 * Call this function once you have finished parsing your paths 479 * with the stroker. It will returnthe number of points and479 * with the stroker. It returns the number of points and 480 480 * contours necessary to export one of the `border' or `stroke' 481 481 * outlines generated by the stroker. … … 526 526 * structure. 527 527 * 528 * Note that this function will appendthe border points and529 * contours to your outline, but willnot try to resize its528 * Note that this function appends the border points and 529 * contours to your outline, but does not try to resize its 530 530 * arrays. 531 531 * … … 601 601 * export the all borders to your own @FT_Outline structure. 602 602 * 603 * Note that this function will appendthe border points and604 * contours to your outline, but willnot try to resize its603 * Note that this function appends the border points and 604 * contours to your outline, but does not try to resize its 605 605 * arrays. 606 606 *
Note: See TracChangeset
for help on using the changeset viewer.