|
byte | _font8x8 [256][8] |
|
byte | _fontU6 [256][8] |
|
|
void | synchronize () override |
|
| LocalResourceFile (const Common::Path &filename) |
|
| LocalResourceFile (Resources *owner, const Common::Path &filename) |
|
bool | isSaving () const |
|
void | syncString (const char *&str) override |
|
void | syncStrings (const char **str, size_t count) override |
|
void | syncStrings2D (const char **str, size_t count1, size_t count2) override |
|
void | syncNumber (int &val) override |
|
void | syncNumbers (int *vals, size_t count) override |
|
void | syncNumbers2D (int *vals, size_t count1, size_t count2) override |
|
void | syncNumbers3D (int *vals, size_t count1, size_t count2, size_t count3) override |
|
void | syncBytes (byte *vals, size_t count) override |
|
void | syncBytes2D (byte *vals, size_t count1, size_t count2) override |
|
| ResourceFile (const Common::Path &filename) |
|
virtual | ~ResourceFile () |
|
◆ synchronize()
void Ultima::Shared::FontResources::synchronize |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: