[]
        
(Showing Draft Content)

C1.WinUI.Core.C1Font

C1Font Class

Inheritance
C1Font
Implements
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1Font : IDisposable

Constructors

Name Description
C1Font(Func<double>, Func<FontFamily>, Func<FontWeight>, Func<FontStyle>)

Properties

Name Description
FontFamily
FontSize
IsBold
IsItalic

Methods

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

Events

Name Description
Changed