]> git.lyx.org Git - lyx.git/commit
Support the mathbbm font.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 27 Jul 2020 01:14:38 +0000 (03:14 +0200)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 27 Jul 2020 01:15:00 +0000 (03:15 +0200)
commite709a6626e731b460a98ea34d762a776de90b54c
treebf1aa68964718b5bf4158124342a9eecc219812c
parent8dd2e7e6816a714b2c19eb7466dcb80fa582a0e4
Support the mathbbm font.

Should just be able to read formulae, not add it from the GUI, as it's mostly redundant with mathds and mathbb.
lib/fonts/bbm.sfd [new file with mode: 0644]
lib/fonts/bbm.ttf [new file with mode: 0644]
lib/symbols
src/FontEnums.h
src/FontInfo.cpp
src/LaTeXFeatures.cpp
src/frontends/qt/GuiFontLoader.cpp
src/mathed/InsetMathFont.cpp
src/mathed/MathSupport.cpp
src/output_docbook.cpp