Click or drag to resize
PreferredFontFlags Enumeration
Preferred font options.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
[FlagsAttribute]
public enum PreferredFontFlags
Members
  Member nameValueDescription
None0No options.
IgnoreCurrentFont0Ignore the font that is active at a particular character position.
MatchCharRep1Match the current character repertoire.
MatchFontSignature2Match the current font signature.
MatchAscii4Use the current font if its character repertoire is Ansi.
GetHeightOnly8Gets the height.
MatchMathFont16Match a math font.
UseTwips720896Use twips for floating-point measurements.
See Also