Specifies the display and layout information for strings.

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

Syntax

C#
[FlagsAttribute]
public enum StringFormatFlags
Visual Basic
<FlagsAttribute> _
Public Enumeration StringFormatFlags

Members

Member nameDescription
DirectionRightToLeft Text is displayed from right to left.
DirectionVertical Text is displayed in the vertical direction.
DisplayFormatControl Show control characters as glyphs.
FitBlackBox Allow parts of characters to overhang the layout rectangle.
LineLimit Only entire lines are laid out in the layout rectangle.
MeasureTrailingSpaces Includes the whitespace at the end of lines when laying out the text.
NoClip Allow text to render outside the layout rectangle.
NoFontFallback Disable fallback to alternate fonts when requested font is not available.
NoWrap Disable wrapping within the layout rectangle.

See Also