Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FreeType
FreeType
Commits
31005d98
Commit
31005d98
authored
Jul 02, 2022
by
Werner Lemberg
Browse files
include/freetype/ftmm.h: Improve documentation.
parent
bec4ef41
Pipeline
#627906
passed with stage
in 9 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/freetype/ftmm.h
View file @
31005d98
...
...
@@ -398,6 +398,10 @@ FT_BEGIN_HEADER
* FreeType error code. 0~means success.
*
* @note:
* The design coordinates are 16.16 fractional values for TrueType GX and
* OpenType variation fonts. For Adobe MM fonts, the values are
* integers.
*
* [Since 2.8.1] To reset all axes to the default values, call the
* function with `num_coords` set to zero and `coords` set to `NULL`.
* [Since 2.9] 'Default values' means the currently selected named
...
...
@@ -440,6 +444,11 @@ FT_BEGIN_HEADER
* @return:
* FreeType error code. 0~means success.
*
* @note:
* The design coordinates are 16.16 fractional values for TrueType GX and
* OpenType variation fonts. For Adobe MM fonts, the values are
* integers.
*
* @since:
* 2.7.1
*/
...
...
@@ -471,9 +480,9 @@ FT_BEGIN_HEADER
* the number of axes, use default values for the remaining axes.
*
* coords ::
* The design coordinates array
(e
ach element
must be between 0 and 1.0
*
for Adobe MM fonts, and
between
-1.
0 and 1.0 for
TrueType GX and
* OpenType variation fonts
)
.
* The design coordinates array
. E
ach element
is a 16.16 fractional
*
value and must be
between 0 and 1.0 for
Adobe MM fonts, and between
*
-1.0 and 1.0 for TrueType GX and
OpenType variation fonts.
*
* @return:
* FreeType error code. 0~means success.
...
...
@@ -518,7 +527,7 @@ FT_BEGIN_HEADER
*
* @output:
* coords ::
* The normalized blend coordinates array.
* The normalized blend coordinates array
(as 16.16 fractional values)
.
*
* @return:
* FreeType error code. 0~means success.
...
...
Werner Lemberg
@wl
mentioned in issue
#1170 (closed)
·
Jul 02, 2022
mentioned in issue
#1170 (closed)
mentioned in issue #1170
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment