-
Notifications
You must be signed in to change notification settings - Fork 228
Closed
Labels
Cannot Reproducehttps://xkcd.com/583/https://xkcd.com/583/
Description
Expected Behavior
No error like in 1.51.5185-beta.
Actual Behavior
Message:
System.InvalidOperationException : No appropriate font found for family name "Segoe UI".
Stack Trace:
XGlyphTypeface.GetOrCreateFrom(String familyName, FontResolvingOptions fontResolvingOptions)
XFont.Initialize()
XFont.ctor(String familyName, Double emSize, XFontStyleEx style, XPdfFontOptions pdfOptions)
XFont.ctor(String familyName, Double emSize, XFontStyleEx style)
FontHandler.FontToXFont(Font font)
ParagraphRenderer.get_CurrentFont()
ParagraphRenderer.CalcCurrentVerticalInfo()
ParagraphRenderer.InitFormat(Area area, FormatInfo previousFormatInfo)
ParagraphRenderer.Format(Area area, FormatInfo previousFormatInfo)
TopDownFormatter.FormatOnAreas(XGraphics gfx, Boolean topLevel)
<6 more frames...>
DocumentRenderer.PrepareDocument()
PdfDocumentRenderer.PrepareDocumentRenderer(Boolean prepareCompletely)
PdfDocumentRenderer.PrepareRenderPages()
PdfDocumentRenderer.RenderDocument()
Steps to Reproduce the Behavior
var style = document.Styles[StyleNames.Normal];
style.Font.Name = "Segoe UI";
style.Font.Size = 10;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Cannot Reproducehttps://xkcd.com/583/https://xkcd.com/583/