summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html')
-rw-r--r--Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html60
1 files changed, 7 insertions, 53 deletions
diff --git a/Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html b/Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html
index 27b36522f83..940d8f28bdd 100644
--- a/Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html
+++ b/Build/source/libs/freetype2/freetype-src/docs/reference/ft2-parameter_tags.html
@@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
- <meta name="description" content="API Reference Documentation for FreeType-2.12.0">
+ <meta name="description" content="API Reference Documentation for FreeType-2.11.1">
@@ -18,7 +18,7 @@
- <title>Parameter Tags - FreeType-2.12.0 API Reference</title>
+ <title>Parameter Tags - FreeType-2.11.1 API Reference</title>
@@ -82,7 +82,7 @@
<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
- <a href="index.html" title="FreeType-2.12.0 API Reference" class="md-header__button md-logo" aria-label="FreeType-2.12.0 API Reference" data-md-component="logo">
+ <a href="index.html" title="FreeType-2.11.1 API Reference" class="md-header__button md-logo" aria-label="FreeType-2.11.1 API Reference" data-md-component="logo">
<img src="images/favico.ico" alt="logo">
@@ -94,7 +94,7 @@
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
- FreeType-2.12.0 API Reference
+ FreeType-2.11.1 API Reference
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
@@ -161,12 +161,12 @@
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
- <a href="index.html" title="FreeType-2.12.0 API Reference" class="md-nav__button md-logo" aria-label="FreeType-2.12.0 API Reference" data-md-component="logo">
+ <a href="index.html" title="FreeType-2.11.1 API Reference" class="md-nav__button md-logo" aria-label="FreeType-2.11.1 API Reference" data-md-component="logo">
<img src="images/favico.ico" alt="logo">
</a>
- FreeType-2.12.0 API Reference
+ FreeType-2.11.1 API Reference
</label>
<ul class="md-nav__list" data-md-scrollfix>
@@ -542,18 +542,6 @@
<li class="md-nav__item">
- <a href="ft2-svg_fonts.html" class="md-nav__link">
- OpenType SVG Fonts
- </a>
- </li>
-
-
-
-
-
-
-
- <li class="md-nav__item">
<a href="ft2-font_formats.html" class="md-nav__link">
Font Formats
</a>
@@ -670,18 +658,6 @@
<li class="md-nav__item">
- <a href="ft2-ot_svg_driver.html" class="md-nav__link">
- The SVG driver
- </a>
- </li>
-
-
-
-
-
-
-
- <li class="md-nav__item">
<a href="ft2-properties.html" class="md-nav__link">
Driver properties
</a>
@@ -755,13 +731,6 @@
</li>
<li class="md-nav__item">
- <a href="#ft_param_tag_ignore_sbix" class="md-nav__link">
- FT_PARAM_TAG_IGNORE_SBIX
- </a>
-
-</li>
-
- <li class="md-nav__item">
<a href="#ft_param_tag_lcd_filter_weights" class="md-nav__link">
FT_PARAM_TAG_LCD_FILTER_WEIGHTS
</a>
@@ -1229,13 +1198,6 @@
</li>
<li class="md-nav__item">
- <a href="#ft_param_tag_ignore_sbix" class="md-nav__link">
- FT_PARAM_TAG_IGNORE_SBIX
- </a>
-
-</li>
-
- <li class="md-nav__item">
<a href="#ft_param_tag_lcd_filter_weights" class="md-nav__link">
FT_PARAM_TAG_LCD_FILTER_WEIGHTS
</a>
@@ -1321,14 +1283,6 @@
<p>An <code><a href="ft2-base_interface.html#ft_parameter">FT_Parameter</a></code> tag to be used with <code><a href="ft2-base_interface.html#ft_open_face">FT_Open_Face</a></code> to indicate incremental glyph loading.</p>
<hr>
-<h2 id="ft_param_tag_ignore_sbix">FT_PARAM_TAG_IGNORE_SBIX<a class="headerlink" href="#ft_param_tag_ignore_sbix" title="Permanent link">&para;</a></h2>
-<div class = "codehilite"><pre><code>#<span class="keyword">define</span> <b>FT_PARAM_TAG_IGNORE_SBIX</b> \
- <a href="ft2-basic_types.html#ft_make_tag">FT_MAKE_TAG</a>( 'i', 's', 'b', 'x' )
-</code></pre></div>
-
-<p>A tag for <code><a href="ft2-base_interface.html#ft_parameter">FT_Parameter</a></code> to make <code><a href="ft2-base_interface.html#ft_open_face">FT_Open_Face</a></code> ignore an &lsquo;sbix&rsquo; table while loading a font. Use this if <code><a href="ft2-base_interface.html#ft_face_flag_xxx">FT_FACE_FLAG_SBIX</a></code> is set and you want to access the outline glyphs in the font.</p>
-<hr>
-
<h2 id="ft_param_tag_lcd_filter_weights">FT_PARAM_TAG_LCD_FILTER_WEIGHTS<a class="headerlink" href="#ft_param_tag_lcd_filter_weights" title="Permanent link">&para;</a></h2>
<div class = "codehilite"><pre><code>#<span class="keyword">define</span> <b>FT_PARAM_TAG_LCD_FILTER_WEIGHTS</b> \
<a href="ft2-basic_types.html#ft_make_tag">FT_MAKE_TAG</a>( 'l', 'c', 'd', 'f' )
@@ -1427,7 +1381,7 @@
<div class="md-footer-copyright">
<div class="md-footer-copyright__highlight">
- Copyright 2022 <a href = "https://www.freetype.org/license.html">The FreeType Project</a>.
+ Copyright 2021 <a href = "https://www.freetype.org/license.html">The FreeType Project</a>.
</div>
Made with