ms resource editor, frage zu *rc datei
-
hallo, in meinem *.rc File ist folgeder Eintrag für die Schrift für ein Dialogfenster:
FONT 8, "MS Sans Serif", 0, 0, 0x1klar ist mir 8 entspricht Schriftgröße und "MS Sans Serif" der Schriftart, aber was bedeuten die 3 weiteren Einträge dahinter? Wer weiss es?
-
Eine sehr gute Frage... dokumentiert scheint es auf jeden Fall nicht zu sein...
http://msdn2.microsoft.com/en-us/library/aa381013.aspx
-
FONT pointsize, typeface, weight, italic, charset
Point size and typeface for the font. For weight, use the FW_* values defined in WINGDI.H. For italic, specify TRUE to use an italic font, FALSE otherwise. For charset, use the value defined in the charset member of the LOGFONT structure. To get the definitive font for a dialog box, an application should specify charset along with other font properties.
-> http://msdn2.microsoft.com/en-us/library/aa381002(VS.85).aspx
Schöne Grüße und an guten Rutsch ins neue Jahr 2008
Xzibit
-
Yo danke und ebenfalls guten rutsch!