ContextSupportsTrueTypeText
Property
|
Property that indicates whether True Type fond
elaboration is supported. If false, a device will use a
stroke-based font for any text specified with True Type font.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool SupportsTrueTypeText { get; }
Public Overridable ReadOnly Property SupportsTrueTypeText As Boolean
Get
public:
virtual property bool SupportsTrueTypeText {
bool get ();
}
abstract SupportsTrueTypeText : bool with get
override SupportsTrueTypeText : bool with get
Property Value
Boolean
See Also