Class FontsSettings
ชื่อพื้นที่: Aspose.Html การประกอบ: Aspose.HTML.dll (25.4.0)
แสดงการจัดการการตั้งค่า fonts
[ComVisible(true)]
public class FontsSettings
Inheritance
อนุญาโตตุลาการ
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
FontMatcher
ได้รับหรือตั้งค่าชั้นที่ช่วยให้คุณสามารถควบคุมบางส่วนของอัลกอริทึมการตอบสนองคําอธิบาย
public FontMatcher FontMatcher { get; set; }
คุณสมบัติมูลค่า
Methods
GetFontsLookupFolders()
รับสําเนาของแร่ซึ่งมีโฟลเดอร์ fonts Fonts ที่พบในโฟลเดอร์เหล่านี้จะใช้สําหรับการแสดงตัวอักษร
public string[] GetFontsLookupFolders()
Returns
string [ ]
คูปองของโฟลเดอร์ fonts array
SetFontsLookupFolder(รั้ว)
ชุดโฟลเดอร์ที่ใช้ในระหว่างการเลือก fonts
public void SetFontsLookupFolder(string fontsFolder)
Parameters
fontsFolder
string
โพสต์โฟลเดอร์
SetFontsLookupFolder(บอล, บอล)
ชุดโฟลเดอร์ที่ใช้ในระหว่างการเลือก fonts
public void SetFontsLookupFolder(string fontsFolder, bool recursive)
Parameters
fontsFolder
string
โพสต์โฟลเดอร์
recursive
bool
ถ้าตั้งค่าเป็น “จริง” ทั้งหมดไดเรกทอรีที่กําหนดเองจะถูกนํามาใช้ หมายเลขที่กําหนดเองคือ “ผิดพลาด”
SetFontsLookupFolders(รั้ว[])
สร้างชุดโฟลเดอร์ที่ใช้ในระหว่างการเลือก fonts
public void SetFontsLookupFolders(string[] fontsFolders)
Parameters
fontsFolders
string
[ ]
กระดาษกระดาษ
SetFontsLookupFolders(รั้ว[ ], บอล)
สร้างชุดโฟลเดอร์ที่ใช้ในระหว่างการเลือก fonts
public void SetFontsLookupFolders(string[] fontsFolders, bool recursive)
Parameters
fontsFolders
string
[ ]
กระดาษกระดาษ
recursive
bool
ถ้าตั้งค่าเป็น “จริง” ทั้งหมดไดเรกทอรีที่กําหนดเองจะถูกนํามาใช้ หมายเลขที่กําหนดเองคือ “ผิดพลาด”