MapMatrix NetGIS Class Library

StringFormatFlags Enumeration

Specifies the display and layout information for text strings.

public enum StringFormatFlags

Members

Member NameDescription
None Empty flags
DirectionRightToLeft Specifies that text is right to left.
DirectionVertical Specifies that text is vertical.
DisplayFormatControl Causes control characters such as the left-to-right mark to be shown in the output with a representative glyph.
FitBlackBox Specifies that no part of any glyph overhangs the bounding rectangle. By default some glyphs overhang the rectangle slightly where necessary to appear at the edge visually. For example when an italic lowercase letter f in a font such as Garamond is aligned at the far left of a rectangle, the lower part of the f will reach slightly further left than the left edge of the rectangle. Setting this flag will ensure no painting outside the rectangle but will cause the aligned edges of adjacent lines of text to appear uneven.
LineLimit Only entire lines are laid out in the formatting rectangle. By default layout continues until the end of the text, or until no more lines are visible as a result of clipping, whichever comes first. Note that the default settings allow the last line to be partially obscured by a formatting rectangle that is not a whole multiple of the line height. To ensure that only whole lines are seen, specify this value and be careful to provide a formatting rectangle at least as tall as the height of one line.
MeasureTrailingSpaces By default the boundary rectangle returned by the MeasureString method excludes the space at the end of each line. Set this flag to include that space in measurement.
NoClip Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to show. By default all text and glyph parts reaching outside the formatting rectangle are clipped.
NoFontFallback Disables fallback to alternate fonts for characters not supported in the requested font. Any missing characters are displayed with the fonts missing glyph, usually an open square.
NoWrap Disables wrapping of text between lines when formatting within a rectangle. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length.

Requirements

Namespace: MapMatrix.Features.MapSymbology

Assembly: Features (in Features.dll)

See Also

MapMatrix.Features.MapSymbology Namespace