TtfPostTable.IsFixedPitch

TtfPostTable.IsFixedPitch property

Gets uint32 isFixedPitch. 0 if the font is proportionally spaced, non-zero if the font is not proportionally spaced (i.e. monospaced).

public uint IsFixedPitch { get; }

See Also