我試圖使用cutycapt
採取iPhone大小的網站截圖來測試移動應用程序,而不是每次CSS更改時都要手動截取屏幕截圖。CutyCapt不顯示自定義Web字體
我遇到的問題是,cutycapt
不是呈現或加載自定義網絡字體,可以從fonts
目錄或Google Web Fonts提供。
示例屏幕截圖 - Google Web Fonts。
我正在運行cutycapt
在Ubuntu服務器上使用xvfb-run
。我使用的命令是這樣的:
xvfb-run --server-args="-screen 0, 1024x768x24" \
cutycapt --url={url} --out=/tmp/test2.png \
--min-width=640 --min-height=960 \
--user-agent="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7" \
--delay=2000 --header=X_SCREEN_DIMENSIONS:640x960