Update source to v6.11.18282.01000

This commit is contained in:
Will Pearson
2018-10-10 22:43:34 +01:00
parent 08ba072313
commit 80b0545f2b
93 changed files with 8784 additions and 2972 deletions

View File

@@ -3112,7 +3112,9 @@ bool ON_Annotation::SetAnnotationFont(const ON_Font* font, const ON_DimStyle* pa
{
if (nullptr != font)
{
const ON_wString fontname = ON_Font::RichTextFontName(font, true);
SetFont(parent_style, *font);
const ON_wString fontname = font->QuartetName(); //ON_Font::RichTextFontName(font, true);
bool bold = font->IsBoldInQuartet();
bool italic = font->IsItalic();