/*
* Copyright 2013 Nikolay Sivov for CodeWeavers
*
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/*
* Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
* other than GPL or LGPL is available it will apply instead, Oracle elects to use only
* the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
* a choice of LGPL license versions is made available with the language indicating
* that LGPLv2 or any later version may be used, or where a choice of which version
* of the LGPL is applied is otherwise unspecified.
*/
import "dwrite.idl";
{
{
{
{
{
{
{
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
typedef enum DWRITE_BASELINE
{
{
{
{
{
{
{
} text;
{
} script;
{
} decorative;
{
} symbol;
{
{
{
interface IDWriteTextAnalysisSource1;
interface IDWriteTextAnalysisSink1;
interface IDWriteRenderingParams1;
[
]
interface IDWriteFactory1 : IDWriteFactory
{
};
[
]
interface IDWriteFontFace1 : IDWriteFontFace
{
const DWRITE_MATRIX *transform,
const DWRITE_MATRIX *transform,
INT32 *adjustments);
const DWRITE_MATRIX *transform,
const UINT16 *nominal_indices,
};
[
]
interface IDWriteFont1 : IDWriteFont
{
};
[
]
interface IDWriteRenderingParams1 : IDWriteRenderingParams
{
};
[
]
interface IDWriteTextAnalyzer1 : IDWriteTextAnalyzer
{
UINT16 const *clustermap,
DWRITE_GLYPH_OFFSET const *offsets,
DWRITE_SHAPING_GLYPH_PROPERTIES const *props,
const WCHAR *localeName,
const UINT16 *clustermap,
const DWRITE_SHAPING_GLYPH_PROPERTIES *prop,
const DWRITE_JUSTIFICATION_OPPORTUNITY *jo,
const DWRITE_GLYPH_OFFSET *offsets,
const UINT16 *clustermap,
const FLOAT *justifiedadvances,
const DWRITE_GLYPH_OFFSET *justifiedoffsets,
const DWRITE_SHAPING_GLYPH_PROPERTIES *prop,
};
[
]
interface IDWriteTextAnalysisSource1 : IDWriteTextAnalysisSource
{
UINT8 *bidi_level);
};
[
]
interface IDWriteTextAnalysisSink1 : IDWriteTextAnalysisSink
{
};
[
]
interface IDWriteTextLayout1 : IDWriteTextLayout
{
};
{
[
]
interface IDWriteBitmapRenderTarget1 : IDWriteBitmapRenderTarget
{
};