-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to provide an embedded default font in the assembly #4760
Comments
There are multiple ways to achieve this:
|
You need to reupload the image or just copy/paste the output here |
The method I use in the connection is var typefaceCollection = SKTypefaceCollectionCache.GetOrAddTypefaceCollection(msjhTypeFace.FontFamily); The result is empty, is there a problem? |
I think, for users who using the lib, set FontFamily should have been easy. like sorry!
|
What is simple about text processing? |
Which is better for users to write one line of code or more than 200 lines of code? |
@go-nil if you have a really good idea how that can work in a x-plat solution like Avalonia, I think a PR is welcome. But keep in mind, we have to consider many different OS and also many different use-cases. I agree we will need more documentation on this topic. |
So apparently we aren't supposed to register custom font managers, what now? |
Setting FontFamily on the MainWindow works fine for most controls, but it doesn't work for tooltips of button. |
No description provided.
The text was updated successfully, but these errors were encountered: