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
)
Public Sub SubsetFonts (
subset As Boolean
)
public:
virtual void SubsetFonts(
[InAttribute] bool subset
) sealed
function SubsetFonts(subset);
Parameters
- subset
- Type: SystemBoolean
if true all embedded fonts will be subsetted.
See Also