mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-06 09:00:12 +01:00
Improve documentation of `FT_Outline_Decompose'.
This commit is contained in:
parent
7a13dc008b
commit
77e4d1b22e
1 changed files with 4 additions and 0 deletions
|
|
@ -115,6 +115,10 @@ FT_BEGIN_HEADER
|
|||
/* outline for stroking purposes (otherwise it would result in a */
|
||||
/* visible dot when round caps are used). */
|
||||
/* */
|
||||
/* Similarly, the function returns success for an empty outline also */
|
||||
/* (doing nothing, this is, not calling any emitter); if necessary, */
|
||||
/* you should filter this out, too. */
|
||||
/* */
|
||||
FT_EXPORT( FT_Error )
|
||||
FT_Outline_Decompose( FT_Outline* outline,
|
||||
const FT_Outline_Funcs* func_interface,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue