| 229 | } |
| 230 | |
| 231 | int getScale(CheckStatusWrapper* status, unsigned index) |
| 232 | { |
| 233 | if (index < items.getCount()) |
| 234 | return items[index].scale; |
| 235 | |
| 236 | raiseIndexError(status, index, "getScale"); |
| 237 | return 0; |
| 238 | } |
| 239 | |
| 240 | unsigned getCharSet(CheckStatusWrapper* status, unsigned index) |
| 241 | { |