Overload | Description |
---|---|
AddTrueTypeFontU(String,FontCharSet,Boolean,Boolean) | 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. |
AddTrueTypeFontU(String,Boolean,Boolean,Boolean) | 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. |