Eugene Kozlov
|
de249a1963
Remove casts around nullptr.
|
8 years ago |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 years ago |
Lasse Öörni
|
a7dc56b5a3
Minor consistency fix in Text::GetFont(), the filename version. Move UIComponent getters to implementation to avoid requiring class definitions.
|
8 years ago |
Lasse Öörni
|
4d8330c5df
When text is wordwrapping, do not update its width in text update at all. Possible fix for #2043.
|
8 years ago |
Iain Merrick
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
8 years ago |
Iain Merrick
|
e603eed814
Add a 'subpixel glyph positions' option to UI (#1953)
|
8 years ago |
Iain Merrick
|
1e3a1edd45
Change font size to a float (closes #1952)
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Lasse Öörni
|
d01facfb56
Word wrap char positions fix contributed by Fastran. Closes #1659.
|
9 years ago |
Lasse Öörni
|
562b193ef5
Add delta parameter to UIElement::OnResize() and the Resized event.
|
9 years ago |
Lasse Öörni
|
d506ab4288
Add SetFontSize() to Text & Text3D. Fix comments of SetFont() referring to nonexistent parameter. Closes #1484.
|
9 years ago |
Lasse Öörni
|
ecd3ab2f45
When an autolocalized Text is saved, make sure the stringId is saved instead of the localized text. Make sure the text gets localized even if autoLocalizable & text attributes are in swapped order in the UI xml. Fix Text3D attributes being AM_FILE mode instead of AM_DEFAULT for net replication. Closes #1451.
|
9 years ago |
Lasse Öörni
|
6c5bda871f
Only need to ensure stroke thickness doesn't go over font size, as negative values are already checked for.
|
9 years ago |
Bengt Soderstrom
|
49727ce20c
Text effect stroke thickness setter value is made absolute
|
9 years ago |
Bengt Soderstrom
|
3d0ab6e2ca
Stroke thickness attribute is kept positive
|
9 years ago |
Lasse Öörni
|
c8ea5fc74e
Prevent crash from negative stroke thickness. Simplify non-round stroke code so that thickness=1 corresponds to the earlier nonadjustable stroke.
|
9 years ago |
Lasse Öörni
|
2165b76506
Use const ref IntVector2 for the shadow effect offset.
|
9 years ago |
Bengt Soderstrom
|
73980249ee
New text effect getters made const and removed executable status of Text and Text3D source files
|
9 years ago |
Bengt Soderstrom
|
51a35a9556
Enhanced Text Effects: Drop shadow offset, custom stroke thickness and stroke roundness can be set in editor
|
9 years ago |
Bengt Soderstrom
|
1d552092b4
Enhance Text Effects: Drop shadow can be offset in editor and custom stroke thickness can be set as well as stroke roundness
|
9 years ago |
Bengt Soderstrom
|
46b9af52ec
Added Text effect enhancement: Stroke generated procedurally
|
9 years ago |
Bengt Soderstrom
|
d6d2bc7433
Added multiple stroke thicknesses to Text effects which are more visible with larger font sizes
|
9 years ago |
Lasse Öörni
|
6b680cd6ee
Remove unused variable.
|
9 years ago |
Lasse Öörni
|
d9a295a595
Re-enable the unsigned/signed mismatch warning. Code cleanup.
|
9 years ago |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 years ago |
Ivan K
|
ad2eb74d83
LOGERROR -> URHO3D_LOGERROR
|
10 years ago |
Ivan K
|
fe05d4b16c
UPDATE_ATTRIBUTE_DEFAULT_VALUE -> URHO3D_UPDATE_ATTRIBUTE_DEFAULT_VALUE
|
10 years ago |
Ivan K
|
3959d569fa
MIXED_ACCESSOR_ATTRIBUTE -> URHO3D_MIXED_ACCESSOR_ATTRIBUTE
|
10 years ago |
Ivan K
|
212f419026
ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE
|
10 years ago |
Ivan K
|
14b1669735
ENUM_ATTRIBUTE -> URHO3D_ENUM_ATTRIBUTE
|
10 years ago |