0032680: Visualization, AIS_TextLabel - Bold FontAspect doesn't work
authorkgv <kgv@opencascade.com>
Mon, 22 Nov 2021 08:01:37 +0000 (11:01 +0300)
committersmoskvin <smoskvin@opencascade.com>
Mon, 22 Nov 2021 16:04:09 +0000 (19:04 +0300)
commit3bbcf114f029bf861cc52461bbe8b76734f8d47e
tree0c3149c0e5a7b9f603414c0278754860144ece11
parentd62df471b262ab4163625ab99ba653e1c0b15f17
0032680: Visualization, AIS_TextLabel - Bold FontAspect doesn't work

Prs3d_TextAspect now sets Font_NOF_SERIF as default font
instead of confusig Font_NOF_ASCII_TRIPLEX (Times-Bold).
Therefore, default font now uses regular aspect, not bold.

Command vdrawtext does no more set "Courier" font by default.
src/Prs3d/Prs3d_TextAspect.cxx
src/ViewerTest/ViewerTest_ObjectCommands.cxx