mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 14:00:32 +08:00
10 lines
212 B
C
10 lines
212 B
C
#pragma once
|
|
#include "../stdafx.h"
|
|
|
|
#include "IASCGraphicsBase.h"
|
|
|
|
[object, uuid("6C1AFC19-C954-4b74-B66C-9194D22A448A"), dual, pointer_default(unique)]
|
|
__interface IASCWinFonts : IASCGraphicsBase
|
|
{
|
|
};
|