Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ArthurHub/HTML-Renderer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tangmanger/HTML-Renderer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 23, 2026

  1. 修改了以下文件:

    - `HtmlRenderer.PdfSharp/Adapters/PdfSharpAdapter.cs`:更新了`CreateFontInt`方法中的`style`参数处理,将`XFontStyle`改为`XFontStyleEx`。
    - `HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj`:将`PDFsharp`包版本更新为`6.2.4`。
    
    ```plaintext
    修改了HtmlRenderer.PdfSharp/Adapters/PdfSharpAdapter.cs中的CreateFontInt方法,将style参数处理改为XFontStyleEx。
    修改了HtmlRenderer.PdfSharp/HtmlRenderer.PdfSharp.csproj文件,将PDFsharp包版本更新为6.2.4。
    ```
    tangmanger committed May 23, 2026
    Configuration menu
    Copy the full SHA
    b356138 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. 修改HtmlRenderer.csproj和HtmlRenderer.PdfSharp.csproj文件,添加<Platforms>Any…

    …CPU;x64</Platforms>到平台配置。
    tangmanger committed May 24, 2026
    Configuration menu
    Copy the full SHA
    7380137 View commit details
    Browse the repository at this point in the history
Loading