You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-get-axis-range" title="hb_subset_input_get_axis_range ()">hb_subset_input_get_axis_range</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
28
+
</dt>
29
+
<dd></dd>
30
+
<dt>
31
+
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-set-axis-range" title="hb_subset_input_set_axis_range ()">hb_subset_input_set_axis_range</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
Copy file name to clipboardexpand all lines: api-index-full.html
+8
Original file line number
Diff line number
Diff line change
@@ -2737,6 +2737,10 @@
2737
2737
</dt>
2738
2738
<dd></dd>
2739
2739
<dt>
2740
+
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-get-axis-range" title="hb_subset_input_get_axis_range ()">hb_subset_input_get_axis_range</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
2741
+
</dt>
2742
+
<dd></dd>
2743
+
<dt>
2740
2744
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-get-flags" title="hb_subset_input_get_flags ()">hb_subset_input_get_flags</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
2741
2745
</dt>
2742
2746
<dd></dd>
@@ -2777,6 +2781,10 @@
2777
2781
</dt>
2778
2782
<dd></dd>
2779
2783
<dt>
2784
+
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-set-axis-range" title="hb_subset_input_set_axis_range ()">hb_subset_input_set_axis_range</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
2785
+
</dt>
2786
+
<dd></dd>
2787
+
<dt>
2780
2788
<aclass="link" href="harfbuzz-hb-subset.html#hb-subset-input-set-flags" title="hb_subset_input_set_flags ()">hb_subset_input_set_flags</a>, function in <aclass="link" href="harfbuzz-hb-subset.html" title="hb-subset">hb-subset</a>
<p>Gets the axis range assigned by previous calls to hb_subset_input_set_axis_range.</p>
844
+
<p><spanclass="annotation">[<acronymtitle="Exposed in C code, not necessarily available in other languages."><spanclass="acronym">skip</span></acronym>]</span></p>
<p>Restricting the range of variation on an axis in the given subset input object.
899
+
New min/default/max values will be clamped if they're not within the fvar axis range.</p>
900
+
<p>If the fvar axis default value is not within the new range, the new default
901
+
value will be changed to the new min or max value, whichever is closer to the fvar
902
+
axis default.</p>
903
+
<p>Note: input min value can not be bigger than input max value. If the input
904
+
default value is not within the new min/max range, it'll be clamped.
905
+
Note: currently it supports gvar and cvar tables only.</p>
906
+
<p><spanclass="annotation">[<acronymtitle="Exposed in C code, not necessarily available in other languages."><spanclass="acronym">skip</span></acronym>]</span></p>
0 commit comments