Added the basis for charts in hwp

This commit is contained in:
Kirill Polyakov
2025-12-22 20:00:44 +03:00
parent deff23eaac
commit f75cc7fe0f
104 changed files with 1868 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#include "TextLayout.h"
namespace HWP { namespace CHART
{
CTextLayout::CTextLayout()
{
}
}}