14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
static global::System.Exception Retrieve()
static void OdTtfDescriptor_setBold(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static bool OdTtfDescriptor_isBold(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_setTtfFlags__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2, bool jarg3, int jarg4, int jarg5)
static void delete_OdTtfDescriptor(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdTtfDescriptor_textRenderingMode(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_setTextRenderingMode(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdTtfDescriptor_addTypeface(global::System.Runtime.InteropServices.HandleRef jarg1, char jarg2)
static void OdTtfDescriptor_setCharSet(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdTtfDescriptor_setPitchAndFamily(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static void OdTtfDescriptor_setFileName(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static int OdTtfDescriptor_pitchAndFamily(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_setTtfFlags__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static int OdTtfDescriptor_getFamily(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_setItalic(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static String OdTtfDescriptor_typeface(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_setTypeFace(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdTtfDescriptor_isItalic(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdTtfDescriptor_fileName(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt16 OdTtfDescriptor_charSet(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdTtfDescriptor_getPitch(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_clearTypeface(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTtfDescriptor_clearFileName(global::System.Runtime.InteropServices.HandleRef jarg1)
void setItalic(bool italic)
void setFileName(String filename)
void setTextRenderingMode(TextRenderingMode renderingMode)
TextRenderingMode textRenderingMode()
OdTtfDescriptor(String typeface, bool bold, bool italic, int charset, int pitchAndFamily)
void setCharSet(int charset)
OdTtfDescriptor(IntPtr cPtr, bool cMemoryOwn)
void setTtfFlags(bool bold, bool italic, int charset, int pitchAndFamily)
void addTypeface(char typeface)
void setTtfFlags(UInt32 flags)
void setTypeFace(String typeface)
void setPitchAndFamily(int pitchAndFamily)
Teigha.Core.TextRenderingMode vb_textRenderingMode()
static HandleRef getCPtr(OdTtfDescriptor obj)
virtual void Dispose(bool disposing)