Extended .NET SDK Documentation 2025 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
46
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
69
75
81
82 protected static string getRealClassName(IntPtr 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)
static String getName(String name)
static void init(OdStreamBuf io)
static string getRealClassName(IntPtr ptr)
override void Dispose(bool disposing)
static String getName(String name, OdDbBaseHostAppServices ss, bool nesting)
static String getName(String name, bool nesting)
static HandleRef getCPtr(OdFontMapper obj)
static String getName(String name, OdDbBaseHostAppServices ss)
static HandleRef getCPtr(OdStreamBuf obj)