Enumeration AccentType

The type of accent shown over a variable. A null value indicates no accent.

Example: Insert the variable

let editor = new micd.Editor();
let walker = new micd.Walker(editor);
walker.insert.variable("x", micd.DataType.scalar, micd.AccentType.hat);

Index

Enumeration members

Enumeration members

acute

acute: = "acute"

Specifies an acute accent, as in .

bar

bar: = "bar"

Specifies a bar (macron) accent, as in .

breve

breve: = "breve"

Specifies a breve accent, as in .

check

check: = "check"

Specifies a check (caron) accent, as in .

ddot

ddot: = "ddot"

Specifies a double dot (diaeresis) accent, as in .

dot

dot: = "dot"

Specifies a dot accent, as in .

grave

grave: = "grave"

Specifies a grave accent, as in .

hat

hat: = "hat"

Specifies a hat (circumflex) accent, as in .

tilde

tilde: = "tilde"

Specifies for a tilde accent, as in .

This API is still under development and is subject to change. Copyright © Math I Can Do Solutions Incorporated and/or its licensors.