TextCharacters クラス

定義

異なる物理書体の文字グリフのコレクションを表します。

public ref class TextCharacters : System::Windows::Media::TextFormatting::TextRun
public class TextCharacters : System.Windows.Media.TextFormatting.TextRun
type TextCharacters = class
    inherit TextRun
Public Class TextCharacters
Inherits TextRun
継承
TextCharacters

コンストラクター

名前 説明
TextCharacters(Char[], Int32, Int32, TextRunProperties)

指定した文字配列を使用して、 TextCharacters クラスの新しいインスタンスを初期化します。

TextCharacters(Char*, Int32, TextRunProperties)

指定した安全でない文字列を使用して、 TextCharacters クラスの新しいインスタンスを初期化します。

TextCharacters(String, Int32, Int32, TextRunProperties)

指定した文字部分文字列を使用して、 TextCharacters クラスの新しいインスタンスを初期化します。

TextCharacters(String, TextRunProperties)

指定した文字列を使用して、 TextCharacters クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
CharacterBufferReference

CharacterBufferReferenceTextCharactersを取得します。

Length

テキスト文字の長さを取得します。

Properties

すべてのテキスト文字で共有されるプロパティのセットを取得します。

メソッド

名前 説明
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください