Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.03.05;
Скачать: 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 вся ветка

Текущий архив: 2004.03.05;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.01 c
1-12323
Batoon
2004-02-22 20:22
2004.03.05
ListBox


7-12555
задолбался подбирать имя
2003-12-14 09:30
2004.03.05
WinRar


3-12257
tesseract
2004-02-09 13:02
2004.03.05
Lookup поля в SQL


14-12533
Goida
2004-02-12 11:35
2004.03.05
Система принятия решений


1-12362
Elritar
2004-02-25 05:05
2004.03.05
Nested COM objects (непереводимый диалект)