ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

.otf Support

Open jerlinn opened this issue 1 year ago • 1 comments

Original: file_list = [f for f in os.listdir(font_dir) if os.path.isfile(os.path.join(font_dir, f)) and f.lower().endswith(".ttf")]

Suggestion support for otf fonts: file_list = [f for f in os.listdir(font_dir) if os.path.isfile(os.path.join(font_dir, f)) and (f.lower().endswith(".ttf") or f.lower().endswith(".otf"))]

CleanShot 2024-01-20 at 19 10 06@2x

CleanShot 2024-01-20 at 19 11 00@2x

jerlinn avatar Jan 20 '24 11:01 jerlinn

+1 Bump Today is my birthday, so please add this feature. 🎉

camoody1 avatar Mar 22 '24 10:03 camoody1