VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing.SkiaSharp Namespace / SkiaSharpFont Class
In This Topic
SkiaSharpFont Class Properties
In This Topic
For a list of all properties of this type, see SkiaSharpFont.
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method.
Public PropertyGets a value indicating whether this font can determine the symbol usage.
Public PropertyGets a value indicating whether character with code 32 is space. (Inherited from DrawingFont)
Public PropertyGets or sets a value indicating whether the 'emoji' symbols must be drawn as graphics path.
Public PropertyGets a rectangle, expressed in the glyph coordinate system, specifying the font bounding box. This is the smallest rectangle enclosing the shape that would result if all of the glyphs of the font were placed with their origins coincident and then filled. (Inherited from DrawingFont)
Public PropertyGets a value indicating whether this font is bold.
Public PropertyGets a value indicating whether this font is italic.
Public PropertyGets a value indicating whether this font is system font.
Public PropertyGets a value indicating whether this font is vertical.
Public PropertyGets the font metrics.
Public PropertyGets the face name of this font.
Public PropertyGets the size of this font measured in the world space units.
Public PropertyGets the source SkiaSharp.SKFont of this font.
Public Propertystatic (Shared in Visual Basic)Gets the number of typefaces, which are stored in cache.
Public Propertystatic (Shared in Visual Basic)Gets or sets the number of typefaces, which can be stored in cache.
Public PropertyGets or sets a value indicating whether 'Windows' metrics must be used.
Public Propertystatic (Shared in Visual Basic)Gets or sets the default value of UseWindowsMetrics.
See Also