it's stored in the registry:
HKEY_CURRENT_USER\Software\BST\bsplayer
there is a REG_SZ (String Value) named SubD
it's coded as follows:
script;font-family;size;weight;color
for instance:
0;Arial;22;1;16777215
is script Western;font-family Arial; font-size 22; weight bold; color white
186;Arial;22;0;16777215
is script Baltic; font-family Arial, font-size 22; weight normal; color white
hope it helps
|