IFont

class IFont

Bases: ImpactCOMWrapperBase

Summary:

Represents a font.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property font_type

Gets font_type.

Summary:

The type of font.

Returns:

The value of font_type.

Return type:

font_type (ipFontType)

property full_name

Gets full_name.

Summary:

The full name of the font.

Returns:

The value of full_name.

Return type:

full_name (str)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.