mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 07:41:12 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62634 954022d7-b5bf-4e40-9824-e11837661b57
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
|
|
{
|
|
};
|