diff options
author | Ming Hua <plateauwolf@qq.com> | 2020-11-18 09:02:26 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-11-19 16:14:36 +0100 |
commit | 52f1115571469f210192cbce6b52e8b7d1d85dc0 (patch) | |
tree | b72c9235d2df74bb2d20a94867f741c8cdd8b85d /configure.ac | |
parent | 21cdfa82b6f1e4adf8c4020fc06cfc28e21c7495 (diff) |
tdf#132938 Add glyphs U+F030-U+F039 to OpenSymbol
Add glyphs U+F030-U+F039 (in Private Use Area) as references to
U+0030-U+0039 (digits 0-9), because font Symbol.ttf has these glyphs and
they are necessary for compatibility with MS Office file formats.
Change-Id: If66ac3ee6fda9c161b36fd6eb459c99646e87541
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105997
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index abaceb94ee0b..031308058854 100644 --- a/configure.ac +++ b/configure.ac @@ -12701,7 +12701,7 @@ if test "$enable_build_opensymbol" = "yes"; then fi else AC_MSG_RESULT([no]) - OPENSYMBOL_TTF=884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf + OPENSYMBOL_TTF=f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf BUILD_TYPE="$BUILD_TYPE OPENSYMBOL" fi AC_SUBST(OPENSYMBOL_TTF) |