Hierarchy

  • default
    • IFont

Implemented by

Properties

_nativeObject: any
size: number

Gets/sets size of font.

Android

Ios

Since

4.2.3

Accessors

  • get nativeObject(): any
  • Returns any

  • set nativeObject(value: any): void
  • Parameters

    • value: any

    Returns void

Methods

  • Executed before constuctor and after createNativeObject. Use this when you have default values which needs to be set before constructor.

    Parameters

    • Optional params: Partial<Record<string, any>>

    Returns void

  • Executed before everything. This should return nativeObject since it will be assinged directly to nativeObject.

    Parameters

    • Optional params: Partial<Record<string, any>>

    Returns any

  • This method returns the string size

    Android

    Ios

    Since

    1.1.18

    Parameters

    • string: string
    • maxWidth: number

    Returns Size

Generated using TypeDoc