mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
wasy10 font: fix glyphs codepoints 9,10,12,13.
92680495b
follow-up.
pointer: 9 -> 170
bell: 10 -> 171
quarternote: 12 -> 172
halfnote: 13 -> 174
This should be the final one.
This commit is contained in:
parent
aabd3514dc
commit
20ab606975
@ -69,3 +69,9 @@ LFUN_EXPORT_CANCEL: Used to cancel background export processes.
|
||||
|
||||
* Please additionally see the release notes from the versions in-between:
|
||||
https://wiki.lyx.org/LyX/ReleaseNotes
|
||||
|
||||
* Several ttf fonts (esint10.ttf, stmary10.ttf, wasy10.ttf) were changed
|
||||
to reflect the fact that newer Qt libraries do not support displaying certain
|
||||
codepoints anymore (bug #8493, #10161).
|
||||
Distribution packagers need to repack those font files in case they are
|
||||
delivering the fonts as a separated package dependent from core LyX.
|
||||
|
@ -555,7 +555,8 @@ This file contains each symbol of the font stmary10.ttf that is made accessible
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
The critical points for qt4/qt5 transition (9,10,12,13):
|
||||
The critical codepoints (9,10,12,13) for qt4/qt5 transition (compare mathed
|
||||
and instant preview result):
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
@ -572,6 +573,14 @@ esint10:
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
wasy10:
|
||||
\begin_inset Formula $\text{\pointer}\bell\,\quarternote\,\halfnote$
|
||||
\end_inset
|
||||
|
||||
|
||||
\end_layout
|
||||
|
||||
\end_body
|
||||
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
10
lib/symbols
10
lib/symbols
@ -700,8 +700,8 @@ phone wasy 7 0 textmode ☎ wasysym,amstext,lyxmath
|
||||
recorder wasy 6 0 textmode ⌕ wasysym,amstext,lyxmathsym # works in text mode only (produces \Sigma in math mode)
|
||||
clock wasy 28 0 textmode &clock; wasysym,amstext,lyxmathsym # works in text mode only (produces \o in math mode)
|
||||
lightning wasy 18 0 textmode ☇ wasysym,amstext,lyxmathsym # works in text mode only (produces ` in math mode)
|
||||
# FIXME Display is wrong (bug 8493): qt does not display characters at the \t position (0x09)
|
||||
pointer wasy 9 0 textmode x wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
|
||||
# qt does not display characters at the \t position (0x09)
|
||||
pointer wasy 170 0 textmode x wasysym,amstext,lyxmathsym # works in text mode only (produces \Psi in math mode)
|
||||
RIGHTarrow wasy 17 0 textmode ▶ wasysym,amstext,lyxmathsym # works in text mode only (produces \jmath in math mode)
|
||||
LEFTarrow wasy 16 0 textmode ◀ wasysym,amstext,lyxmathsym # works in text mode only (produces \imath in math mode)
|
||||
UParrow wasy 75 0 textmode ▲ wasysym,amstext,lyxmathsym # works in text mode only (produces K in math mode)
|
||||
@ -729,10 +729,10 @@ frownie wasy 47 0 x ☹
|
||||
blacksmiley wasy 45 0 x ☻
|
||||
sun wasy 46 0 x ☼
|
||||
checked wasy 8 0 x ✓
|
||||
bell wasy 10 0 x ⍾
|
||||
bell wasy 171 0 x ⍾
|
||||
eighthnote wasy 11 0 x ♮
|
||||
quarternote wasy 12 0 x ♩
|
||||
halfnote wasy 13 0 x 𝅗𝅥
|
||||
quarternote wasy 172 0 x ♩
|
||||
halfnote wasy 174 0 x 𝅗𝅥
|
||||
fullnote wasy 14 0 x 𝅝
|
||||
twonotes wasy 15 0 x ♫
|
||||
brokenvert wasy 124 0 x ¦
|
||||
|
Loading…
Reference in New Issue
Block a user