Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9066b40

Browse files
authored
Merge pull request#29022 from KamathForAIX/main
Fixes AIX internal CI build break.
2 parents9f5a90c +21d656d commit9066b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/ft2font_wrapper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ enum class LoadFlags : FT_Int32 {
156156
DECLARE_FLAG(COMPUTE_METRICS),
157157
#endif
158158
#ifdef FT_LOAD_BITMAP_METRICS_ONLY// backcompat: ft 2.7.1.
159-
DECLARE_FLAG(LOAD_BITMAP_METRICS_ONLY),
159+
DECLARE_FLAG(BITMAP_METRICS_ONLY),
160160
#endif
161161
#ifdef FT_LOAD_NO_SVG// backcompat: ft 2.13.1.
162-
DECLARE_FLAG(LOAD_NO_SVG),
162+
DECLARE_FLAG(NO_SVG),
163163
#endif
164164
DECLARE_FLAG(TARGET_NORMAL),
165165
DECLARE_FLAG(TARGET_LIGHT),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp