mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
re-enable drawing of mathbb
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5798 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d5bd0169a5
commit
7b97216ab7
@ -537,6 +537,7 @@ fontinfo fontinfos[] = {
|
||||
{"mathfrak", LyXFont::EUFRAK_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"mathrm", LyXFont::ROMAN_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"mathsf", LyXFont::SANS_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"mathbb", LyXFont::MSB_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"cmex", LyXFont::CMEX_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"cmm", LyXFont::CMM_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
{"cmr", LyXFont::CMR_FAMILY, inh_series, inh_shape, LColor::math},
|
||||
|
Loading…
Reference in New Issue
Block a user