Delphi et LOGFONT - Delphi/Pascal - Programmation
Marsh Posté le 11-05-2002 à 11:26:33
http://www.google.fr/search?q=LOGF [...] a=N&tab=gw
http://groups.google.fr/groups?q=L [...] a=N&tab=wg
Pq tu utilses pas TFont ?
Marsh Posté le 13-05-2002 à 13:10:49
C'est un filtre DirectShow qui me passe un LOGFONT donc pas trop le choix
Marsh Posté le 13-05-2002 à 14:05:08
Citation : lfFaceName. A null-terminated string that specifies the typeface name of the font. The length of this string must not exceed 32 characters, including the null terminator. |
Si tu l'utilises comme une chaine normale ça passe pas ?
Marsh Posté le 14-05-2002 à 11:08:02
C'est pour aller lire ce qu'il y a là dedans ?
Normalement ça devrait marcher:
var
chaine: string;
begin
chaine := lf.lffacename;
Marsh Posté le 11-05-2002 à 10:49:40
J'arrive pas a recuperer le nom de la police a partir d'un type LOGFONT
var lf:LOGFONT;
begin
lf.lffacename (c'est un array[0.31] of char)
end;
comment le recuperer ?