FormattedText

FormattedText()

تهيئة النص المنسق .

public FormattedText()

أنظر أيضا


FormattedText(string)

تهيئة النص المنسق .

public FormattedText(string text)
معامليكتبوصف
textStringالنص الموجود في FormattedText.

أنظر أيضا


FormattedText(string, FontColor, FontStyle, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, FontColor fontColor, FontStyle fontStyle, 
    EncodingType encodingType, bool embedded, float textSize)
معامليكتبوصف
textStringمحتوى النص من السلسلة.
fontColorFontColorلون النص.
fontStyleFontStyleاسلوب النص.
encodingTypeEncodingTypeنوع الترميز (قيمة تعداد نوع الترميز).
embeddedBooleanصحيح إذا كان الخط سيتم تضمينه.
textSizeSingleحجم النص.

أنظر أيضا


FormattedText(string, FontColor, FontStyle, EncodingType, bool, float, float)

تهيئة النص المنسق .

public FormattedText(string text, FontColor fontColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
معامليكتبوصف
textStringمحتوى النص من السلسلة.
fontColorFontColorلون النص.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanصحيح إذا تم تضمين النص.
textSizeSingleحجم النص.
lineSpacingSingleتباعد إضافي.

أنظر أيضا


FormattedText(string, Color, FontStyle, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, Color color, FontStyle textFont, EncodingType textEncoding, 
    bool embedded, float textSize)
معامليكتبوصف
textStringمحتوى النص من السلسلة.
colorColorلون النص.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanصحيح إذا تم تضمين النص.
textSizeSingleحجم النص.

أنظر أيضا


FormattedText(string, Color, FontStyle, EncodingType, bool, float, float)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, FontStyle textFont, EncodingType textEncoding, 
    bool embedded, float textSize, float lineSpacing)
معامليكتبوصف
textStringمحتويات نص السلسلة.
textColorColorلون النص.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا كان الخط الحقيقي سيتم تضمينه.
textSizeSingleحجم النص.
lineSpacingSingleتباعد إضافي.

أنظر أيضا


FormattedText(string, FontColor, FontColor, FontStyle, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, FontColor textColor, FontColor backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize)
معامليكتبوصف
textStringمحتوى النص من السلسلة.
textColorFontColorلون النص.
backColorFontColorلون الخلفية.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا كان الخط الحقيقي سيتم تضمينه.
textSizeSingleحجم النص.

أنظر أيضا


FormattedText(string, FontColor, FontColor, FontStyle, EncodingType, bool, float, float)

تهيئة النص المنسق .

public FormattedText(string text, FontColor textColor, FontColor backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
معامليكتبوصف
textStringمحتوى النص.
textColorFontColorلون النص.
backColorFontColorلون الخلفية.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا كان الخط الحقيقي سيتم تضمينه.
textSizeSingleحجم النص.
lineSpacingSingleتباعد إضافي.

أنظر أيضا


FormattedText(string, Color, Color, FontStyle, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, Color backColor, FontStyle textFont, 
    EncodingType encoding, bool embedded, float textSize)
معامليكتبوصف
textStringمحتوى النص من السلسلة.
textColorColorلون النص.
backColorColorلون الخلفية.
textFontFontStyleخط النص.
encodingEncodingTypeترميز النص.
embeddedBooleanصحيح إذا كان سيتم تضمين الخط.
textSizeSingleحجم النص.

أنظر أيضا


FormattedText(string, Color, Color, FontStyle, EncodingType, bool, float, float)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, Color backColor, FontStyle textFont, 
    EncodingType textEncoding, bool embedded, float textSize, float lineSpacing)
معامليكتبوصف
textStringمحتويات نص السلسلة.
textColorColorلون النص.
backColorColorلون الخلفية.
textFontFontStyleخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا تم تضمين الخط الحقيقي.
textSizeSingleحجم النص.
lineSpacingSingleتباعد إضافي.

أنظر أيضا


FormattedText(string, Color, Color, string, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, Color backColor, string fontName, 
    EncodingType textEncoding, bool embedded, float fontSize)
معامليكتبوصف
textStringمحتوى النص.
textColorColorلون النص.
backColorColorلون الخلفية.
fontNameStringخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا كان الخط الحقيقي سيتم تضمينه.
fontSizeSingleحجم النص.

أنظر أيضا


FormattedText(string, Color, Color)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, Color backColor)
معامليكتبوصف
textStringمحتوى النص.
textColorColorلون النص.
backColorColorلون الخلفية.

أنظر أيضا


FormattedText(string, Color, string, EncodingType, bool, float)

تهيئة النص المنسق .

public FormattedText(string text, Color textColor, string fontName, EncodingType textEncoding, 
    bool embedded, float fontSize)
معامليكتبوصف
textStringمحتوى النص.
textColorColorلون النص.
fontNameStringخط النص.
textEncodingEncodingTypeترميز النص.
embeddedBooleanإذا كان الخط الحقيقي سيتم تضمينه.
fontSizeSingleحجم النص.

أنظر أيضا