Navigation
API > API/Editor > API/Editor/FontEditor
| Name | IFontEditorModule |
| Type | class |
| Header File | /Engine/Source/Editor/FontEditor/Public/FontEditorModule.h |
| Include Path | #include "FontEditorModule.h" |
Syntax
class IFontEditorModule :
public IModuleInterface,
public IHasMenuExtensibility,
public IHasToolBarExtensibility
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IFontEditor > CreateFontEditor
(
const EToolkitMode::Type Mode, |
Creates a new Font editor | FontEditorModule.h | |
TSharedRef< IFontFaceEditor > CreateFontFaceEditor
(
const EToolkitMode::Type Mode, |
Creates a new Font Face editor | FontEditorModule.h |