Struct GlyphInfo
Struct GlyphInfo
名称: Aspose.Html.Rendering 编辑: Aspose.HTML.dll (25.4.0)
包含与Glyph相关的信息。
[ComVisible(true)]
public struct GlyphInfo
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Index
在字体中获取这个glyph的指数。
public uint Index { get; }
财产价值
Offset
接收折扣到下一个Glyph点。
public float Offset { get; }
财产价值
StringRepresentation
得到这个格利夫的序列代表性。
public string StringRepresentation { get; }
财产价值
Width
得到了格利夫的宽度,在点。
public float Width { get; }
财产价值
Methods
ToString()
返回一个 System.String 代表此例子。
public override string ToString()
Returns
一个系统.String 代表这个实例。