Class FontMatcher

Class FontMatcher

ชื่อพื้นที่: Aspose.Html.Rendering.Fonts การประกอบ: Aspose.HTML.dll (25.4.0)

หลักสูตรนี้ช่วยให้คุณสามารถควบคุมบางส่วนของอัลกอริทึมการเข้ากันได้

[ComVisible(true)]
public abstract class FontMatcher

Inheritance

object FontMatcher

อนุญาโตตุลาการ

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

FontMatcher()

protected FontMatcher()

Methods

MatchFontFallback(FontMatchingคุณสมบัติ uint)

วิธีการนี้จะเรียกว่าถ้าไม่มี font ที่เหมาะสมที่พบใน fonts lookup folders.It should return true type font based on the fontMatchingProperties" which can render charCode", หรือ ’null’ if such font is not available.

public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties, uint charCode)

Parameters

fontMatchingProperties FontMatchingProperties

คุณสมบัติของอักษรที่เกี่ยวข้อง

charCode uint

รหัสของตัวอักษรซึ่งจะถูกนําเสนอโดยใช้ตัวอักษรที่เหมาะสม

Returns

byte [ ]

แถบไทม์ที่มีข้อมูล fonts หรือ ’null'.

 แบบไทย