WJ Lee

Results 2 comments of WJ Lee

for japanese language, this worked for me: ```js mapPdf.addFont("/NotoSansJP-Regular.ttf", "NotoSansJP-Regular", "regular"); mapPdf.setFont("NotoSansJP-Regular", "regular"); mapPdf.setFontSize(20); mapPdf.text(text, textX, textY); ``` I was able to just put the downloaded ttf file in my...

> I have cloned the Google's example repository for Cloud Code but with FastAPI here: https://github.com/alexsantos/cloud-run-fastapi It is working both with the Dockerfile and with Cloud Build for Python. @alexsantos...