SECEditController::GetFontInfo
SECEditFontInfo*SECEditController::GetFontInfo(void)
Returns the SECEditFontInfo that is used by this controller and it's viewport.
Defined in: SECEditController.cpp
Return Value
SECEditFontInfo*
Developer Notes
Override SECEditViewport::GetFontInfo to have different font info on a per-viewport basis, for example if you implemented zooming or different fonts per window.See Also