UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FreeTypeUtils Namespace Reference

Functions

template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type Convert26Dot6ToRoundedPixel (TParamType InValue)
 
template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type Convert26Dot6ToRoundedPixel (TParamType InValue)
 
template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type ConvertPixelTo26Dot6 (TParamType InValue)
 
template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type ConvertPixelTo26Dot6 (TParamType InValue)
 
template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type ConvertPixelTo16Dot16 (TParamType InValue)
 
template<typename TRetType , typename TParamType >
FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type ConvertPixelTo16Dot16 (TParamType InValue)
 

Function Documentation

◆ Convert26Dot6ToRoundedPixel() [1/2]

FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::Convert26Dot6ToRoundedPixel ( TParamType  InValue)

Convert the given value from 26.6 space into rounded pixel space

◆ Convert26Dot6ToRoundedPixel() [2/2]

FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::Convert26Dot6ToRoundedPixel ( TParamType  InValue)

Convert the given value from 26.6 space into rounded pixel space

◆ ConvertPixelTo16Dot16() [1/2]

FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo16Dot16 ( TParamType  InValue)

Convert the given value from pixel space into 16.16 space

◆ ConvertPixelTo16Dot16() [2/2]

FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo16Dot16 ( TParamType  InValue)

Convert the given value from pixel space into 16.16 space

◆ ConvertPixelTo26Dot6() [1/2]

FORCEINLINE TEnableIf< TIsIntegral< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo26Dot6 ( TParamType  InValue)

Convert the given value from pixel space into 26.6 space

◆ ConvertPixelTo26Dot6() [2/2]

FORCEINLINE TEnableIf< TIsFloatingPoint< TParamType >::Value, TRetType >::Type FreeTypeUtils::ConvertPixelTo26Dot6 ( TParamType  InValue)

Convert the given value from pixel space into 26.6 space