Edit

Share via


Buffer.DeserializeGlyphs Method

Definition

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)

Deserializes glyphs from a string and populates the buffer using the specified font.

public void DeserializeGlyphs(string data, HarfBuzzSharp.Font font);

Parameters

data
String

The serialized glyph data.

font
Font

The font to use for resolving glyph names, or null.

Applies to

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.

Applies to