Skip to content

Commit

Permalink
Merge pull request #440 from albert-github/feature/bug_docu
Browse files Browse the repository at this point in the history
Documentation error
  • Loading branch information
ferdnyc committed Feb 10, 2020
2 parents 56af4eb + ba1155e commit 9bb5d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/TextReader.h
Expand Up @@ -119,7 +119,7 @@ namespace openshot
TextReader(int width, int height, int x_offset, int y_offset, GravityType gravity, std::string text, std::string font, double size, std::string text_color, std::string background_color);

/// Draw a box under rendered text using the specified color.
/// @param text_background_color The background color behind the text
/// @param color The background color behind the text
void SetTextBackgroundColor(std::string color);

/// Close Reader
Expand Down

0 comments on commit 9bb5d93

Please sign in to comment.