Zitat von
framik:
EDIT: Zusatzfrage, was gebe ich an wenn ich fsBold nicht nutzen möchte, also normale Schriftart?
Ich schätze mal
AFont.CreateFont('Arial',[],12);
Der Zweite Parameter ist ein Set.. Also ginge mit Sicherheit auch:
AFont.CreateFont('Arial',[fsBold,fsStrikeOut,fsItalic],12);
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."