Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
OdFontMapper.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class OdFontMapper : OdRxObject {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 public OdFontMapper(IntPtr cPtr, bool cMemoryOwn) : base(GlobalsPINVOKE.OdFontMapper_SWIGUpcast(cPtr), cMemoryOwn) {
21 swigCPtr = new HandleRef(this, cPtr);
22 }
23
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
25 public static HandleRef getCPtr(OdFontMapper obj) {
26 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
27 }
28
29 protected override void Dispose(bool disposing) {
30 lock(this) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
32 if (swigCMemOwn) {
33 swigCMemOwn = false;
35 }
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
37 }
38 base.Dispose(disposing);
39 }
40 }
41
42 public static void init(OdStreamBuf io) {
45 }
46
47 public static void uninit() {
50 }
51
52 public static bool isLoaded() {
55 return ret;
56 }
57
58 public static String getName(String name, bool nesting) {
59 string ret = GlobalsPINVOKE.OdFontMapper_getName__SWIG_0(name, nesting);
61 return ret;
62}
63
64 public static String getName(String name) {
67 return ret;
68}
69
70 public static String getName(String name, OdDbBaseHostAppServices ss, bool nesting) {
73 return ret;
74}
75
76 public static String getName(String name, OdDbBaseHostAppServices ss) {
79 return ret;
80}
81
82 protected static string getRealClassName(IntPtr /*SIMPLETYPE*/ ptr) {
83 string ret = GlobalsPINVOKE.OdFontMapper_getRealClassName(ptr /*SIMPLETYPE*/);
85 return ret;
86 }
87
88}
89
90}
static global::System.Exception Retrieve()
static string OdFontMapper_getRealClassName(IntPtr jarg1)
static void delete_OdFontMapper(HandleRef jarg1)
static void OdFontMapper_uninit()
static void OdFontMapper_init(HandleRef jarg1)
static String OdFontMapper_getName__SWIG_0([MarshalAs(UnmanagedType.LPWStr)]String jarg1, bool jarg2)
static bool OdFontMapper_isLoaded()
static String OdFontMapper_getName__SWIG_2([MarshalAs(UnmanagedType.LPWStr)]String jarg1, HandleRef jarg2, bool jarg3)
static String OdFontMapper_getName__SWIG_1([MarshalAs(UnmanagedType.LPWStr)]String jarg1)
static String OdFontMapper_getName__SWIG_3([MarshalAs(UnmanagedType.LPWStr)]String jarg1, HandleRef jarg2)
static HandleRef getCPtr(OdDbBaseHostAppServices obj)
OdFontMapper(IntPtr cPtr, bool cMemoryOwn)
Definition: OdFontMapper.cs:20
static String getName(String name)
Definition: OdFontMapper.cs:64
static void init(OdStreamBuf io)
Definition: OdFontMapper.cs:42
static string getRealClassName(IntPtr ptr)
Definition: OdFontMapper.cs:82
override void Dispose(bool disposing)
Definition: OdFontMapper.cs:29
static String getName(String name, OdDbBaseHostAppServices ss, bool nesting)
Definition: OdFontMapper.cs:70
static String getName(String name, bool nesting)
Definition: OdFontMapper.cs:58
static HandleRef getCPtr(OdFontMapper obj)
Definition: OdFontMapper.cs:25
static String getName(String name, OdDbBaseHostAppServices ss)
Definition: OdFontMapper.cs:76
static bool isLoaded()
Definition: OdFontMapper.cs:52
static HandleRef getCPtr(OdStreamBuf obj)
Definition: OdStreamBuf.cs:25