Skip to content

Commit 906323f

Browse files
authored
Fix warnings?
1 parent 7012adf commit 906323f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

CSharpMath.Rendering/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,6 @@ override CSharpMath.Rendering.Text.TextAtom.Style.SingleChar(CSharpMath.Atom.Fon
395395
override CSharpMath.Rendering.Text.TextAtom.Text.Equals(CSharpMath.Rendering.Text.TextAtom! atom) -> bool
396396
override CSharpMath.Rendering.Text.TextAtom.Text.GetHashCode() -> int
397397
override CSharpMath.Rendering.Text.TextAtom.Text.SingleChar(CSharpMath.Atom.FontStyle style) -> int?
398-
override Typography.OpenFont.Bounds.ToString() -> string!
399-
override Typography.OpenFont.CFF.Cff1GlyphData.ToString() -> string!
400-
override Typography.OpenFont.Glyph.ToString() -> string!
401-
override Typography.OpenFont.GlyphPointF.ToString() -> string!
402-
override Typography.OpenFont.MathGlyphs.GlyphPartRecord.ToString() -> string!
403398
override Typography.OpenFont.MathGlyphs.MathGlyphVariantRecord.ToString() -> string!
404399
override Typography.OpenFont.MathGlyphs.MathKern.ToString() -> string!
405400
override Typography.OpenFont.MathGlyphs.MathValueRecord.ToString() -> string!
@@ -2691,4 +2686,4 @@ virtual Typography.TextBreak.NewWordBreakHandlerDelegate.Invoke(Typography.TextB
26912686
virtual Typography.TextBreak.WordVisitor.OnBreak() -> void
26922687
virtual Typography.TextBreak.WordVisitor.SpanBreakInfo.get -> Typography.TextBreak.SpanBreakInfo!
26932688
virtual Typography.TextBreak.WordVisitor.SpanBreakInfo.set -> void
2694-
virtual Typography.TextLayout.GlyphLayout.GlyphNotFoundHandler.Invoke(Typography.TextLayout.GlyphLayout! glyphLayout, int codepoint, int nextcodepoint) -> ushort
2689+
virtual Typography.TextLayout.GlyphLayout.GlyphNotFoundHandler.Invoke(Typography.TextLayout.GlyphLayout! glyphLayout, int codepoint, int nextcodepoint) -> ushort

0 commit comments

Comments
 (0)