Home
last modified time | relevance | path

Searched refs:SetFontSubpixelThreshold (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D47_Typography.lua203 ui:SetFontSubpixelThreshold(i * 3)
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/UI/
H A DUI.pkg34 void SetFontSubpixelThreshold(float threshold);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/47_Typography/
H A DTypography.cpp269 GetSubsystem<UI>()->SetFontSubpixelThreshold(i * 3); in HandleFontSubpixel()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUI.h114 void SetFontSubpixelThreshold(float threshold);
H A DUI.cpp621 void UI::SetFontSubpixelThreshold(float threshold) in SetFontSubpixelThreshold() function in Urho3D::UI
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/
H A D47_Typography.as71 CreateMenu("UI::SetFontSubpixelThreshold", thresholds, "HandleFontSubpixel")
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DUIAPI.cpp792 …hod("UI", "void set_fontSubpixelThreshold(float)", asMETHOD(UI, SetFontSubpixelThreshold), asCALL_… in RegisterUI()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DReference.dox2525 … sizes, each glyph is pixel-aligned. Call \ref UI::SetFontSubpixelThreshold "SetFontSubpixelThresh…
H A DLuaScriptAPI.dox7044 - void SetFontSubpixelThreshold(float threshold)