Buffer Class
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.
Represents a text buffer in memory.
public class Buffer : HarfBuzzSharp.NativeObject
- Inheritance
Constructors
| Buffer() |
Creates a new Buffer() with default values. |
Fields
| DefaultReplacementCodepoint |
Properties
| ClusterLevel | |
| ContentType | |
| Direction |
Get or sets the text flow direction of the buffer. |
| Flags | |
| GlyphInfos |
Gets the buffer glyph information array. |
| GlyphPositions |
Gets the buffer glyph position array. |
| Handle |
Gets or sets the handle to the underlying native object. (Inherited from NativeObject) |
| InvisibleGlyph | |
| Language | |
| Length |
Gets or sets the size of the buffer. |
| ReplacementCodepoint | |
| Script | |
| UnicodeFunctions | |