mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
поправил интерфейс работы с текстом (gids)
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63567 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
1746479d34
commit
1032582834
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user