Buffer.DeserializeGlyphs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| DeserializeGlyphs(String) |
Deserializes glyphs from a string and populates the buffer. |
| DeserializeGlyphs(String, Font) |
Deserializes glyphs from a string and populates the buffer using the specified font. |
| DeserializeGlyphs(String, Font, SerializeFormat) |
Deserializes glyphs from a string and populates the buffer using the specified font and format. |
DeserializeGlyphs(String)
Deserializes glyphs from a string and populates the buffer.
public void DeserializeGlyphs(string data);
Parameters
- data
- String
The serialized glyph data.
Applies to
DeserializeGlyphs(String, Font)
DeserializeGlyphs(String, Font, SerializeFormat)
Deserializes glyphs from a string and populates the buffer using the specified font and format.
public void DeserializeGlyphs(string data, HarfBuzzSharp.Font font, HarfBuzzSharp.SerializeFormat format);
Parameters
- data
- String
The serialized glyph data.
- font
- Font
The font to use for resolving glyph names, or null.
- format
- SerializeFormat
The serialization format of the data.