Etterna 0.74.4
|
The settings used for the FontPage. More...
#include <Font.h>
Public Member Functions | |
FontPageSettings () | |
The initial settings for the FontPage. | |
std::string | MapRange (const std::string &sMapping, int iMapOffset, int iGlyphOffset, int iCount) |
Map a range from a character std::map to glyphs. | |
The settings used for the FontPage.
std::string FontPageSettings::MapRange | ( | const std::string & | sMapping, |
int | iMapOffset, | ||
int | iGlyphOffset, | ||
int | iCount | ||
) |
Map a range from a character std::map to glyphs.
sMapping | the intended mapping. |
iMapOffset | the number of maps to offset. |
iGlyphOffset | the number of glyphs to offset. |
iCount | the range to std::map. If -1, the range is the entire std::map. |