GetMathAlphanumeric function
Retrieves the Unicode Transformation Format (UTF)-32 math alphanumeric character that corresponds to the specified Basic Multilingual Plane (BMP) character and math style.
GetMathAlphanumeric(
_In_ LONG ch,
_In_ DWORD MathStyle
);
ch [in]
Type: LONGA BMP character.
MathStyle [in]
Type: DWORDMath style. This parameter can be one of the values from the MANCODE enumeration.
Type:
Returns the corresponding UTF-32 math alphanumeric character, or 0 if no such character exists.
This function is exported by the RichEdit 6.0 or later msftedit.dll.
Header |
Tom.h |
DLL |
Msftedit.dll |