Edit

FontExtensions.SetScale(Font, SKSizeI) Method

Definition

Sets the font scale.

public static void SetScale(this HarfBuzzSharp.Font font, SkiaSharp.SKSizeI scale);

Parameters

font
Font

The font to set the scale.

scale
SKSizeI

The scale to set.

Applies to