ILNumerics Ultimate VS

SimpleTexInterpreter Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Simple, (partial) tex symbol interpreter

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingSimpleInterpreter
    ILNumerics.DrawingSimpleTexInterpreter

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public class SimpleTexInterpreter : SimpleInterpreter, 
	ITextInterpreter

The SimpleTexInterpreter type exposes the following members.

Constructors

  NameDescription
Public methodSimpleTexInterpreter
create a new instance of a simple text interpreter

[ILNumerics Visualization Engine]

Top
Methods

  NameDescription
Protected methodparseString (Overrides SimpleInterpreterparseString(String, Font, PointF, Color, SizeF, IListRenderQueueItem, TextureStorage).)
Protected methodresizeMeasureBMP (Inherited from SimpleInterpreter.)
Public methodTransform (Inherited from SimpleInterpreter.)
Protected methodtransformItem
Render a string onto a bitmap and measure exact size

[ILNumerics Visualization Engine]

(Inherited from SimpleInterpreter.)
Public methodTransformItem
Render a string onto a bitmap and measure exact size

[ILNumerics Visualization Engine]

(Inherited from SimpleInterpreter.)
Public methodStatic memberTranslateSymbol
translates TextSymbol enum value to unicode character

[ILNumerics Visualization Engine]

Top
Fields

  NameDescription
Public fieldStatic memberKeywords
Protected fieldm_normalFont (Inherited from SimpleInterpreter.)
Protected fieldm_oversamplingFact (Inherited from SimpleInterpreter.)
Protected fieldm_size (Inherited from SimpleInterpreter.)
Top
Remarks

this is the default interpreter for all LabelingElements

[ILNumerics Visualization Engine]

See Also

Reference