[]
Gets or sets a value indicating whether fonts used in 'text' elements should be embedded.
Changing this property only affects subsequent calls to DrawTextLayout(TextLayout, PointF), DrawString(string, TextFormat, PointF) and DrawString(string, TextFormat, RectangleF, TextAlignment, ParagraphAlignment, bool) methods. Already rendered text is not affected.
This property is ignored if DrawTextAsPath is true.
The default is false.
public bool EmbedFonts { get; set; }
Public Property EmbedFonts As Boolean