pitch property

FontInfo.pitch property

The pitch indicates if the font is fixed pitch, proportionally spaced, or relies on a default setting.

@property
def pitch(self) -> aspose.words.fonts.FontPitch:
    ...

@pitch.setter
def pitch(self, value: aspose.words.fonts.FontPitch):
    ...

See Also