PrivateDict

Overview

PrivateDict is a class in Aspose.Font FOSS for Python.

PrivateDict.from_dict(d) creates a PrivateDict instance from a dictionary containing private dict entries such as default_width_x and nominal_width_x.

This class provides 1 method for working with PrivateDict objects in Python programs. Available methods include: from_dict. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: default_width_x, nominal_width_x, std_hw, std_vw, subrs_offset.

Properties

NameTypeAccessDescription
default_width_xintRead/WriteGets or sets the default width x.
nominal_width_xintRead/WriteGets or sets the nominal width x.
std_hwfloatRead/WriteGets or sets the std hw.
std_vwfloatRead/WriteGets or sets the std vw.
subrs_offsetintRead/WriteGets or sets the subrs offset.

Methods

SignatureDescription
from_dict(d: CffDict)"PrivateDict"Creates a PrivateDict instance from a dictionary containing private dict entries such as default_width_x and nominal_width_x

See Also