public sealed class ShapedBuffer : IReadOnlyList<GlyphInfo>,
IEnumerable<GlyphInfo>, IEnumerable, IReadOnlyCollection<GlyphInfo>,
IDisposablePublic NotInheritable Class ShapedBuffer
Implements IReadOnlyList(Of GlyphInfo), IEnumerable(Of GlyphInfo),
IEnumerable, IReadOnlyCollection(Of GlyphInfo), IDisposable[<SealedAttribute>]
type ShapedBuffer =
class
interface IReadOnlyList<GlyphInfo>
interface IEnumerable<GlyphInfo>
interface IEnumerable
interface IReadOnlyCollection<GlyphInfo>
interface IDisposable
end| BidiLevel | The buffer's bidi level. |
| FontRenderingEmSize | The buffers font rendering em size. |
| GlyphTypeface | The buffer's glyph typeface. |
| IsLeftToRight | The buffer's reading direction. |
| ItemInt32 | |
| Length | The buffer's length. |
| Text | The text that is represended by this buffer. |
| Dispose | Releases all resources used by the ShapedBuffer |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetEnumerator | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Reverse | Reverses the buffer. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |