VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpFont Class
In This Topic
SkiaSharpFont Class Methods
In This Topic
For a list of all methods of this type, see SkiaSharpFont.
Public Methods
 NameDescription
Public MethodOverloaded. Adds the specified text string to the specified at the specified location. (Inherited from DrawingFont)
Public MethodReturns a value indicating whether symbol can be used.
Public Methodstatic (Shared in Visual Basic)Clears the typeface cache.
Public MethodCreates a new object that is a copy of the current instance.
Public MethodConverts specified string from unicode string to DrawingString. (Inherited from DrawingFont)
Public MethodCopies the font program to specified stream.
Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public MethodOverloaded. Draws the specified text string on specified at the specified location using the specified object. (Inherited from DrawingFont)
Public MethodOverloaded. Measures widths of Unicode characters. (Inherited from DrawingFont)
Public MethodOverloaded. Measures the specified string when drawn with this font. (Inherited from DrawingFont)
Protected Methods
 NameDescription
Protected MethodAdds the specified string to specified IGraphicsPath at the specified location.
Protected MethodBegins the text block.
Protected MethodDraws the specified string on specified DrawingEngine at the specified location using the specified IDrawingBrush object.
Protected MethodEnds the text block.
Protected MethodOverloaded. Measures the width of the specified string when drawn with this font.
See Also