openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
237 stars 68 forks source link

TextField Format (HTML5) #127

Open dimensionscape opened 5 years ago

dimensionscape commented 5 years ago

Today I noticed a strange issue that causes all( or multiple) instances of TextFields to take on bold and italic formatting when you change a single encapsulated instance.

hunkydoryrepair commented 4 years ago

You probably need to create separate TextFormat objects for each one. If they share the underlying TextFormat object, changing one will change the others.