Kernel32.lib is not needed, and causes issues in the mobile emulator.…#197
Merged
Conversation
mattleibow
added a commit
that referenced
this pull request
Apr 26, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
ramezgerges
added a commit
to ramezgerges/SkiaSharp
that referenced
this pull request
Apr 26, 2026
Pulls origin/skiasharp commit b9b89f23a5 ("Add color font palette
support to C API") into our dev/update-skia-147 work tree. The new
sk_typeface_clone_with_arguments signature gains paletteIndex +
palette-override array parameters; AsSkFontArguments grows to match.
Required by mono/skiasharp PR mono#3742 (origin/main HEAD), which adds
the corresponding managed wrappers.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ramezgerges
added a commit
to ramezgerges/SkiaSharp
that referenced
this pull request
Apr 26, 2026
Re-runs the SkiaSharp generator against the merged submodule head so
the bindings reflect the union of:
- origin/main's color font palette additions (sk_typeface_clone_with_arguments
new signature with paletteIndex / palette-override array, plus the
sk_fontarguments_palette_override_t struct, from PR mono#3742 on the
managed side and PR mono#197 on the C-API side),
- our existing m147 surface carries.
HarfBuzzApi.generated.cs is intentionally not regenerated here — see
the prior "Regenerate SkiaApi.generated.cs" commit for rationale
(generator picks up extra HB 7.0+ callback APIs that have no
hand-written DelegateProxies companion in this repo).
During the rebase onto origin/main I took --ours on the
SkiaApi.generated.cs conflict to keep the rebase moving; this is
that regeneration.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… Addresses #193