| 922 |
GetPrivateProfileString(Section, "PassThruPort", "", |
GetPrivateProfileString(Section, "PassThruPort", "", |
| 923 |
ts->PrnDev, sizeof(ts->PrnDev), FName); |
ts->PrnDev, sizeof(ts->PrnDev), FName); |
| 924 |
|
|
| 925 |
|
/* プリンタ用制御コードを無視するかどうか */ |
| 926 |
|
ts->IgnorePrinterCtrl = GetOnOff(Section, "IgnorePrinterCtrl", FName, FALSE); |
| 927 |
|
|
| 928 |
/* Printer Font --- special option */ |
/* Printer Font --- special option */ |
| 929 |
GetPrivateProfileString(Section, "PrnFont", "", |
GetPrivateProfileString(Section, "PrnFont", "", |
| 930 |
Temp, sizeof(Temp), FName); |
Temp, sizeof(Temp), FName); |
| 2108 |
/* -- special option */ |
/* -- special option */ |
| 2109 |
WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName); |
WritePrivateProfileString(Section, "PassThruPort", ts->PrnDev, FName); |
| 2110 |
|
|
| 2111 |
|
/* プリンタ用制御コードを無視するかどうか */ |
| 2112 |
|
WriteOnOff(Section, "IgnorePrinterCtrl", FName, ts->IgnorePrinterCtrl); |
| 2113 |
|
|
| 2114 |
/* Printer Font --- special option */ |
/* Printer Font --- special option */ |
| 2115 |
WriteFont(Section, "PrnFont", FName, |
WriteFont(Section, "PrnFont", FName, |
| 2116 |
ts->PrnFont, ts->PrnFontSize.x, ts->PrnFontSize.y, |
ts->PrnFont, ts->PrnFontSize.x, ts->PrnFontSize.y, |