-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Describe the bug
I am outputting text from powershell to a text file, UTF8, the white space is preserved when viewing in all tested text editors. However, when the text is shown in the source on OBS, the white space is ruined and the text is poorly formatted
To Reproduce
Steps to reproduce the behavior:
Create a text file from powershell output
get-process | format-table -autosize | out-file -filepath "C:\temp\test.txt" -encoding UTF8
view text view in text file viewer, confirm spacing / formatting is expected
open text file in slide show viewer, text is not formatted
Expected behavior
I would like the blank space in text documents to be respected, or else this plugin is only useful for very very basic formatted text.
Desktop (please complete the following information):
- OS Version: Windows 10
- OBS version: 30.2.3
- GDI+ Text Slide Show (not sure what the other is)
Additional context
Add any other context about the problem here.
