New separated DirectWrite bindings

This commit is contained in:
Amer Koleci
2022-10-07 13:51:11 +02:00
parent 2f2724a073
commit b2b6007976
207 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,49 @@
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
namespace Win32.Graphics.DirectWrite;
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY</unmanaged>
public enum PanoseScriptTopology : int
{
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY</unmanaged>
Any = 0,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT</unmanaged>
NoFit = 1,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED</unmanaged>
RomanDisconnected = 2,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING</unmanaged>
RomanTrailing = 3,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED</unmanaged>
RomanConnected = 4,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED</unmanaged>
CursiveDisconnected = 5,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING</unmanaged>
CursiveTrailing = 6,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED</unmanaged>
CursiveConnected = 7,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED</unmanaged>
BlackletterDisconnected = 8,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING</unmanaged>
BlackletterTrailing = 9,
/// <include file='../DirectWrite.xml' path='doc/member[@name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED"]/*' />
/// <unmanaged>DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED</unmanaged>
BlackletterConnected = 10,
}