Paint.FakeBoldText Property

Definition

Helper for getFlags(), returning true if FAKE_BOLD_TEXT_FLAG bit is set -or- Helper for setFlags(), setting or clearing the FAKE_BOLD_TEXT_FLAG bit

public bool FakeBoldText { [Android.Runtime.Register("isFakeBoldText", "()Z", "")] get; [Android.Runtime.Register("setFakeBoldText", "(Z)V", "GetSetFakeBoldText_ZHandler")] set; }
[<get: Android.Runtime.Register("isFakeBoldText", "()Z", "")>]
[<set: Android.Runtime.Register("setFakeBoldText", "(Z)V", "GetSetFakeBoldText_ZHandler")>]
member this.FakeBoldText : bool with get, set

Property Value

true if the fakeBoldText bit is set in the paint's flags.

Attributes

Remarks

Property getter documentation:

Helper for getFlags(), returning true if FAKE_BOLD_TEXT_FLAG bit is set

Java documentation for android.graphics.Paint.isFakeBoldText().

Property setter documentation:

Helper for setFlags(), setting or clearing the FAKE_BOLD_TEXT_FLAG bit

Java documentation for android.graphics.Paint.setFakeBoldText(boolean).

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