|
| Subtitles (Myst3Engine *vm) |
|
void | loadFontSettings (int32 id) |
|
virtual void | loadResources ()=0 |
|
virtual bool | loadSubtitles (int32 id)=0 |
|
virtual void | drawToTexture (const Phrase *phrase)=0 |
|
void | freeTexture () |
|
int32 | checkOverridenId (int32 id) |
|
ResourceDescription | loadText (int32 id, bool overriden) |
|
|
Myst3Engine * | _vm |
|
Common::Array< Phrase > | _phrases |
|
int32 | _frame |
|
Texture * | _texture |
|
Common::String | _fontFace |
|
uint | _fontSize |
|
bool | _fontBold |
|
uint | _surfaceHeight |
|
uint | _singleLineTop |
|
uint | _line1Top |
|
uint | _line2Top |
|
uint | _surfaceTop |
|
int32 | _fontCharsetCode |
|
bool | _isConstrainedToWindow |
|
bool | _is3D |
|
bool | _scaled |
|
◆ getPosition()
Get the window position in screen coordinates
Implements Myst3::Window.
◆ getOriginalPosition()
Common::Rect Myst3::Subtitles::getOriginalPosition |
( |
| ) |
const |
|
overridevirtual |
Get the window position in original (640x480) screen coordinates
Implements Myst3::Window.
The documentation for this class was generated from the following file: