Codepoint Struct

Namespace
Avalonia.Media.TextFormatting.Unicode
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["Codepoint"] class Type type-node

Syntax

public readonly struct Codepoint : ValueType

Constructors

Name Summary
Codepoint(int)

Fields

Name Constant Value Summary
ReplacementCodepoint
The replacement codepoint that is used for non supported values.
static

Properties

Name Value Summary
BiDiClass BiDiClass
Gets the BiDiClass.
GeneralCategory GeneralCategory
Gets the GeneralCategory.
GraphemeBreakClass GraphemeBreakClass
Gets the GraphemeBreakClass.
IsBreakChar bool
Determines whether this Codepoint is a break char.
IsWhiteSpace bool
Determines whether this Codepoint is white space.
LineBreakClass LineBreakClass
Gets the LineBreakClass.
Script Script
Gets the Script.
Value int
Get the codepoint's value.

Methods

Name Value Summary
ReadAt(ReadOnlySlice<char>, int, int) Codepoint
Reads the Codepoint at specified position.
static

Operators

Name Value Summary
implicit operator int(Codepoint) int
implicit operator uint(Codepoint) uint