Interface IGlyph
Interface IGlyph
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (25.1.2)
此接口提供对字形主要参数的访问。
public interface IGlyph
属性
AdvanceWidth
返回字形的先进宽度。
float AdvanceWidth { get; }
属性值
CharCode
返回字形的字符代码。
char CharCode { get; }
属性值
LeftSideBearing
返回字形的左侧边距。
float LeftSideBearing { get; }