Garry Xiao

Results 8 comments of Garry Xiao

@adoconnection, parse the usings is little bit reasonable. Is it possible for me to do some work here? :) @sergeyt, I mention something under https://github.com/adoconnection/RazorEngineCore/discussions/50 may help.

Still the same. When a font loaded with FontManager.RegisterFont, the bold and italic styles have no effect. When it is a static font, like installed in Windows Fonts folder, then...

Hi @koo9 Thanks for the feedback. You are correct. When I load all-style font, it works. The problem for me is, the font only defines normal style, when rendering bold...

The issue is reasonable but not acceptable. I worked out a solution to create subset font with a nuget package "com.etsoo.EasyPdf": ` var fontFolder = Environment.GetFolderPath(Environment.SpecialFolder.Fonts); await using var fontStream...

Hi @MarcinZiabek, first off, feel free to use whatever is there. I agree it's a short-term solution. Long term should be integrated with the library and collect the characters automatically....

@MarcinZiabek I will keep the idea improving (Just added a feature to remove unnecessary fonts in the TTC file before embedding) but currently there is an issue may need your...

I would like to suggest improve the "vite-plugin-svgr/client" with another case when import the SVG icon with URL (like from the public folder of React application): const ReactComponent: React.FunctionComponent< React.ComponentProps...

It's a good idea to fix another issue at the sam time. Thanks. `Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']`