Skip to content

Commit a1884fc

Browse files
Update ColrTable.cs
1 parent 4790358 commit a1884fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/SixLabors.Fonts/Tables/General/Colr/ColrTable.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@ internal bool TryGetColrV1Layers(
311311
/// <param name="currentGlyphId">
312312
/// The glyph id whose outline will receive the paint. Set by <c>PaintGlyph</c>/<c>PaintColrGlyph</c>.
313313
/// </param>
314-
/// <param name="transform">Accumulated transform.</param>
314+
/// <param name="glyphTransform">The accumulated transform to apply to the glyph's geometry.</param>
315+
/// <param name="paintTransform">The accumulated transform to apply to the paint.</param>
316+
/// <param name="transformPaint">Whether wrapper transforms should be applied to the paint (true) or to the glyph geometry (false).</param>
315317
/// <param name="compositeMode">Accumulated composite mode.</param>
316318
/// <param name="processor">The glyph variation processor, or null for non-variable fonts.</param>
317319
/// <param name="outLayers">Accumulator for resolved layers.</param>

0 commit comments

Comments
 (0)