PdfPageTextObjectFont Constructors

Definition

Overloads

Name Description
PdfPageTextObjectFont(PdfPageTextObjectFont)

Creates a new PdfPageTextObjectFont by copying attributes from the another PdfPageTextObjectFont instance.

PdfPageTextObjectFont(IntPtr, JniHandleOwnership)
PdfPageTextObjectFont(Int32, Boolean, Boolean)

Constructs a new PdfPageTextObjectFont with the specified attributes.

PdfPageTextObjectFont(PdfPageTextObjectFont)

Creates a new PdfPageTextObjectFont by copying attributes from the another PdfPageTextObjectFont instance.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/pdf/component/PdfPageTextObjectFont;)V", "", ApiSince=36)]
public PdfPageTextObjectFont(Android.Graphics.Pdf.Component.PdfPageTextObjectFont font);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/pdf/component/PdfPageTextObjectFont;)V", "", ApiSince=36)>]
new Android.Graphics.Pdf.Component.PdfPageTextObjectFont : Android.Graphics.Pdf.Component.PdfPageTextObjectFont -> Android.Graphics.Pdf.Component.PdfPageTextObjectFont

Parameters

font
PdfPageTextObjectFont

The PdfPageTextObjectFont instance to copy attributes from.

Attributes

Remarks

Creates a new PdfPageTextObjectFont by copying attributes from the another PdfPageTextObjectFont instance.

Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.PdfPageTextObjectFont(android.graphics.pdf.component.PdfPageTextObjectFont).

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

PdfPageTextObjectFont(IntPtr, JniHandleOwnership)

protected PdfPageTextObjectFont(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.Pdf.Component.PdfPageTextObjectFont : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.Pdf.Component.PdfPageTextObjectFont

Parameters

javaReference
IntPtr

nativeint

Applies to

PdfPageTextObjectFont(Int32, Boolean, Boolean)

Constructs a new PdfPageTextObjectFont with the specified attributes.

[Android.Runtime.Register(".ctor", "(IZZ)V", "", ApiSince=36)]
public PdfPageTextObjectFont(int fontFamily, bool isBold, bool isItalic);
[<Android.Runtime.Register(".ctor", "(IZZ)V", "", ApiSince=36)>]
new Android.Graphics.Pdf.Component.PdfPageTextObjectFont : int * bool * bool -> Android.Graphics.Pdf.Component.PdfPageTextObjectFont

Parameters

fontFamily
Int32

The font family, as defined by FontFamily

isBold
Boolean

true if the text should be bold, false otherwise

isItalic
Boolean

true if the text should be italic, false otherwise

Attributes

Remarks

Constructs a new PdfPageTextObjectFont with the specified attributes.

Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.PdfPageTextObjectFont(int, boolean, 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