summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html')
-rw-r--r--Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html b/Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html
index 0252535df7e..1342f206944 100644
--- a/Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html
+++ b/Build/source/libs/freetype2/freetype-src/docs/reference/site/ft2-glyph_management.html
@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
- <meta name="description" content="API Reference Documentation for FreeType-2.10.0">
+ <meta name="description" content="API Reference Documentation for FreeType-2.10.1">
@@ -40,7 +40,7 @@
- <title>Glyph Management - FreeType-2.10.0 API Reference</title>
+ <title>Glyph Management - FreeType-2.10.1 API Reference</title>
@@ -98,7 +98,7 @@
<nav class="md-header-nav md-grid">
<div class="md-flex">
<div class="md-flex__cell md-flex__cell--shrink">
- <a href="index.html" title="FreeType-2.10.0 API Reference" class="md-header-nav__button md-logo">
+ <a href="index.html" title="FreeType-2.10.1 API Reference" class="md-header-nav__button md-logo">
<img src="images/favico.ico" width="24" height="24">
@@ -111,7 +111,7 @@
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
<span class="md-header-nav__topic">
- FreeType-2.10.0 API Reference
+ FreeType-2.10.1 API Reference
</span>
<span class="md-header-nav__topic">
Glyph Management
@@ -166,12 +166,12 @@
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" data-md-level="0">
<label class="md-nav__title md-nav__title--site" for="__drawer">
- <a href="index.html" title="FreeType-2.10.0 API Reference" class="md-nav__button md-logo">
+ <a href="index.html" title="FreeType-2.10.1 API Reference" class="md-nav__button md-logo">
<img src="images/favico.ico" width="48" height="48">
</a>
- FreeType-2.10.0 API Reference
+ FreeType-2.10.1 API Reference
</label>
<ul class="md-nav__list" data-md-scrollfix>
@@ -1403,7 +1403,7 @@
<h4>note</h4>
<p>You can typecast an <code><a href="ft2-glyph_management.html#ft_glyph">FT_Glyph</a></code> to <code><a href="ft2-glyph_management.html#ft_outlineglyph">FT_OutlineGlyph</a></code> if you have <code>glyph-&gt;format == FT_GLYPH_FORMAT_OUTLINE</code>. This lets you access the outline's content easily.</p>
-<p>As the outline is extracted from a glyph slot, its coordinates are expressed normally in 26.6 pixels, unless the flag <code><a href="ft2-base_interface.html#ft_load_xxx">FT_LOAD_NO_SCALE</a></code> was used in <code><a href="ft2-base_interface.html#ft_load_glyph">FT_Load_Glyph</a></code>() or <code><a href="ft2-base_interface.html#ft_load_char">FT_Load_Char</a></code>().</p>
+<p>As the outline is extracted from a glyph slot, its coordinates are expressed normally in 26.6 pixels, unless the flag <code><a href="ft2-base_interface.html#ft_load_xxx">FT_LOAD_NO_SCALE</a></code> was used in <code><a href="ft2-base_interface.html#ft_load_glyph">FT_Load_Glyph</a></code> or <code><a href="ft2-base_interface.html#ft_load_char">FT_Load_Char</a></code>.</p>
<p>The outline's tables are always owned by the object and are destroyed with it.</p>
<hr>