OpenCAX/entry/src/main/cpp/NativeEGLOCCT/TextStyle/TextStyle.h

19 lines
379 B
C++

//
// Created on 2026/3/6.
//
// Node APIs are not fully supported. To solve the compilation error of the interface cannot be found,
// please include "napi/native_api.h".
#ifndef OPENCAX_TEXTSTYLE_H
#define OPENCAX_TEXTSTYLE_H
#include "../RenderStruct.h"
namespace NativeOpenCAX{
bool InitTextSyle(RenderOption& opt);
void ChangeTextSyle();
}
#endif //OPENCAX_TEXTSTYLE_H