Navigation
API > API/Developer > API/Developer/DesktopPlatform > API/Developer/DesktopPlatform/IDesktopPlatform
References
| Module | DesktopPlatform |
| Header | /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h |
| Include | #include "IDesktopPlatform.h" |
bool OpenFontDialog
(
const void * ParentWindowHandle,
FString & OutFontName,
float & OutHeight,
EFontImportFlags & OutFlags
)
Remarks
Opens the "choose font" dialog for the platform true if font choice was successfully selected
Parameters
| Name | Description |
|---|---|
| ParentWindowHandle | The native handle to the parent window for this dialog |
| OutFontName | The name of the font |
| OutHeight | The height of the font |
| OutFlags | Any special flags the font has been tagged with |