Specifies the display and layout information for strings.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public enum StringFormatFlags
Visual Basic
Public Enumeration StringFormatFlags

Members

Member nameValueDescription
DirectionRightToLeft1 Text is displayed from right to left.
DirectionVertical2 Text is displayed in the vertical direction.
DisplayFormatControl32 Show control characters as glyphs.
FitBlackBox4 Allow parts of characters to overhang the layout rectangle.
LineLimit8192 Only entire lines are laid out in the layout rectangle.
MeasureTrailingSpaces2048 Includes the whitespace at the end of lines when laying out the text.
NoClip16384 Allow text to render outside the layout rectangle.
NoFontFallback1024 Disable fallback to alternate fonts when requested font is not available.
NoWrap4096 Disable wrapping within the layout rectangle.

See Also