In This Topic
GdPicture14 Namespace / GdPicturePDF Class / AddTrueTypeFontU Method

AddTrueTypeFontU Method (GdPicturePDF)

In This Topic
Adds a TrueType or OpenType system font with Unicode support to the currently loaded PDF document according to your preference.
Overload List
OverloadDescription
Adds a TrueType or OpenType system font to the currently loaded PDF document according to a font name and other parameters you have specified. The displaying of Unicode characters is supported when using the font added by this method.

Be aware that the specified font is always subset using this method. You can disable font subsetting by using the overloaded method with the EnableSubset parameter.

 
Adds a TrueType or OpenType system font to the currently loaded PDF document according to a font name and other parameters you have specified. The displaying of Unicode characters is supported when using the font added by this method.  
See Also