


Decide if you want your text to ‘glow’: Use the ‘glow’ button if you’d like to give your text a light grey shadow.Choose a text color: Use our color selection tool to find the perfect shade for your text.If you’d rather set a photo as your background, you can pick from our selection of Harry Potter images, including both character shots and pictures of Hogwarts, the magical castle where Harry and his friends reside. If you prefer a plain background, browse the rainbow to find the perfect hue. Choose a background color or background image: Our tool offers multiple different options for backgrounds.Our logo generator has space for up to five lines of text, so feel free to add as much as you’d like - or, if you prefer a short and sweet approach, type a single letter or word. Enter your text: decide what you’d like your logo to say.How to Use The Harry Potter Logo Generator Tool Use our simple Harry Potter Logo Generator below to create your perfect logo. String content = await editor.ExecuteScriptFunctionAsync("GetText") įile.WriteAllText(dialog.Welcome to our Harry Potter Logo Generator tool! Whether you’d like a logo to use for your desktop, to share on social media, or to print and hang on your wall, you’re in the right place. Return await webView2.ExecuteScriptAsync(script) Script += JsonConvert.SerializeObject(parameters) Public static async Task ExecuteScriptFunctionAsync(this WebView2 webView2, string functionName, params object parameters)įor (int i = 0 i < parameters.Length i++) Heres the problem when i save file the text i wrote inside ace editor if i try to save file it doesnt save properly like if i add spaces into ace editor its gonna look like this "\r\n" i dont know why and is there any way to fix it? String content = editor.InvokeScript("getValue").ToString() įile.WriteAllText(dialog.FileName, content) SaveFileDialog dialog = new SaveFileDialog() ĭialog.Filter = "Txt Files (*.txt)|*.txt|Lua Files (*.lua)|*.lua|All Files (*.*)|*.*" Var x = "All this is syntax highlighted" Į("ace/mode/javascript") I was using that code below to save the code in local file I want to save the the text that above by using a button (savefiledialog) I was using ace editor in web browser but i had so many problems with it
