-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update copyright years, fix tiny typos
- Loading branch information
Showing
24 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
@@ -23,7 +23,7 @@ use super::one_char::OneChar; | |
#[derive(clap::Parser)] | ||
#[command(author, version, about, arg_required_else_help(true))] | ||
pub struct Args { | ||
/// Verbose mode, -v show all font styles, -vv adds file and font face index | ||
/// Verbose mode, -v show all font styles, -vv adds font file and face index | ||
#[arg(short, long, action = clap::ArgAction::Count)] | ||
pub verbose: u8, | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// FontFor: find fonts which can show a specified character | ||
// Copyright (C) 2019 - 2020 7sDream <[email protected]> and contributors | ||
// Copyright (C) 2019 - 2023 7sDream <[email protected]> and contributors | ||
// | ||
// This file is part of FontFor. | ||
// | ||
|