Buffer.ContentType Property
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.
Gets or sets the type of content in the buffer.
public HarfBuzzSharp.ContentType ContentType { get; set; }
Property Value
The content type.
Remarks
Buffers can contain either Unicode characters (before shaping) or glyphs (after shaping).