awlop.blogg.se

Tecplot get textbox
Tecplot get textbox










tecplot get textbox

`Units` may be one of the following: * `Units.Point`: Specify character height in points. uid, float ( value )) def size_units ( self ): """`Units`: Units of the text character height. lock () def size ( self, value ): with self.

tecplot get textbox

#Tecplot get textbox how to#

Example showing how to set the text size of a `Text` object:: > text = frame.add_text('abc') > _units = > = 14 """ with self. bold, bool ( value )) def size ( self ): """`int`: The text size in the currently defined text size units. lock () def italic ( self, value ): with self. Example showing how to set the italic property of a `Text` object:: > text = frame.add_text('abc') > = True """ with self. italic ) def italic ( self ): """`bool`: Use italic typeface of the `Text` object. lock () def bold ( self, value ): with self. Example showing how to set the bold property of a `Text` object:: > text = frame.add_text('abc') > = True """ with self. italic ) def bold ( self ): """`bool`: Use bold typeface in the `Text` object. lock () def typeface ( self, value ): with self. This example shows how to set the typeface of a `Text` object to 'Times':: > text = frame.add_text('abc') > = 'Times' """ with self. If the typeface or style is not available, a suitable replacement will be selected. For consistency across various platforms, |Tecplot 360| guarantees that the following standard typeface names are available: * "Helvetica" * "Times" * "Courier" * "Greek" * "Math" * "User Defined" Other typefaces may or may not be available depending on the TrueType fonts available.

tecplot get textbox

frame def typeface ( self ): """`str`: The font family used by the `Text` object. lock_attributes class TextFont ( object ): """Typeface and font settings for a `Text` object.""" def _init_ ( self, text ): self.












Tecplot get textbox