Вниз
Скачать: 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.01 c
14-12502
Dimka Maslov
2004-02-12 18:15
2004.03.05
Нашли ведь способ


1-12435
KPP
2004-02-22 20:17
2004.03.05
TForm2.CreateParented(Handle_); и потом изменение позиции Form2


1-12331
Siu
2004-02-22 20:04
2004.03.05
StringGrid


1-12371
Ivolg
2004-02-25 11:42
2004.03.05
Компоненты


1-12408
WebErr
2004-02-24 16:16
2004.03.05
Что-то с памятью моей стало! Assigned ли?




   Наверх