webview / webview

Tiny cross-platform webview library for C/C++. Uses WebKit (GTK/Cocoa) and Edge WebView2 (Windows).

Home Page:https://webview.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font not property rendered in macos using webgl

terrywh opened this issue · comments

What OS are you using (uname -a, or Windows version)?

macos 14.4.1

Darwin Kernel Version 23.4.0:root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64

What programming language are you using (C/C++/Go/Rust)?

go/1.22
webview_go/0.10.0

What did you expect to see and what you saw instead?

fontFamily: "monaco, monospaced"

with WebGL enabled:
image

Did you check the font rendering in Safari?
Never mind, I didn't pay attention.