Вниз
Скачать: 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-12417
atmospheric
2004-02-25 15:13
2004.03.05
TimeStampToDateTime ?


3-12290
Anton
2004-02-07 13:12
2004.03.05
Транзакзии на IB


1-12340
DDA
2004-02-21 23:04
2004.03.05
Help in CHM


1-12353
ффф
2004-02-21 23:29
2004.03.05
TImage


7-12559
Sabor
2003-12-16 09:40
2004.03.05
messsage




   Наверх