[]
public class C1Font : IDisposable
Public Class C1Font
Implements IDisposable
| Name | Description |
|---|---|
| C1Font(Func<UIFont>) |
| Name | Description |
|---|---|
| FontFamily | |
| FontSize | |
| IsBold | |
| IsItalic | |
| NativeFont |
| Name | Description |
|---|---|
| Cascade(params C1Font[]) | |
| Create(Func<double>, Func<string>, Func<bool?>, Func<bool?>) | |
| Create(double?, string, bool?, bool?) | |
| Dispose() | |
| OnChanged() |
| Name | Description |
|---|---|
| Changed |
| Name | Description |
|---|---|
| implicit operator C1Font(UIFont) | Casting operator to convert a native font into a C1Font. |