Вниз
Скачать: CL | DM;

Шрифты   Найти похожие ветки 

 
Ivolg ©   (2004-02-24 17:11) [0]

Как в Combobobx вывести все установленные шрифты?Спасибо!


 
olookin ©   (2004-02-24 17:13) [1]

function GetFonts(var LogFont: TLogFont; var TextMetric: TTextMetric; FontType: integer; Data: Pointer): integer; stdcall;
begin
// if LogFont.lfPitchAndFamily and $F=FIXED_PITCH then
FontList.Add(LogFont.lfFaceName); Result:=1;
end;

procedure GetFontList(var NewFontList: TStringList);
var DC: HDC;
begin
FontList:=TStringList.Create;
DC:=GetDC(0); EnumFonts(DC,nil,@GetFonts,nil);
NewFontList.Assign(FontList);
end;


 
hexone ©   (2004-02-24 17:14) [2]

ComboBox1.Items.Assign(Screen.Fonts);


 
TButton ©   (2004-02-24 17:19) [3]

2hexone
ага



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.009 c
1-12406
Kraj
2004-02-25 16:44
2004.03.05
Как отловить нажатие русских букв


6-12468
god
2003-12-29 11:17
2004.03.05
Ping Time


1-12437
Status
2004-02-23 00:48
2004.03.05
Быстро получить размер каталога


1-12417
atmospheric
2004-02-25 15:13
2004.03.05
TimeStampToDateTime ?


3-12241
АМБ
2004-02-09 16:35
2004.03.05
Индексация по Calculated Field




   Наверх