Skip to content

Commit 8ecae77

Browse files
committed
chore(main/harfbuzz): update gir and man files for v13.0.0
1 parent 25cf3d0 commit 8ecae77

File tree

7 files changed

+1208
-34
lines changed

7 files changed

+1208
-34
lines changed

packages/harfbuzz/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ termux_step_post_make_install() {
4646
install -Dm600 "$TERMUX_PKG_BUILDER_DIR"/hb-info.1 "$TERMUX_PREFIX"/share/man/man1/hb-info.1
4747
install -Dm600 "$TERMUX_PKG_BUILDER_DIR"/hb-shape.1 "$TERMUX_PREFIX"/share/man/man1/hb-shape.1
4848
install -Dm600 "$TERMUX_PKG_BUILDER_DIR"/hb-subset.1 "$TERMUX_PREFIX"/share/man/man1/hb-subset.1
49+
install -Dm600 "$TERMUX_PKG_BUILDER_DIR"/hb-vector.1 "$TERMUX_PREFIX"/share/man/man1/hb-vector.1
4950
install -Dm600 "$TERMUX_PKG_BUILDER_DIR"/hb-view.1 "$TERMUX_PREFIX"/share/man/man1/hb-view.1
5051
}

packages/harfbuzz/gir/HarfBuzz-0.0.xml

Lines changed: 813 additions & 1 deletion
Large diffs are not rendered by default.

packages/harfbuzz/hb-info.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH HB-INFO "1" "April 2025" "HarfBuzz 11.0.1" "User Commands"
2+
.TH HB-INFO "1" "March 2026" "HarfBuzz 13.0.0" "User Commands"
33
.SH NAME
4-
hb-info \- manual page for hb-info 11.0.1
4+
hb-info \- Query font information.
55
.SH DESCRIPTION
66
.SS "Usage:"
77
.IP
8-
hb\-info [OPTION?] [FONT\-FILE]
8+
hb\-info [OPTION???] [FONT\-FILE]
99
.PP
1010
Query font information.
1111
.SS "Help Options:"

packages/harfbuzz/hb-shape.1

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH HB-SHAPE "1" "April 2025" "HarfBuzz 11.0.1" "User Commands"
2+
.TH HB-SHAPE "1" "March 2026" "HarfBuzz 13.0.0" "User Commands"
33
.SH NAME
4-
hb-shape \- manual page for hb-shape 11.0.1
4+
hb-shape \- Shape text with given font.
55
.SH DESCRIPTION
66
.SS "Usage:"
77
.IP
8-
hb\-shape [OPTION?] [FONT\-FILE] [TEXT]
8+
hb\-shape [OPTION???] [FONT\-FILE] [TEXT]
99
.PP
1010
Shape text with given font.
1111
.SS "Help Options:"
@@ -217,33 +217,33 @@ Value: Start: End:
217217
Setting value:
218218
.TP
219219
"kern"
220-
1 0 ? # Turn feature on
220+
1 0 ??? # Turn feature on
221221
.TP
222222
"+kern"
223-
1 0 ? # Turn feature on
223+
1 0 ??? # Turn feature on
224224
.TP
225225
"\-kern"
226-
0 0 ? # Turn feature off
226+
0 0 ??? # Turn feature off
227227
.TP
228228
"kern=0"
229-
0 0 ? # Turn feature off
229+
0 0 ??? # Turn feature off
230230
.TP
231231
"kern=1"
232-
1 0 ? # Turn feature on
232+
1 0 ??? # Turn feature on
233233
.TP
234234
"aalt=2"
235-
2 0 ? # Choose 2nd alternate
235+
2 0 ??? # Choose 2nd alternate
236236
.IP
237237
Setting index:
238238
.TP
239239
"kern[]"
240-
1 0 ? # Turn feature on
240+
1 0 ??? # Turn feature on
241241
.TP
242242
"kern[:]"
243-
1 0 ? # Turn feature on
243+
1 0 ??? # Turn feature on
244244
.TP
245245
"kern[5:]"
246-
1 5 ? # Turn feature on, partial
246+
1 5 ??? # Turn feature on, partial
247247
.TP
248248
"kern[:5]"
249249
1 0 5 # Turn feature on, partial
@@ -314,7 +314,7 @@ Output interim shaping results
314314
Show version numbers
315315
.TP
316316
\fB\-n\fR, \fB\-\-num\-iterations\fR=\fI\,N\/\fR
317-
Run shaper N times (default: 1)
317+
Run N iterations (default: 1)
318318
.PP
319319
Shows results of shaping text with a given font in textual or JSON format.
320320
.SH "EXIT CODES"

packages/harfbuzz/hb-subset.1

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH HB-SUBSET "1" "April 2025" "HarfBuzz 11.0.1" "User Commands"
2+
.TH HB-SUBSET "1" "March 2026" "HarfBuzz 13.0.0" "User Commands"
33
.SH NAME
4-
hb-subset \- manual page for hb-subset 11.0.1
4+
hb-subset \- Subset font to specification.
55
.SH DESCRIPTION
66
.SS "Usage:"
77
.IP
8-
hb\-subset [OPTION?] [FONT\-FILE] [TEXT]
8+
hb\-subset [OPTION???] [FONT\-FILE] [TEXT]
99
.PP
1010
Subset font to specification.
1111
.SS "Help Options:"
@@ -110,6 +110,9 @@ If set don't renumber glyph ids in the subset.
110110
\fB\-\-desubroutinize\fR
111111
Remove CFF/CFF2 use of subroutines
112112
.TP
113+
\fB\-\-downgrade\-cff2\fR
114+
Convert instantiated variable fonts from CFF2 to CFF1
115+
.TP
113116
\fB\-\-name\-legacy\fR
114117
Keep legacy (non\-Unicode) 'name' table entries
115118
.TP
@@ -125,6 +128,9 @@ Don't change the 'OS/2 ulUnicodeRange*' bits.
125128
\fB\-\-no\-layout\-closure\fR
126129
Don't perform glyph closure for layout substitution (GSUB).
127130
.TP
131+
\fB\-\-no\-bidi\-closure\fR
132+
Don't perform bidi closure (adding mirrored variants) for input codepoints.
133+
.TP
128134
\fB\-\-glyph\-names\fR
129135
Keep PS glyph names in TT\-flavored fonts.
130136
.TP

0 commit comments

Comments
 (0)