OldUnreal / UnrealTournamentPatches

Other
970 stars 29 forks source link

[469b] UnrealEd draw texture labels in Texture browser in upper case #250

Open SeriousBuggie opened 3 years ago

SeriousBuggie commented 3 years ago

If you open Texture browser you can not see difference in case for labels below textures. FCommandoSkins.utx scr_1616230581 But in texture properties you can see with case: scr_1616230603 This things important in some cases like Faces names for skins: scr_1616230705

stijn-volckaert commented 3 years ago

The texture browser uses Engine.SmallFont, which only has upper case glyphs. We'll look into alternatives.