mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
XpsFile builds
This commit is contained in:
@ -55,6 +55,14 @@ struct TBBox
|
||||
float fMaxY;
|
||||
};
|
||||
|
||||
struct TBBoxAdvance
|
||||
{
|
||||
TBBox box;
|
||||
|
||||
float fAdvanceX;
|
||||
float fAdvanceY;
|
||||
};
|
||||
|
||||
namespace NSFonts
|
||||
{
|
||||
class CFontSelectFormat
|
||||
@ -524,7 +532,7 @@ namespace NSFonts
|
||||
virtual int LoadString3C(const int& gid, const float& fX, const float& fY) = 0;
|
||||
virtual int LoadString2C(const int& wsBuffer, const float& fX, const float& fY) = 0;
|
||||
|
||||
virtual TBBox MeasureChar2(const LONG& lUnicode) = 0;
|
||||
virtual TBBoxAdvance MeasureChar2(const LONG& lUnicode) = 0;
|
||||
virtual TBBox MeasureString() = 0;
|
||||
virtual TBBox MeasureString2() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user