freetype.h: More updates to `FT_LOAD_COLOR` description.
This commit is contained in:
parent
8b7226bb43
commit
9af1127fbe
|
@ -3054,10 +3054,11 @@ FT_BEGIN_HEADER
|
||||||
* the OpenType specification), make @FT_Render_Glyph provide a default
|
* the OpenType specification), make @FT_Render_Glyph provide a default
|
||||||
* blending of the color glyph layers associated with the glyph index,
|
* blending of the color glyph layers associated with the glyph index,
|
||||||
* using the same bitmap format as embedded color bitmap images. This
|
* using the same bitmap format as embedded color bitmap images. This
|
||||||
* is mainly for convenience; for full control of color layers use
|
* is mainly for convenience and works for 'COLR' v1 tables only. For
|
||||||
* @FT_Get_Color_Glyph_Layer and FreeType's color functions like
|
* full control of color layers use @FT_Get_Color_Glyph_Layer and
|
||||||
* @FT_Palette_Select instead of setting @FT_LOAD_COLOR for rendering
|
* FreeType's color functions like @FT_Palette_Select instead of
|
||||||
* so that the client application can handle blending by itself.
|
* setting @FT_LOAD_COLOR for rendering so that the client application
|
||||||
|
* can handle blending by itself.
|
||||||
*
|
*
|
||||||
* FT_LOAD_COMPUTE_METRICS ::
|
* FT_LOAD_COMPUTE_METRICS ::
|
||||||
* [Since 2.6.1] Compute glyph metrics from the glyph data, without the
|
* [Since 2.6.1] Compute glyph metrics from the glyph data, without the
|
||||||
|
|
Loading…
Reference in New Issue