FontList 集合提供 FontItem 对象的集合。
检索项目数量。 |
|
为指定的索引检索 FontItem 对象。 |
list = new Enumerator( document.Config.Font.DisplayList );
for( ; !list.atEnd(); list.moveNext() ){
item = list.item();
alert( item.Name );
}
For Each item In document.Config.Font.DisplayList
alert item.Name
Next
支持 EmEditor 7.00 或之后的版本。