'Declaration Public Property EmbedFonts As System.Boolean
public System.bool EmbedFonts {get; set;}
Changing this property only affects subsequent calls to GrapeCity.Documents.Drawing.GcGraphics.DrawTextLayout, GrapeCity.Documents.Drawing.GcGraphics.DrawString and GrapeCity.Documents.Drawing.GcGraphics.DrawString methods. Already rendered text is not affected.
This property is ignored if GrapeCity.Documents.Drawing.GcGraphics.DrawTextAsPath is true.
The default is false.
'Declaration Public Property EmbedFonts As System.Boolean
public System.bool EmbedFonts {get; set;}