MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_Pdf.TextParams Class Reference

Generated from class MR.Pdf.TextParams. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Const_Pdf.TextParams:

Public Member Functions

unsafe TextParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe TextParams (MR.Std._ByValue_Variant_MRPdfBuildinFont_StdFilesystemPath fontName, float fontSize, MR.Pdf.AlignmentHorizontal alignment, MR.Color colorText, bool underline)
 Constructs MR.Pdf.TextParams elementwise.
 
unsafe TextParams (MR.Pdf._ByValue_TextParams _other)
 Generated from constructor MR.Pdf.TextParams.TextParams.
 
unsafe MR.Pdf.TextParams assign (MR.Pdf._ByValue_TextParams _other)
 Generated from method MR.Pdf.TextParams.operator=.
 
- Public Member Functions inherited from MR.Const_Pdf.Const_TextParams
virtual void Dispose ()
 
unsafe Const_TextParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_TextParams (MR.Std._ByValue_Variant_MRPdfBuildinFont_StdFilesystemPath fontName, float fontSize, MR.Pdf.AlignmentHorizontal alignment, MR.Color colorText, bool underline)
 Constructs MR.Pdf.TextParams elementwise.
 
unsafe Const_TextParams (MR.Pdf._ByValue_TextParams _other)
 Generated from constructor MR.Pdf.TextParams.TextParams.
 

Properties

new unsafe MR.Std.Variant_MRPdfBuildinFont_StdFilesystemPath fontName [get]
 
new unsafe ref float fontSize [get]
 
new unsafe ref MR.Pdf.AlignmentHorizontal alignment [get]
 
new unsafe ref MR.Color colorText [get]
 
new unsafe ref bool underline [get]
 
- Properties inherited from MR.Const_Pdf.Const_TextParams
unsafe MR.Std.Const_Variant_MRPdfBuildinFont_StdFilesystemPath fontName [get]
 
unsafe float fontSize [get]
 
unsafe MR.Pdf.AlignmentHorizontal alignment [get]
 
unsafe ref readonly MR.Color colorText [get]
 
unsafe bool underline [get]
 
- Properties inherited from MR.Misc.Object< Const_TextParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Const_Pdf.Const_TextParams
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_TextParams >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Pdf.TextParams. This is the non-const half of the class.


The documentation for this class was generated from the following file: