Interface IGlyph
Interface IGlyph
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (25.1.2)
อินเทอร์เฟซนี้ให้การเข้าถึงพารามิเตอร์หลักของ glyphs.
public interface IGlyph
Properties
AdvanceWidth
คืนค่าความกว้างที่พัฒนาแล้วของ glyph.
float AdvanceWidth { get; }
Property Value
CharCode
คืนค่ารหัสตัวอักษรของ glyph.
char CharCode { get; }
Property Value
LeftSideBearing
คืนค่าการรองรับด้านซ้ายของ glyph.
float LeftSideBearing { get; }