Skip to content

Commit

Permalink
Merge pull request #715 from dungngminh/main
Browse files Browse the repository at this point in the history
fix(docs): Remove duplicated API docs at `drawString`
  • Loading branch information
brendan-duncan authored Feb 3, 2025
2 parents bebe693 + dc97dbd commit 4f151c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/draw/draw_string.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../font/bitmap_font.dart';
import '../image/image.dart';
import 'draw_pixel.dart';

/// Draw a string horizontally into [image] horizontally into [image] at
/// Draw a string horizontally into [image] at
/// position [x],[y] with the given [color].
/// If [x] is not specified, the string will be centered horizontally.
/// If [y] is not specified, the string will be centered vertically.
Expand Down

0 comments on commit 4f151c2

Please sign in to comment.