Files
core/HwpFile/HwpDoc/Chart/VtFont.cpp
2025-12-22 20:00:44 +03:00

15 lines
143 B
C++

#include "VtFont.h"
namespace HWP { namespace CHART
{
CVtFont::CVtFont()
{
}
ETypes CVtFont::GetType() const
{
return ETypes::VtFont;
}
}}