資源簡介
TMS Component Pack是VCL平臺功能全面、性能卓越的用戶界面開發控件套包。該控件包含了超過400個為Delphi以及C++Builder設計的TMS生產控件。本源碼來源于互聯網,請低調使用,不得用于商業用途。
代碼片段和文件信息
using?System;
using?System.Drawing;
using?System.Collections;
using?System.IO;
using?System.Text;
namespace?RTLLib
{
#region?Header?Classes
public?class?FontTable
{
private?ArrayList?FFonts;
public?FontTable()
{
FFonts?=?new?ArrayList();
}
public?ArrayList?Fonts
{
get?{
?????????????????????????????return?FFonts;
????????????????????????????}
}
/*
public?int?IndexOf(string?FaceName)
{
int?i;
int?rtn?=?-1;
return?rtn;
}
*/
}
#endregion?
}
評論
共有 條評論