PdfPageTextObjectFont.FontFamily Property
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.
Returns the font-family which is of type FontFamily, previously set using
PdfPageTextObjectFont#setFontFamily(int) or the constructor. -or- Set the font family of the object.
public virtual int FontFamily { [Android.Runtime.Register("getFontFamily", "()I", "GetGetFontFamilyHandler", ApiSince=36)] get; [Android.Runtime.Register("setFontFamily", "(I)V", "GetSetFontFamily_IHandler", ApiSince=36)] set; }
[<get: Android.Runtime.Register("getFontFamily", "()I", "GetGetFontFamilyHandler", ApiSince=36)>]
[<set: Android.Runtime.Register("setFontFamily", "(I)V", "GetSetFontFamily_IHandler", ApiSince=36)>]
member this.FontFamily : int with get, set
Property Value
The font-family.
- Attributes
Remarks
Property getter documentation:
Returns the font-family which is of type FontFamily, previously set using PdfPageTextObjectFont#setFontFamily(int) or the constructor.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.getFontFamily().
Property setter documentation:
Set the font family of the object.
Java documentation for android.graphics.pdf.component.PdfPageTextObjectFont.setFontFamily(int).
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.