Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UFont
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetStringHeightAndWidth
(
const FString& InString, |
Determines the height and width for the passed in string. | Engine/Font.h | |
void GetStringHeightAndWidth
(
const TCHAR* Text, |
Engine/Font.h |
GetStringHeightAndWidth(const FString &, int32 &, int32 &)
Description
Determines the height and width for the passed in string.
| Name | GetStringHeightAndWidth |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Font.h |
| Include Path | #include "Engine/Font.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Font.cpp |
void GetStringHeightAndWidth
(
const FString & InString,
int32 & Height,
int32 & Width
) const
GetStringHeightAndWidth(const TCHAR *, int32 &, int32 &)
| Name | GetStringHeightAndWidth |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Font.h |
| Include Path | #include "Engine/Font.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Font.cpp |
void GetStringHeightAndWidth
(
const TCHAR * Text,
int32 & Height,
int32 & Width
) const