mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
15 lines
143 B
C++
15 lines
143 B
C++
#include "VtFont.h"
|
|
|
|
namespace HWP { namespace CHART
|
|
{
|
|
CVtFont::CVtFont()
|
|
{
|
|
|
|
}
|
|
|
|
ETypes CVtFont::GetType() const
|
|
{
|
|
return ETypes::VtFont;
|
|
}
|
|
}}
|