BoringLayout Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BoringLayout(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected BoringLayout(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.BoringLayout : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.BoringLayout
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(ICharSequence, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;Z)V", "")]
public BoringLayout(Java.Lang.ICharSequence? source, Android.Text.TextPaint? paint, int outerwidth, Android.Text.Layout.Alignment? align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics? metrics, bool includePad);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;Z)V", "")>]
new Android.Text.BoringLayout : Java.Lang.ICharSequence * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool -> Android.Text.BoringLayout
Parameters
- source
- ICharSequence
the text to render
- paint
- TextPaint
the default paint for the layout
- outerwidth
- Int32
the wrapping width for the text
- align
- Layout.Alignment
whether to left, right, or center the text
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
#Metrics instance that contains information about FontMetrics and
line width
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(String, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;Z)V", "")]
public BoringLayout(string? source, Android.Text.TextPaint? paint, int outerwidth, Android.Text.Layout.Alignment? align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics? metrics, bool includePad);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;Z)V", "")>]
new Android.Text.BoringLayout : string * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool -> Android.Text.BoringLayout
Parameters
- source
- String
the text to render
- paint
- TextPaint
the default paint for the layout
- outerwidth
- Int32
the wrapping width for the text
- align
- Layout.Alignment
whether to left, right, or center the text
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
Metrics instance that contains information about FontMetrics and line width
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(ICharSequence, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean, TextUtils+TruncateAt, Int32)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;I)V", "")]
public BoringLayout(Java.Lang.ICharSequence? source, Android.Text.TextPaint? paint, int outerWidth, Android.Text.Layout.Alignment? align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics? metrics, bool includePad, Android.Text.TextUtils.TruncateAt? ellipsize, int ellipsizedWidth);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;I)V", "")>]
new Android.Text.BoringLayout : Java.Lang.ICharSequence * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool * Android.Text.TextUtils.TruncateAt * int -> Android.Text.BoringLayout
Parameters
- source
- ICharSequence
the text to render
- paint
- TextPaint
the default paint for the layout
- outerWidth
- Int32
the wrapping width for the text
- align
- Layout.Alignment
whether to left, right, or center the text
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
#Metrics instance that contains information about FontMetrics and
line width
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- ellipsize
- TextUtils.TruncateAt
whether to ellipsize the text if width of the text is longer than the requested outerWidth
- ellipsizedWidth
- Int32
the width to which this Layout is ellipsizing. If ellipsize is null, or is TextUtils.TruncateAt.MARQUEE this value is not used, outerWidth is used instead
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(String, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean, TextUtils+TruncateAt, Int32)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;I)V", "")]
public BoringLayout(string? source, Android.Text.TextPaint? paint, int outerWidth, Android.Text.Layout.Alignment? align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics? metrics, bool includePad, Android.Text.TextUtils.TruncateAt? ellipsize, int ellipsizedWidth);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;I)V", "")>]
new Android.Text.BoringLayout : string * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool * Android.Text.TextUtils.TruncateAt * int -> Android.Text.BoringLayout
Parameters
- source
- String
the text to render
- paint
- TextPaint
the default paint for the layout
- outerWidth
- Int32
the wrapping width for the text
- align
- Layout.Alignment
whether to left, right, or center the text
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
Metrics instance that contains information about FontMetrics and line width
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- ellipsize
- TextUtils.TruncateAt
whether to ellipsize the text if width of the text is longer than the requested outerWidth
- ellipsizedWidth
- Int32
the width to which this Layout is ellipsizing. If ellipsize is null, or is TextUtils.TruncateAt.MARQUEE this value is not used, outerWidth is used instead
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(ICharSequence, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean, TextUtils+TruncateAt, Int32, Boolean)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;IZ)V", "", ApiSince=33)]
public BoringLayout(Java.Lang.ICharSequence source, Android.Text.TextPaint paint, int outerWidth, Android.Text.Layout.Alignment align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics metrics, bool includePad, Android.Text.TextUtils.TruncateAt? ellipsize, int ellipsizedWidth, bool useFallbackLineSpacing);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;IZ)V", "", ApiSince=33)>]
new Android.Text.BoringLayout : Java.Lang.ICharSequence * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool * Android.Text.TextUtils.TruncateAt * int * bool -> Android.Text.BoringLayout
Parameters
- source
- ICharSequence
the text to render. This value cannot be null.
- paint
- TextPaint
the default paint for the layout. This value cannot be null.
- outerWidth
- Int32
the wrapping width for the text. Value is 0 or greater
- align
- Layout.Alignment
whether to left, right, or center the text. This value cannot be null.
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
Metrics instance that contains information about FontMetrics and line width. This value cannot be null.
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- ellipsize
- TextUtils.TruncateAt
whether to ellipsize the text if width of the text is longer than the requested outerWidth. null if ellipsis is not applied.
- ellipsizedWidth
- Int32
the width to which this Layout is ellipsizing. If ellipsize is null, or is TextUtils.TruncateAt.MARQUEE this value is not used, outerWidth is used instead. Value is 0 or greater
- useFallbackLineSpacing
- Boolean
True for adjusting the line spacing based on fallback fonts. False for keeping the first font's line height. If some glyphs requires larger vertical spaces, by passing true to this argument, the layout increase the line height to fit all glyphs.
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
BoringLayout(String, TextPaint, Int32, Layout+Alignment, Single, Single, BoringLayout+Metrics, Boolean, TextUtils+TruncateAt, Int32, Boolean)
[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;IZ)V", "", ApiSince=33)]
public BoringLayout(string source, Android.Text.TextPaint paint, int outerWidth, Android.Text.Layout.Alignment align, float spacingMult, float spacingAdd, Android.Text.BoringLayout.Metrics metrics, bool includePad, Android.Text.TextUtils.TruncateAt? ellipsize, int ellipsizedWidth, bool useFallbackLineSpacing);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFLandroid/text/BoringLayout$Metrics;ZLandroid/text/TextUtils$TruncateAt;IZ)V", "", ApiSince=33)>]
new Android.Text.BoringLayout : string * Android.Text.TextPaint * int * Android.Text.Layout.Alignment * single * single * Android.Text.BoringLayout.Metrics * bool * Android.Text.TextUtils.TruncateAt * int * bool -> Android.Text.BoringLayout
Parameters
- source
- String
the text to render. This value cannot be null.
- paint
- TextPaint
the default paint for the layout. This value cannot be null.
- outerWidth
- Int32
the wrapping width for the text. Value is 0 or greater
- align
- Layout.Alignment
whether to left, right, or center the text. This value cannot be null.
- spacingMult
- Single
this value is no longer used by BoringLayout
- spacingAdd
- Single
this value is no longer used by BoringLayout
- metrics
- BoringLayout.Metrics
Metrics instance that contains information about FontMetrics and line width. This value cannot be null.
- includePad
- Boolean
set whether to include extra space beyond font ascent and descent which is needed to avoid clipping in some scripts
- ellipsize
- TextUtils.TruncateAt
whether to ellipsize the text if width of the text is longer than the requested outerWidth. null if ellipsis is not applied.
- ellipsizedWidth
- Int32
the width to which this Layout is ellipsizing. If ellipsize is null, or is TextUtils.TruncateAt.MARQUEE this value is not used, outerWidth is used instead. Value is 0 or greater
- useFallbackLineSpacing
- Boolean
True for adjusting the line spacing based on fallback fonts. False for keeping the first font's line height. If some glyphs requires larger vertical spaces, by passing true to this argument, the layout increase the line height to fit all glyphs.
- Attributes
Remarks
Android reference for android.text.BoringLayout.BoringLayout.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.