示例#1
0
 private int CallbackFunc(ENUMLOGFONTEX f, int a, int b, int LParam)
 {
     Fonts[f.elfLogFont.lfFaceName] = "abc";
     return 1;
 }