Class FontMatcher
Class FontMatcher
اسم الفضاء : Aspose.Html.Rendering.Fonts مجموعة: Aspose.HTML.dll (25.5.0)
هذه الفئة تسمح لك للسيطرة على بعض أجزاء من الخوارزميات المطابقة.
[ComVisible(true)]
public abstract class FontMatcherInheritance
الأعضاء الموروثين
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(الخصائص الخصائص الخصائص، uint)
هذه الطريقة تسمى إذا لم تكن هناك الخطوط المناسبة التي يمكن العثور عليها في مجلدات البحث في الخطوط.يجب إرجاع الخطوط النوعية الحقيقية استنادا إلى fontMatchingProperties" والتي يمكن أن تصدر charCode"، أو “صفر” إذا لم تكن هذه الخطوط متاحة.
public abstract byte[] MatchFontFallback(FontMatchingProperties fontMatchingProperties, uint charCode)Parameters
fontMatchingProperties FontMatchingProperties
خصائص الخط المطابق.
charCode uint
رمز الشخصية التي سيتم تقديمها باستخدام الخط المطابق.
Returns
byte [ ]
نطاق بايت يحتوي على بيانات الخطوط أو “صفر”.