Class XpsGlyphs

Class XpsGlyphs

名称: Aspose.Page.XPS.XpsModel 集合: Aspose.Page.dll (25.4.0)

Glyphs 元素的分类功能。此元素代表一个单个字体的单一格式文本的流程。它提供准确提供所需的信息,并支持搜索在观察消费者时,选择的特点。

public sealed class XpsGlyphs : XpsContentElement, IEnumerable<xpscontentelement>, IEnumerable

Inheritance

object XpsObject XpsElement XpsHyperlinkElement XpsContentElement XpsGlyphs

Implements

IEnumerable , IEnumerable

继承人

XpsContentElement.RenderTransform , XpsContentElement.Clip , XpsContentElement.Opacity , XpsContentElement.OpacityMask , XpsHyperlinkElement.HyperlinkTarget , XpsElement.GetEnumerator() , XpsElement.this[int] , XpsElement.Count , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

BidiLevel

返回/设置指定 Unicode 算法的双向倾斜水平的值。即使值也意味着左向右的配置,奇怪的值也意味着右向左的配置。右向左的布局将运行起源放在第一个格利夫的右侧,有积极的前进宽度(代表向左前进),随后放置格利夫在前格利夫的左侧。

public int BidiLevel { get; set; }

财产价值

int

Fill

返回/设置使用的刷子来填补交付的格式。

public XpsBrush Fill { get; set; }

财产价值

XpsBrush

Font

返回字体资源的 TrueType 字体用于 tipeset 元素文本。

public XpsFont Font { get; }

财产价值

XpsFont

FontRenderingEmSize

返回/设置在绘图表面单位中的字体大小,表达为浮动在有效协调空间的单位。

public float FontRenderingEmSize { get; set; }

财产价值

float

IsSideways

返回/设置值,表明一个格利夫在其侧面旋转,它的起源被定义为不可逆转的格利夫的顶部中心。

public bool IsSideways { get; set; }

财产价值

bool

原创X

返回/设置第一个格利夫的 x 坐标,在有效协调空间的单位。

public float OriginX { get; set; }

财产价值

float

起源

返回/设置第一个格利夫的 y 坐标,在有效协调空间的单位。

public float OriginY { get; set; }

财产价值

float

StyleSimulations

返回/设置指定风格模拟的值。

public XpsStyleSimulations StyleSimulations { get; set; }

财产价值

XpsStyleSimulations

UnicodeString

返回/设置由 Glyphs 元素播放的文本序列。文本被指定为 Unicode 代码点。

public string UnicodeString { get; set; }

财产价值

string

Methods

Clone()

克隆这些格利夫。

public XpsGlyphs Clone()

Returns

XpsGlyphs

这些格里夫的克隆。

 中文