[]
        
(Showing Draft Content)

C1.iOS.Core.C1Font

C1Font Class

Inheritance
C1Font
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1Font : Object

Constructors

Name Description
C1Font(Func<UIFont>)

Properties

Name Description
FontFamily
FontSize
IsBold
IsItalic

Methods

Name Description
Cascade(params C1Font[])
Create(Func<double>, Func<string>, Func<Nullable<bool>>, Func<Nullable<bool>>)
Create(Nullable<double>, string, Nullable<bool>, Nullable<bool>)
GetUIFont()
OnChanged()

Events

Name Description
Changed