TTF to PNG (Segoe Fluent Icons)
1. 폰트 다운로드https://learn.microsoft.com/ko-kr/windows/apps/design/downloads/#fonts2. Python 패키지 설치PYTHON -m pip install –upgrade pipPYTHON -m pip install fonttools cairosvg pillow3. MSYS2 Cairo 설치CD /D c:\PortableApps\cmd_msys64\usr\binbash—–pacman -Syu –noconfirmpacman -S –noconfirm –needed mingw-w64-x86_64-cairo—–DIR c:\PortableApps\cmd_msys64\mingw64\bin\libcairo-2.dll4. 아래 스크립트로 실행PYTHON export_glyph_png.py ^–font “C:\Windows\Fonts\Segoe Fluent Icons.ttf” ^–out “d:\downloads\segoe_fluent_png” ^–size 256 ^–padding 16 ^–oversample 4 ^–save-svg ^–cairo-dll-dir “c:\PortableApps\cmd_msys64\mingw64\bin”
TTF to PNG (Segoe Fluent Icons) 더 읽기"
