Click or drag to resize

OptimizerTextSettingsSubsetFonts Method

Sets whether embedded fonts will be subset. This will generally reduce the size of fonts, but will strip font hinting. Subsetting is off by default.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SubsetFonts(
	bool subset
)

Parameters

subset
Type: SystemBoolean
if true all embedded fonts will be subsetted.
See Also