Name | Description | |
---|---|---|
![]() | SkiaSharpFont | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | SkiaSharpFont | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | CanCopyFontProgram | Gets a value indicating whether this font can copy font program using the CopyFontProgram(Stream) method. |
![]() | CharCode32IsSpace | Gets a value indicating whether character with code 32 is space. (Inherited from DrawingFont) |
![]() | DrawEmojiSymbolsAsGraphicsPath | Gets or sets a value indicating whether the 'emoji' symbols must be drawn as graphics path. |
![]() | FontBBox | Gets 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) |
![]() | IsBold | Gets a value indicating whether this font is bold. |
![]() | IsItalic | Gets a value indicating whether this font is italic. |
![]() | IsSystemFont | Gets a value indicating whether this font is system font. |
![]() | IsVertical | Gets a value indicating whether this font is vertical. |
![]() | Metrics | Gets the font metrics. |
![]() | Name | Gets the face name of this font. |
![]() | Size | Gets the size of this font measured in the world space units. |
![]() | Source | Gets the source SkiaSharp.SKFont of this font. |
![]() ![]() | TypefaceCacheCount | Gets the number of typefaces, which are stored in cache. |
![]() ![]() | TypefaceCacheSize | Gets or sets the number of typefaces, which can be stored in cache. |
![]() | UseWindowsMetrics | Gets or sets a value indicating whether 'Windows' metrics must be used. |
![]() ![]() | UseWindowsMetricsDefaultValue | Gets or sets the default value of UseWindowsMetrics. |
Name | Description | |
---|---|---|
![]() | AddString | Overloaded. Adds the specified text string to the specified |
![]() | CanUseSymbol | Returns a value indicating whether symbol can be used. |
![]() ![]() | ClearTypefaceCache | Clears the typeface cache. |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | ConvertToDrawingString | Converts specified string from unicode string to DrawingString. (Inherited from DrawingFont) |
![]() | CopyFontProgram | Copies the font program to specified stream. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | DrawString | Overloaded. Draws the specified text string on specified |
![]() | MeasureCharacters | Overloaded. Measures widths of Unicode characters. (Inherited from DrawingFont) |
![]() | MeasureString | Overloaded. Measures the specified string when drawn with this font. (Inherited from DrawingFont) |
Name | Description | |
---|---|---|
![]() | AddStringCore | Adds the specified string to specified IGraphicsPath at the specified location. |
![]() | BeginTextBlock | Begins the text block. |
![]() | DrawStringCore | Draws the specified string on specified DrawingEngine at the specified location using the specified IDrawingBrush object. |
![]() | EndTextBlock | Ends the text block. |
![]() | MeasureStringWidthCore | Overloaded. Measures the width of the specified string when drawn with this font. |