FormattedTextSetFontSize(Double, Int32, Int32) Method
Sets or changes the font em size measured in MIL units
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void SetFontSize(
double emSize,
int startIndex,
int count
)
Public Sub SetFontSize (
emSize As Double,
startIndex As Integer,
count As Integer
)
member SetFontSize :
emSize : float *
startIndex : int *
count : int -> unit
Parameters
- emSize Double
- Font em size
- startIndex Int32
- The start index of initial character to apply the change to.
- count Int32
- The number of characters the change should be applied to.