поправил интерфейс работы с текстом (gids)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63567 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-07-16 16:29:21 +00:00
committed by Alexander Trofimov
parent 1746479d34
commit 1032582834
12 changed files with 176 additions and 51 deletions

View File

@ -135,6 +135,7 @@ public:
CGlyphString(const std::wstring& wsString, float fX = 0, float fY = 0);
~CGlyphString();
void SetString(const std::wstring& wsString, float fX = 0, float fY = 0);
void SetString(const unsigned int* pGids, const unsigned int& nGidsCount, float fX = 0, float fY = 0);
void SetStringGID(const LONG& gid, float fX = 0, float fY = 0);
void Reset();
int GetLength();
@ -169,4 +170,4 @@ private:
int m_nGlyphIndex; // Номер текущего символа
};
#endif /* _BUILD_GLYPH_STRING_H */
#endif /* _BUILD_GLYPH_STRING_H */