skiad ~main (2021-12-16T06:44:27.1855494)
Dub
Repo
GlyphPathCache
skia
SKFont
Undocumented in source.
class
GlyphPathCache : Dictionary!(ushort, SKPath),
IDisposable
{
SKFont
font
;
SKFont
Font
();
this
(SKFont font);
SKPath
GetPath
(ushort glyph);
void
Dispose
();
}
Constructors
this
this
(SKFont font)
Undocumented in source.
Members
Functions
Dispose
void
Dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Font
SKFont
Font
()
Undocumented in source. Be warned that the author may not have intended to support it.
GetPath
SKPath
GetPath
(ushort glyph)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
font
SKFont
font
;
Undocumented in source.
Inherited Members
From IDisposable
Dispose
void
Dispose
()
Undocumented in source.
Meta
Source
See Implementation
skia
SKFont
classes
GlyphPathCache
SKFont