pax_global_header 0000666 0000000 0000000 00000000064 14762711267 0014527 g ustar 00root root 0000000 0000000 52 comment=9c58f67334fbc5019714ddd28ce688b21341f1f0
font-manager-0.9.4/ 0000775 0000000 0000000 00000000000 14762711267 0014117 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/.gitattributes 0000664 0000000 0000000 00000001603 14762711267 0017012 0 ustar 00root root 0000000 0000000 # Avoid C header files being classified as Objective-C
*.h linguist-language=C
# Don't include build-aux in language statistics
build-aux/* -linguist-detectable
build-aux/license/* -linguist-detectable
build-aux/vendor/* -linguist-detectable
# Don't include generated header files
lib/data/*.h linguist-generated
# Don't include orthography data in language statistics
lib/data/orthographies/* linguist-generated
# Don't include documentation in language statistics
help/* linguist-documentation
# Don't include generated Unicode info files
lib/data/ucd/unicode-blocks.h linguist-generated
lib/data/ucd/unicode-categories.h linguist-generated
lib/data/ucd/unicode-names.h linguist-generated
lib/data/ucd/unicode-nameslist.h linguist-generated
lib/data/ucd/unicode-scripts.h linguist-generated
lib/data/ucd/unicode-unihan.h linguist-generated
lib/data/ucd/unicode-versions.h linguist-generated
font-manager-0.9.4/.github/ 0000775 0000000 0000000 00000000000 14762711267 0015457 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/.github/ISSUE_TEMPLATE/ 0000775 0000000 0000000 00000000000 14762711267 0017642 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/.github/ISSUE_TEMPLATE/bug_report.md 0000664 0000000 0000000 00000002052 14762711267 0022333 0 ustar 00root root 0000000 0000000 ---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Information**
- OS: [e.g. Ubuntu 20.10, Fedora 33, etc]
- Desktop Environment [e.g. GNOME, XFCE, etc]
- Font Manager version [e.g. 0.8.4]
- IMPORTANT : Do not file issues for extremely outdated versions of the application.
Verify the issue can be duplicated with the latest release.
If you are running a "Long Term Support" version please open an issue at your distributions bug tracker instead
- Font Manager installation method [e.g. Distribution package, PPA, COPR, AUR, etc]
**Additional context**
Add any other context about the problem here.
font-manager-0.9.4/.github/ISSUE_TEMPLATE/feature_request.md 0000664 0000000 0000000 00000001123 14762711267 0023364 0 ustar 00root root 0000000 0000000 ---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
font-manager-0.9.4/.gitignore 0000664 0000000 0000000 00000000044 14762711267 0016105 0 ustar 00root root 0000000 0000000 build
build-aux/results
po/POTFILES
font-manager-0.9.4/CHANGELOG 0000664 0000000 0000000 00000024100 14762711267 0015326 0 ustar 00root root 0000000 0000000 0.9.3 -> 0.9.4
- Fix segfault reported in Issue #436
0.9.2 -> 0.9.3
- Restore editable labels for collection names
- Switch to using libarchive rather than calling external application
- Add preference option for gtk-font-rendering - Issue #429
- Remember selected items in font lists where possible - Issue #424
- Set sensitivity of labels to match activation status
- Switch to using CSS for preview area colors
- Google Fonts : Use standard TextView for editing in preview - Issue #424
- Browse Mode : Propagate waterfall settings - Issue #424
- Browse Mode : Add keyboard shortcuts to modify preview size - Issue #424
- Browse Mode : Add designer information to preview pane
- Browse Mode : Add tooltip with copyright and design description to preview pane
- Font Viewer : Add preference pane - Issue #428
- Font Viewer : Support for multiple variations within single file
- CLI interface : Fix segfault when using certain options - Issue #421
- CLI interface : Add --keep option to allow disabling all but specified fonts
- Fix purge operation for PPA packaging - Issue #422
0.9.1 -> 0.9.2
- Address segfault reported on FreeBSD - Closes #395
- Add StartupWMClass to desktop file to avoid duplicate entry in docks
0.9.0 -> 0.9.1
- Address segfault caused by missing sources - Closes #405
- Update Unicode data files to version 16.0
- Fix GLib Schema loading to ensure newest file gets loaded
- Fix base dir detection for Google Fonts waterfall preview
- Add preference to control spacing between lines in waterfall - Issue #399
- Check for default preview and load localized version instead - Issue #389
- Set cursor to visible in active preview - Issue #403
- Ship fallback icons to avoid missing image icons - Issue #373
- FontList : Increase margin to improve TreeExpander consistency - Issue #373
- Waterfall Preview : Allow access to waterfall settings from right click menu - Issue #373
- Collections : More accurate state tracking
- Unsorted Category : Fix matching
- Unsorted Category : Prevent possible crash due to access of null object
- Browse Mode : Save preview tile size - Issue #373
- Browse Mode : Set Gtk.GridView:max-columns to 36, defaults to 7 - Issue #373
- Browse Mode : Add tooltip text to controls - Issue #373
- Browse Mode : Fix preview size not updating with tile size
- Browse Mode : Restore list option and allow for custom text - Issue #378
- Google Fonts : link waterfall settings for consistency
- Google Fonts : Move file management into Font object for improved state tracking
- Google Fonts : Set margins to match Manage fontlist
- Dark Theme : Fix light backgrounds in various areas and dialogs
0.8.9 -> 0.9.0
- Port to GTK 4
- Change application identifier to com.github.FontManager.FontManager - Issue #319
- Add build option to enable loading Adwaita stylesheet, disabled by default.
- Update appdata file, switch to using metainfo.xml extension.
- Add option to sort collections by name or size - Issue #297
- Improve search to include variations and partial matches - Issue #316
- Add editable preview mode to Google Fonts preview pane - Issue #250
- Double click selected orthography filter to deselect - Issue #332
- Drop Fonts table every update to avoid missing fonts - Issue #330
- Track locale and drop database on change to avoid invalid orthographies - Issue #330
- Ensure property values are always visible - Issue #292
- Update vendor list
0.8.8 -> 0.8.9
- Bumps libsoup version to 3.0 - Issue #343
- Fix build failures with Vala >= 0.56.17 - Issue #355
- Fix failure during copy of font files on export
- Fix reversed order of font substitutions - Issue #351
- Update Unicode data to version 15.1.0 - Issue #345
- Don't disable Fontconfig home, avoids warnings from library
0.8.7 -> 0.8.8
- Bumps Fontconfig minimum version to 2.12
- Adds options for Waterfall display and sizing - Issue #230
- Enables basic support for Emoji flag sequences - Issue #109
- Fixes build failure with GCC 11 - Issue #240
- Fixes warnings generated when double clicking an item in the fontlist - Issue #248
- Fixes warnings generated when an unknown language is encountered - Google Fonts Catalog - Issue #249
- Allows toggling the state of multiple families in the fontlist - Issue #261
- Updates vendor list
- Includes latest translation updates
0.8.6 -> 0.8.7
- Fixes rendering issues with Pango > 1.47 - Issue #213
- Fixes missing desktop settings with GNOME 40 - Issue #215
- Fixes missing substitution target family names - Issue #216
- Restore font list positions when switching filters and after drag and drop - Issue #220
- Adds a "rename" entry to collections context menu - Suggested in Issue #220
- Switches to using symbolic icons in sidebar for consistency
- Limits Waterfall preview to 48pt to improve application responsiveness with large font collections
- Adds a preference to allow setting maximum Waterfall preview point size
- Update vendor list
- Include latest translation updates
0.8.5 -> 0.8.6
- Fix GSettings crash with GNOME 40 due to missing "antialias" setting
0.8.4 -> 0.8.5
- Fix FTBFS with Vala >= 0.52
0.8.3 -> 0.8.4
- Fix a bug where most categories fail to load on first run.
- Move to a more traditional sidebar layout - Issue #59
- Make insensitive controls more consistent across different areas
- Fix dbus method signature in file manager extensions
- Fix infinite loop triggered by listing contents of collections which contain children
- Save / Restore state for Google Fonts preview pane
- Fix initial preview text in Font Viewer schema
- Add all currently selected fonts to comparison when add button is clicked - Issue #170
0.8.2 -> 0.8.3
- Fixes an issue where if a network connection is not available at startup
Google Fonts information will never be updated. Flatpak builds hit this issue
everytime. Regular installations can simply restart to work around this bug.
0.8.1 -> 0.8.2
- Revert change incompatible with older Vala versions
- Include latest translation updates
0.8.0 -> 0.8.1
- Make WebKit and libsoup optional - #137
- Fix issue when building with --buildtype=release - #136
- Fix GF preview issue due to use of localized values in html - #135 / #138
- Fix crash when downloading fonts - #151
- Translation updates and bugfixes thanks to @PF4Public - #144
0.7.9 -> 0.8.0
- Fix FTBFS with Vala 0.50+ - #134
- Adds Google Fonts integration - #54
- Requires WebKitGtk and libsoup
- Allow saving compare lists contents
- Add GNOME Shell search provider
- Update Unicode data to 13.0
- Update vendor data
0.7.8 -> 0.7.9
- Fixes build failures with Vala 0.50
- Restore Thunar extension - #94
- Added Dutch translation - thanks to @Vistaus
- Closes #48 - Allow users to create custom actions
- Adds install menu item to extensions
0.7.7 -> 0.7.8
- Closes #122 - Various changes related to Flatpak packaging.
- Fix incorrect font being added to comparison - #124
- Filter out legacy fonts which are no longer suported by newer Pango versions.
- Updates / fixes to translations ( #105, #117 )
- Build system improvements
0.7.6 -> 0.7.7
- Fix file manager crash caused by extensions
0.7.5 -> 0.7.6
- Add search to character map
- Add zoom window to character map on right click
- Add fsType information to license pane
- Add grid view to browse mode
- Add context info / help to preference panes
- Display progress during database updates
- Update unicode data to version 12.0.0
- Update translations
- Drop use of Python for file manager extensions
- Closes Issue # 96
Fix build failure / crash with newer versions of Vala
- Closes Issue # 75
Prefer family and style from name table and properly deal with their encoding
- Addresses Issue # 99
Add Import / Export for user data
- Addresses Issue # 102
Searches starting with : will filter based on character
0.7.4 -> 0.7.5
- Require Vala >= 0.42
- Switch to Meson build system
- Use GtkBuilder templates as much as possible
- Fix inoperative desktop font preference controls
- Add language filter to default categories
0.7.3 -> 0.7.4
- Drop dependency on gucharmap library.
Gucharmap is no longer in active development, and while the developers
were receptive to changes, our changes are so invasive that they wouldn't
make much sense upstream.
- Drop dependency on Gee library
- Drop Intltool
- Determine whether file-roller is available at runtime.
--with-file-roller flag dropped.
- Fixed a crash that occurred when non font files were dropped onto preview areas.
- Added filetype to property pane
- Added designer/designer url to property pane
- Added orthography recognition based on the work done for Fontaine by Edward H. Trager
- Searches starting with / will filter based on filepath
- Added preference pane for Gnome desktop settings
- Added GtkShortcutsWindow
- Updated vendor list
- Added option to enable/disable GTK+ animations
- Added option to prefer dark theme variant if available
- Added custom preview entry to Browse mode
- Added custom preview entry to Compare mode
- Closes Issue #12
Added font substitution preference pane.
- Closes Issue #14
Added some help documentation.
- Closes Issue #16
Character map now only displays those codepoints which are present in selected font.
For fonts which do not support Latin, use a preview string based on best supported
orthography or generate a random preview based on available glyphs.
- Addresses Issue #31
Make headerbar area more consistent with other Gtk+ applications.
- Closes Issue #40
- Closes Issue #42 - Partially addresses Issue #48
Added "Copy Location" and "Show in Folder" entries to the font list context menu.
- Partially addresses Issue #48
Added "Copy to.." and "Compress..." entries to the collection list context menu.
- Addresses Issue #50
Force sidebar content to stay in place rather than slide out of view.
- Closes Issue #51
Hide non-matching search results.
- Closes Issue #52
Enable "next-match", "previous-match" and "activate" signals for search.
- Closes Issue #53
Match search term anywhere in family name.
- Closes Issue #57
No longer applies to current design.
- Closes Issue #64
Ensure "C" locale is used when saving double values to configuration files.
font-manager-0.9.4/COPYING 0000664 0000000 0000000 00000104513 14762711267 0015156 0 ustar 00root root 0000000 0000000 GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
font-manager-0.9.4/INSTALL 0000664 0000000 0000000 00000001603 14762711267 0015150 0 ustar 00root root 0000000 0000000
Building & Installing Font Manager
==================================
Building
--------
Font Manager uses the Meson and Ninja
build systems. To build Font Manager,
run the following commands from the top-level directory of the
source code repository:
meson setup --prefix=/usr --buildtype=release build
ninja -C build
See the `meson.build` file in the top-level directory for the complete
list of required dependencies and minimum versions.
Running
-------
If you wish to try Font Manager before installing it, you may
execute it directly from its build directory:
build/src/font-manager/font-manager
Installation
------------
After Font Manager has built, install it by invoking the install target:
ninja -C build install
After installation, it can be uninstalled in the same way:
ninja -C build uninstall
font-manager-0.9.4/README.md 0000664 0000000 0000000 00000012322 14762711267 0015376 0 ustar 00root root 0000000 0000000 |[English](README.md)|[Română](README.ro.md)|
|--------------------|----------------------|
# Font Manager
A simple font management application for GTK Desktop Environments

Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the Gnome Desktop Environment in mind, it should work well with other GTK desktop environments.
Font Manager is NOT a professional-grade font management solution.
## Features
- Preview and compare font files
- Activate or deactivate installed font families
- Automatic categorization based on font properties
- Google Fonts Catalog integration
- Integrated character map
- User font collections
- User font installation and removal
- User font directory settings
- User font substitution settings
- Desktop font settings (GNOME Desktop or compatible environments)
## Localization
Font Manager is being translated using [Weblate](https://weblate.org), a web tool designed to ease translating for both developers and translators.
If you would like to help this application reach more users in their native language please visit the [project page on Weblate](https://hosted.weblate.org/engage/font-manager/).
## Installation
### Distribution packages
#### Arch User Repository
Arch Linux users can install [`font-manager`](https://archlinux.org/packages/extra/x86_64/font-manager/) from official repositories:
```bash
pacman -S font-manager
```
#### Fedora COPR
[](https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/package/font-manager/)
Fedora packages built from latest revision:
```bash
dnf copr enable jerrycasiano/FontManager
dnf install font-manager
```
#### Gentoo
Gentoo users may find [`font-manager`](https://github.com/PF4Public/gentoo-overlay/tree/master/app-misc/font-manager) in [::pf4public](https://github.com/PF4Public/gentoo-overlay) Gentoo overlay
#### Ubuntu Personal Package Archive
Ubuntu packages built from latest revision:
```bash
sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager
```
#### File Manager extensions
Fedora and Ubuntu users can also find extensions for Nautilus, Nemo and Thunar in the repositories.
The extension currently allows you to quickly preview font files by simply selecting them in the file manager while font-viewer is open and also adds an option to install font files in the file manager context menu.
The Thunar extension also has very basic bulk renamer support.
### Building from source
You'll need to ensure the following dependencies are installed:
- `meson >= 1.1.0`
- `ninja`
- `glib >= 2.62`
- `vala >= 0.56`
- `freetype2 >= 2.10`
- `gtk+-4.0 >= 4.12`
- `json-glib-1.0 >= 1.5`
- `libxml-2.0 >= 2.9.10`
- `sqlite3 >= 3.35`
- `gobject-introspection`
- `yelp-tools (optional)`
- `gettext (optional)`
Support for compressed files, which is enabled by default, requires:
- `libarchive >= 3.7`
Google Fonts integration, which is enabled by default, requires the following libraries:
- `webkitgtk-6.0 >= 2.4`
- `libsoup3 >= 3.2`
If you wish to also build file manager extensions, you will need corresponding development libraries:
- `libnautilus-extension`
- `libnemo-extension`
- `thunar`
Adwaita stylesheet support is available as a build option, which is disabled by default, if enabled you will need the Adwaita library installed:
- `libadwaita-1`
You will also have to enable the option in the Interface section of the preference pane.
Adwaita support is limited to styling, no other components are used at this time.
To build the application:
```bash
meson setup --prefix=/usr --buildtype=release build
cd build
ninja
```
To run the application without installing:
```bash
src/font-manager/font-manager
```
To install the application:
```bash
sudo ninja install
```
To uninstall:
```bash
sudo ninja uninstall
```
For a list of available build options:
```bash
meson configure
```
To change an option after the build directory has been configured:
```bash
meson configure -Dsome_option=true
```
## License
This project is licensed under the GNU General Public License Version 3.0 - see
[COPYING](COPYING) for details.
## Acknowledgements
- Karl Pickett for getting the ball rolling with [fontmanager.py](https://raw.githubusercontent.com/FontManager/font-manager/6b9b351538b5118d07f6d228f3b42c91183b8b73/fontmanager.py)
- The compare mode in Font Manager is modeled after [gnome-specimen](https://launchpad.net/gnome-specimen) by Wouter Bolsterlee
- Font Manager makes use of data compiled for [Fontaine](https://www.unifont.org/fontaine/) by Edward H. Trager
- The character map in Font Manager is based on [Gucharmap](https://wiki.gnome.org/action/show/Apps/Gucharmap)
font-manager-0.9.4/README.ro.md 0000664 0000000 0000000 00000012377 14762711267 0016027 0 ustar 00root root 0000000 0000000
# Font Manager
Un manager de fonturi simplu pentru Mediile Desktop GTK.

Font Manager este proiectat pentru a furniza utilizatorilor normali o cale uşoară de a administra fonturile de desktop, făra a fi nevoie de a recurge la command line sau la editarea manuală a fişierelor de configurare. Deşi este proiectat în special pentru Gnome Desktop Environment, ar trebui să meargă bine şi cu alte medii desktop GTK.
Font Manager NU este o soluţie de gestionare a fonturilor de calitate profesională.
## Funcţii
- Pevizualizaţi şi comparaţi fonturi
- Activaţi sau dezactivaţi familii de fonturi
- Categorizare automată bazată pe proprietăţile fontului
- Integrare cu Google Fonts Catalog
- Hartă de caractere integrată
- Colecţii de fonturi ale utilizatorului
- Instalarea şi ştergerea fonturilor utilizatorului
- Setări ale directorului de fonturi ale utilizatorului
- Setări de substituire ale fonturilor utilizatorului
- Setări ale fontului desktopului (GNOME Desktop sau medii compatibile)
## Localizare
Font Manager este tradus folosind [Weblate](https://weblate.org), un instrument web proiectat pentru a uşura traducerea atât pentru dezvoltatori cât şi pentru traducători.
Dacă aţi dori să ajutaţi această aplicaţie să ajungă la mai mulţi utilizatori în limba lor nativă, vă rugăm să accesaţi [pagina proiectului pe Weblate](https://hosted.weblate.org/engage/font-manager/).
## Instalare
### Pachetele distribuţiilor
#### Arch User Repository
Utilizatorii Arch Linux pot instala [`font-manager`](https://archlinux.org/packages/community/x86_64/font-manager/) din depozitele oficiale:
```bash
pacman -S font-manager
```
#### Fedora COPR
[](https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/package/font-manager/)
Pachete Fedora construite din ultima revizie:
```bash
dnf copr enable jerrycasiano/FontManager
dnf install font-manager
```
#### Gentoo
Utilizatorii Gentoo pot găsi [`font-manager`](https://github.com/PF4Public/gentoo-overlay/tree/master/app-misc/font-manager) în [::pf4public](https://github.com/PF4Public/gentoo-overlay) Gentoo overlay
#### Ubuntu Personal Package Archive
Pakete Ubuntu cunstruite din ultima revizie:
```bash
sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager
```
#### Extensii pentru Managerele de Fişiere
Utilizatorii Ubuntu şi Fedora pot găsi extensii pentru Nautilus, Nemo and Thunar în the repository-uri.
Extensia, în acest moment, vă permite să previzualizaţi fonturi doar selectându-le în managerul de fişiere în timp ce font-viewer este deschis şi adaugă o opţiune pentru a instala fonturi în meniul contextual al managerul de fişiere.
Extensia Thunar are, de asemenea, suport de bază pentru redenumire bulk.
### Construirea din sursă
Va trebui să vă asiguraţi că următoarele depentenţe sunt instalate:
- `meson >= 1.1.0`
- `ninja`
- `glib >= 2.62`
- `vala >= 0.56`
- `freetype2 >= 2.10`
- `gtk+-4.0 >= 4.12`
- `json-glib-1.0 >= 1.5`
- `libxml-2.0 >= 2.9.10`
- `sqlite3 >= 3.35`
- `gobject-introspection`
- `yelp-tools` (opţional)
- `gettext` (opţional)
Support for compressed files, which is enabled by default, requires:
- `libarchive >= 3.7`
Dacă doriţi să construiţi şi integrare cu Google Fonts, care este activată implicit, următoarele biblioteci sunt necesare:
- `webkitgtk-6.0 >= 2.4`
- `libsoup3 >= 3.2`
Dacă doriţi să construiţi şi extensiile pentru managerul de fişiere, veţi avea nevoie de bibliotecile de dezvoltare corespunzătoare:
- `libnautilus-extension`
- `libnemo-extension`
- `thunar`
Pentru a construi aplicaţia:
```bash
meson setup --prefix=/usr --buildtype=release build
cd build
ninja
```
Penru a rula aplicaţia fără a o instala:
```bash
src/font-manager/font-manager
```
Pentru a instala aplicaţia:
```bash
sudo ninja install
```
Pentru dezinstalare:
```bash
sudo ninja uninstall
```
Pentru o listă cu opţiunile de construire disponibile:
```bash
meson configure
```
Penru a schimba o opţiune după ce directorul de construcţie a fost configurat:
```bash
meson configure -Dsome_option=true
```
## Licenţă
Acest proiect este licenţiat sub GNU General Public License Version 3.0 - vedeţi
[COPYING](COPYING) pentru detalii.
## Mulţumiri
- Lui Karl Pickett pentru punere lucrurilor în mişcare cu [fontmanager.py](https://raw.githubusercontent.com/FontManager/font-manager/6b9b351538b5118d07f6d228f3b42c91183b8b73/fontmanager.py)
- Modul de comparare în Font Manager este modelat după [gnome-specimen](https://launchpad.net/gnome-specimen) de Wouter Bolsterlee
- Font Manager foloseşte date compilate pentru [Fontaine](http://www.unifont.org/fontaine/) de Edward H. Trager
- Harta de caractere din Font Manager este bazată pe [Gucharmap](https://wiki.gnome.org/action/show/Apps/Gucharmap)
font-manager-0.9.4/build-aux/ 0000775 0000000 0000000 00000000000 14762711267 0016011 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/build-aux/LSAN.supp 0000664 0000000 0000000 00000000621 14762711267 0017456 0 ustar 00root root 0000000 0000000
# WebKit : Likely one time allocation since it's less than 100 bytes
leak:font_manager_google_fonts_create_webview
# Pango/Fontconfig
leak:fc_thread_func
leak:pango_parse_markup
leak:pango_itemize_with_font
leak:pango_fc_font_map_cache_clear
leak:pango_cairo_fc_font_map_fontset_key_substitute
# GTK/GSK
leak:draw_text
#leak:gsk_color_node_new2
leak:gsk_container_node_new
leak:gtk_widget_allocate
font-manager-0.9.4/build-aux/Makefile 0000664 0000000 0000000 00000005707 14762711267 0017462 0 ustar 00root root 0000000 0000000
PACKAGE_NAME = font-manager
PACKAGE_VERSION = 0.9.4
ABS_TOP_SRCDIR = $(shell realpath ../)
ABS_SRCDIR = $(shell realpath .)
UNICODE_DATA_DIR = $(ABS_SRCDIR)/unicode/
PKG_LIB_DIR = $(ABS_TOP_SRCDIR)/lib
UNICODE_URL = http://www.unicode.org/Public
UNICODE_VERSION = 16.0.0
WGET = $(shell which wget)
WGETFLAGS = -np -nd -rc -P $(UNICODE_DATA_DIR)
UNZIP = $(shell which unzip)
UNICODE_FILES = \
Blocks.txt \
DerivedAge.txt \
NamesList.txt \
UnicodeData.txt \
Unihan.zip \
$(NULL)
UNICODE_SOURCES = \
unicode-blocks.h \
unicode-categories.h \
unicode-names.h \
unicode-nameslist.h \
unicode-unihan.h \
unicode-versions.h \
$(NULL)
download-unicode-data:
[ -e $(UNICODE_DATA_DIR) ] || mkdir -p $(UNICODE_DATA_DIR); \
for f in $(UNICODE_FILES); \
do \
[ -e $(UNICODE_DATA_DIR)$${f} ] || \
$(WGET) $(WGETFLAGS) "$(UNICODE_URL)/$(UNICODE_VERSION)/ucd/$${f}"; \
done
unicode-headers: download-unicode-data
PROG_UNZIP=$(UNZIP) ./gen-unicode-headers.pl $(UNICODE_VERSION) $(UNICODE_DATA_DIR) && \
for f in $(UNICODE_SOURCES); \
do \
mv $${f} $(PKG_LIB_DIR)/data/ucd; \
done && \
rm -rf $(UNICODE_DATA_DIR)
$(PACKAGE_NAME).pot:
cd $(ABS_TOP_SRCDIR) && \
meson setup build && \
ninja -C build font-manager-pot && \
ninja -C build help-font-manager-pot && \
cd $(ABS_SRCDIR)
$(PACKAGE_NAME)-license.h:
cd license && \
./genheader.py $(PKG_LIB_DIR)/data && \
cd ..
$(PACKAGE_NAME)-vendor.h:
cd vendor && \
./genheader.py $(PKG_LIB_DIR)/data && \
cd ..
update-headers: $(PACKAGE_NAME)-license.h $(PACKAGE_NAME)-vendor.h unicode-headers
update: update-headers $(PACKAGE_NAME).pot
rpm:
@echo -e "\n**** Need to ensure build dependencies are installed\n";
pkexec dnf install rpmdevtools
pkexec dnf builddep $(ABS_TOP_SRCDIR)/fedora/$(PACKAGE_NAME).spec
rpmdev-setuptree
cp $(ABS_TOP_SRCDIR)/fedora/$(PACKAGE_NAME).spec ~/rpmbuild/SPECS/
cd ~/rpmbuild/SPECS/ || exit && \
spectool -g -R $(PACKAGE_NAME).spec && \
rpmbuild -ba $(PACKAGE_NAME).spec
BUILD_DEPENDS = \
build-essential \
debhelper \
valac \
meson \
libxml2-dev \
libfreetype-dev \
libfontconfig-dev \
libglib2.0-dev \
libjson-glib-dev \
libcairo2-dev \
libgtk-4-dev \
libadwaita-1-dev \
libpango1.0-dev \
libsqlite3-dev \
libgirepository1.0-dev \
yelp-tools \
python3 \
python-gi-dev \
python3-nautilus \
libsoup2.4-dev \
libwebkitgtk-6.0-dev \
libnautilus-extension-dev \
libnemo-extension-dev \
libthunarx-3-dev
deb:
@echo -e '\n*** Need to ensure build dependencies are installed ***\n\n'
pkexec apt install $(BUILD_DEPENDS)
cd $(ABS_TOP_SRCDIR) || exit && \
meson setup build && \
ninja -C build dist && \
cd build/meson-dist/ || exit && \
tar -xvf $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.xz && \
mv $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.xz \
./$(PACKAGE_NAME)_$(PACKAGE_VERSION).orig.tar.xz && \
cd $(PACKAGE_NAME)-$(PACKAGE_VERSION) || exit && \
cp -R ../../../debian . && \
dpkg-buildpackage -us -uc && \
cd $(ABS_SRCDIR) || exit && \
xdg-open ../build/meson-dist/
font-manager-0.9.4/build-aux/font-manager.supp 0000664 0000000 0000000 00000003730 14762711267 0021303 0 ustar 00root root 0000000 0000000
################################### BEGIN ######################################
# This section contains all the suppresions required to get a "clean" bill of
# health from Valgrind when executing hello-world-gtk.c from
# https://www.gtk.org/docs/getting-started/hello-world/
# Fontconfig
{
FcConfigValues
Memcheck:Leak
fun:*alloc
...
fun:FcConfigValues
}
{
FcValue*
Memcheck:Leak
fun:*alloc
...
fun:FcValue*
}
{
FcFontRenderPrepare
Memcheck:Leak
fun:*alloc
...
fun:FcFontRenderPrepare
}
# GObject
{
g_application_register
Memcheck:Leak
fun:*alloc
...
fun:g_application_register
}
# GSK
{
gsk_renderer_*
Memcheck:Leak
match-leak-kinds:all
fun:*
...
src:gskrenderer.c:*
}
{
gsk_ngl_renderer_*
Memcheck:Leak
match-leak-kinds:all
fun:*
...
fun:gsknglrenderer.c:*
}
{
gsknglrendererjob
Memcheck:Leak
fun:*
...
src:gsknglrenderjob.c:*
}
# GTK
{
gtk_init
Memcheck:Leak
fun:*alloc
...
fun:gtk_init*
}
{
gtk_css_node_validate_internal
Memcheck:Leak
fun:*lloc
...
fun:gtk_css_node_validate_internal
}
{
gtk_widget_query_size_for_orientation
Memcheck:Leak
fun:*alloc
...
fun:gtk_widget_query_size_for_orientation
}
{
gtk_at_context_create
Memcheck:Leak
fun:*alloc
...
fun:gtk_at_context_create
}
# Mesa
{
nir_serialize
Memcheck:Leak
fun:*alloc
...
src:nir_serialize.c:*
}
# Intel driver
{
crocus*
Memcheck:Leak
match-leak-kinds:all
fun:*alloc
...
fun:crocus*
}
# Pango
{
Pango.sort_in_thread
Memcheck:Leak
fun:*alloc
...
fun:FcFontSetSort
fun:sort_in_thread
}
##################################### END ######################################
{
pango_fc_font_map_load_fontset
Memcheck:Leak
fun:*alloc
...
fun:pango_fc_font_map_load_fontset
}
font-manager-0.9.4/build-aux/gen-unicode-headers.pl 0000775 0000000 0000000 00000064043 14762711267 0022166 0 ustar 00root root 0000000 0000000 #!/usr/bin/env perl
#
# $Id$
#
# generates in the current directory:
# - unicode-blocks.h
# - unicode-names.h
# - unicode-nameslist.h
# - unicode-unihan.h
# - unicode-categories.h
# - unicode-versions.h
#
# usage: ./gen-unicode-headers.pl UNICODE-VERSION DIRECTORY
# where DIRECTORY contains UnicodeData.txt Unihan.zip NamesList.txt Blocks.txt
#
# NOTE! Some code copied from glib/glib/gen-unicode-tables.pl; keep in sync!
use strict;
use warnings;
use Env qw($PROG_UNZIP);
$PROG_UNZIP = "unzip" unless (defined $PROG_UNZIP);
$| = 1; # flush stdout buffer
if (@ARGV != 2)
{
$0 =~ s@.*/@@;
die < unicode-names.h") or die;
print "processing $unicodedata_txt...";
print $out "/* unicode-names.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n\n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
my @unicode_pairs;
my %names;
while (my $line = <$unicodedata>)
{
chomp $line;
$line =~ /^([^;]+);([^;]+)/ or die;
my $hex = $1;
my $name = $2;
# Skip items where we can easily reconstruct the name programmatically
next if ($name =~ /^CJK UNIFIED IDEOGRAPH-[0-9A-F]{4,6}$/);
next if ($name =~ /^CJK COMPATIBILITY IDEOGRAPH-[0-9A-F]{4,6}$/);
next if ($name =~ /^TANGUT IDEOGRAPH-[0-9A-F]{4,6}$/);
next if ($name =~ /^TANGUT COMPONENT-[0-9]+$/);
# Skip unwanted items
next if ($name =~ /^<.+, (First|Last)>$/);
$names{$name} = 1;
push @unicode_pairs, [$hex, $name];
}
print $out "static const char unicode_names_strings[] = \\\n";
my $offset = 0;
foreach my $name (sort keys %names) {
print $out " \"$name\\0\"\n";
$names{$name} = $offset;
$offset += length($name) + 1;
}
undef $offset;
print $out ";\n";
print $out "typedef struct _FontManagerUnicodeName FontManagerUnicodeName;\n\n";
print $out "static const struct _FontManagerUnicodeName\n";
print $out "{\n";
print $out " gunichar index;\n";
print $out " guint32 name_offset;\n";
print $out "} \n";
print $out "unicode_names[] =\n";
print $out "{\n";
my $first_line = 1;
foreach my $pair (@unicode_pairs) {
if (!$first_line) {
print $out ",\n";
} else {
$first_line = 0;
}
my ($hex, $name) = @{$pair};
my $offset = $names{$name};
print $out " {0x$hex, $offset}";
}
print $out "\n};\n\n";
print $out <name_offset;
return unicode_names_strings + offset;
}
EOT
print $out "#endif\n\n";
undef %names;
undef @unicode_pairs;
close ($unicodedata);
close ($out);
# part 2: categories
open ($unicodedata, $unicodedata_txt) or die;
open ($out, "> unicode-categories.h") or die;
# Map general category code onto symbolic name.
my %mappings =
(
# Normative.
'Lu' => "G_UNICODE_UPPERCASE_LETTER",
'Ll' => "G_UNICODE_LOWERCASE_LETTER",
'Lt' => "G_UNICODE_TITLECASE_LETTER",
'Mn' => "G_UNICODE_NON_SPACING_MARK",
'Mc' => "G_UNICODE_SPACING_MARK",
'Me' => "G_UNICODE_ENCLOSING_MARK",
'Nd' => "G_UNICODE_DECIMAL_NUMBER",
'Nl' => "G_UNICODE_LETTER_NUMBER",
'No' => "G_UNICODE_OTHER_NUMBER",
'Zs' => "G_UNICODE_SPACE_SEPARATOR",
'Zl' => "G_UNICODE_LINE_SEPARATOR",
'Zp' => "G_UNICODE_PARAGRAPH_SEPARATOR",
'Cc' => "G_UNICODE_CONTROL",
'Cf' => "G_UNICODE_FORMAT",
'Cs' => "G_UNICODE_SURROGATE",
'Co' => "G_UNICODE_PRIVATE_USE",
'Cn' => "G_UNICODE_UNASSIGNED",
# Informative.
'Lm' => "G_UNICODE_MODIFIER_LETTER",
'Lo' => "G_UNICODE_OTHER_LETTER",
'Pc' => "G_UNICODE_CONNECT_PUNCTUATION",
'Pd' => "G_UNICODE_DASH_PUNCTUATION",
'Ps' => "G_UNICODE_OPEN_PUNCTUATION",
'Pe' => "G_UNICODE_CLOSE_PUNCTUATION",
'Pi' => "G_UNICODE_INITIAL_PUNCTUATION",
'Pf' => "G_UNICODE_FINAL_PUNCTUATION",
'Po' => "G_UNICODE_OTHER_PUNCTUATION",
'Sm' => "G_UNICODE_MATH_SYMBOL",
'Sc' => "G_UNICODE_CURRENCY_SYMBOL",
'Sk' => "G_UNICODE_MODIFIER_SYMBOL",
'So' => "G_UNICODE_OTHER_SYMBOL"
);
# these shouldn't be -1
my ($codepoint, $last_codepoint, $start_codepoint) = (-999, -999, -999);
my ($category, $last_category) = ("G_FAKE1", "G_FAKE2");
my ($started_range, $finished_range) = (undef, undef);
print $out "/* unicode-categories.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n\n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
print $out "typedef struct _FontManagerUnicodeCategory FontManagerUnicodeCategory;\n\n";
print $out "static const struct _FontManagerUnicodeCategory\n";
print $out "{\n";
print $out " gunichar start;\n";
print $out " gunichar end;\n";
print $out " GUnicodeType category;\n";
print $out "}\n";
print $out "unicode_categories[] =\n";
print $out "{\n";
while (my $line = <$unicodedata>)
{
$line =~ /^([0-9A-F]*);([^;]*);([^;]*);/ or die;
my $codepoint = hex ($1);
my $name = $2;
my $category = $mappings{$3};
if ($finished_range
or ($category ne $last_category)
or (not $started_range and $codepoint != $last_codepoint + 1))
{
if ($last_codepoint >= 0) {
printf $out (" { 0x%4.4X, 0x%4.4X, \%s },\n", $start_codepoint, $last_codepoint, $last_category);
}
$start_codepoint = $codepoint;
}
if ($name =~ /^<.*First>$/) {
$started_range = 1;
$finished_range = undef;
}
elsif ($name =~ /^<.*Last>$/) {
$started_range = undef;
$finished_range = 1;
}
elsif ($finished_range) {
$finished_range = undef;
}
$last_codepoint = $codepoint;
$last_category = $category;
}
printf $out (" { 0x%4.4X, 0x%4.4X, \%s },\n", $start_codepoint, $last_codepoint, $last_category);
print $out "};\n\n";
print $out "#endif\n\n";
close ($out);
print " done.\n";
}
#------------------------#
# XXX should do kFrequency too
sub process_unihan_zip
{
my ($unihan_zip) = @_;
print "processing $unihan_zip.";
open (my $unihan, "$PROG_UNZIP -c '$unihan_zip' |") or die;
open (my $out, "> unicode-unihan.h") or die;
print $out "/* unicode-unihan.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n\n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
print $out "#if INCLUDE_UNIHAN_DATA\n\n";
print $out "typedef struct _FontManagerUnihan FontManagerUnihan;\n\n";
print $out "static const struct _FontManagerUnihan\n";
print $out "{\n";
print $out " gunichar index;\n";
print $out " gint32 kDefinition;\n";
print $out " gint32 kCantonese;\n";
print $out " gint32 kMandarin;\n";
print $out " gint32 kTang;\n";
print $out " gint32 kKorean;\n";
print $out " gint32 kJapaneseKun;\n";
print $out " gint32 kJapaneseOn;\n";
print $out " gint32 kHangul;\n";
print $out " gint32 kVietnamese;\n";
print $out "} \n";
print $out "unihan[] =\n";
print $out "{\n";
my @strings;
my $offset = 0;
my $wc = 0;
my ($kDefinition, $kCantonese, $kMandarin, $kTang, $kKorean, $kJapaneseKun, $kJapaneseOn, $kHangul, $kVietnamese);
my $i = 0;
while (my $line = <$unihan>)
{
chomp $line;
$line =~ /^U\+([0-9A-F]+)\s+([^\s]+)\s+(.+)$/ or next;
my $new_wc = hex ($1);
my $field = $2;
my $value = $3;
$value =~ s/\\/\\\\/g;
$value =~ s/\"/\\"/g;
if ($new_wc != $wc)
{
if (defined $kDefinition or defined $kCantonese or defined $kMandarin
or defined $kTang or defined $kKorean or defined $kJapaneseKun
or defined $kJapaneseOn or defined $kHangul or defined $kVietnamese)
{
printf $out (" { 0x%04X, \%d, \%d, \%d, \%d, \%d, \%d, \%d, \%d, \%d },\n",
$wc,
(defined($kDefinition) ? $kDefinition : -1),
(defined($kCantonese) ? $kCantonese: -1),
(defined($kMandarin) ? $kMandarin : -1),
(defined($kTang) ? $kTang : -1),
(defined($kKorean) ? $kKorean : -1),
(defined($kJapaneseKun) ? $kJapaneseKun : -1),
(defined($kJapaneseOn) ? $kJapaneseOn : -1),
(defined($kHangul) ? $kHangul : -1),
(defined($kVietnamese) ? $kVietnamese : -1));
}
$wc = $new_wc;
undef $kDefinition;
undef $kCantonese;
undef $kMandarin;
undef $kTang;
undef $kKorean;
undef $kJapaneseKun;
undef $kJapaneseOn;
undef $kHangul;
undef $kVietnamese;
}
for my $f (qw(kDefinition kCantonese kMandarin
kTang kKorean kJapaneseKun kJapaneseOn kHangul kVietnamese)) {
if ($field eq $f) {
push @strings, $value;
my $last_offset = $offset;
$offset += length($value) + 1;
$value = $last_offset;
last;
}
}
if ($field eq "kDefinition") {
$kDefinition = $value;
}
elsif ($field eq "kCantonese") {
$kCantonese = $value;
}
elsif ($field eq "kMandarin") {
$kMandarin = $value;
}
elsif ($field eq "kTang") {
$kTang = $value;
}
elsif ($field eq "kKorean") {
$kKorean = $value;
}
elsif ($field eq "kJapaneseKun") {
$kJapaneseKun = $value;
}
elsif ($field eq "kJapaneseOn") {
$kJapaneseOn = $value;
}
elsif ($field eq "kHangul") {
$kHangul = $value;
}
elsif ($field eq "kVietnamese") {
$kVietnamese = $value;
}
if ($i++ % 32768 == 0) {
print ".";
}
}
print $out "};\n\n";
print $out "static const char unihan_strings[] = \\\n";
for my $s (@strings) {
print $out " \"$s\\0\"\n";
}
print $out ";\n\n";
print $out < unihan[max].index)
return NULL;
if (uc == most_recent_searched)
return most_recent_result;
most_recent_searched = uc;
while (max >= min) {
mid = (min + max) / 2;
if (uc > unihan[mid].index)
min = mid + 1;
else if (uc < unihan[mid].index)
max = mid - 1;
else {
most_recent_result = unihan + mid;
return unihan + mid;
}
}
most_recent_result = NULL;
return NULL;
}
#endif
EOT
for my $name (qw(kDefinition kCantonese kMandarin
kTang kKorean kJapaneseKun kJapaneseOn kHangul kVietnamese)) {
print $out <$name;
if (offset == -1)
return NULL;
return unihan_strings + offset;
}
#endif
const gchar *
font_manager_unicode_get_unicode_$name (gunichar uc)
{
#if INCLUDE_UNIHAN_DATA
const FontManagerUnihan *uh = _get_unihan (uc);
if (uh == NULL)
return NULL;
else
return unihan_get_$name (uh);
#else
return NULL;
#endif
}
EOT
}
print $out "#endif\n\n";
close ($unihan);
close ($out);
print " done.\n";
}
#------------------------#
# $nameslist_hash =
# {
# 0x0027 => { '=' => {
# 'index' => 30,
# 'values' => [ 'APOSTROPHE-QUOTE', 'APL quote' ]
# }
# '*' => {
# 'index' => 50,
# 'values' => [ 'neutral (vertical) glyph with mixed usage',
# '2019 is preferred for apostrophe',
# 'preferred characters in English for paired quotation marks are 2018 & 2019'
# ]
# }
# # etc
# }
# # etc
# };
#
sub print_names_list
{
my ($out, $nameslist_hash, $token, $variable_name) = @_;
print $out "static const char ", $variable_name, "_strings[] = \n";
my @names_pairs;
my %names_offsets;
my $offset = 0;
for my $wc (sort {$a <=> $b} keys %{$nameslist_hash})
{
next if not exists $nameslist_hash->{$wc}->{$token};
for my $value (@{$nameslist_hash->{$wc}->{$token}->{'values'}}) {
push @names_pairs, [$wc, $value];
next if exists $names_offsets{$value};
$names_offsets{$value} = $offset;
$offset += length($value) + 1;
my $printvalue = $value;
$printvalue =~ s/\\/\\\\/g;
$printvalue =~ s/\"/\\"/g;
printf $out (qq/ "\%s\\0"\n/, $printvalue);
}
}
print $out " ;\n\n";
print $out "static const FontManagerUnicharStringIndex ", $variable_name, "[] = \n";
print $out "{\n";
foreach my $pair (@names_pairs) {
my ($wc, $value) = @{$pair};
printf $out (qq/ { 0x%04X, %d },\n/, $wc, $names_offsets{$value});
}
print $out " { (gunichar)(-1), 0 } /* end marker */ \n";
print $out "};\n\n";
}
sub process_nameslist_txt
{
my ($nameslist_txt) = @_;
open (my $nameslist, $nameslist_txt) or die;
print "processing $nameslist_txt...";
my ($equal_i, $ex_i, $star_i, $pound_i, $colon_i) = (0, 0, 0, 0, 0);
my $wc = 0;
my $nameslist_hash;
my $in_multiline_comment = 0;
while (my $line = <$nameslist>)
{
if ($in_multiline_comment && $line =~ /^\t/)
{
next;
}
chomp ($line);
$in_multiline_comment = 0;
if ($line =~ /^@\+/)
{
$in_multiline_comment = 1;
next;
}
elsif ($line =~ /^@/)
{
next;
}
elsif ($line =~ /^([0-9A-F]+)/)
{
$wc = hex ($1);
}
elsif ($line =~ /^\s+=\s+(.+)$/)
{
my $value = $1;
if (not defined $nameslist_hash->{$wc}->{'='}->{'index'}) {
$nameslist_hash->{$wc}->{'='}->{'index'} = $equal_i;
}
push (@{$nameslist_hash->{$wc}->{'='}->{'values'}}, $value);
$equal_i++;
}
elsif ($line =~ /^\s+\*\s+(.+)$/)
{
my $value = $1;
if (not defined $nameslist_hash->{$wc}->{'*'}->{'index'}) {
$nameslist_hash->{$wc}->{'*'}->{'index'} = $star_i;
}
push (@{$nameslist_hash->{$wc}->{'*'}->{'values'}}, $value);
$star_i++;
}
elsif ($line =~ /^\s+#\s+(.+)$/)
{
my $value = $1;
if (not defined $nameslist_hash->{$wc}->{'#'}->{'index'}) {
$nameslist_hash->{$wc}->{'#'}->{'index'} = $pound_i;
}
push (@{$nameslist_hash->{$wc}->{'#'}->{'values'}}, $value);
$pound_i++;
}
elsif ($line =~ /^\s+:\s+(.+)$/)
{
my $value = $1;
if (not defined $nameslist_hash->{$wc}->{':'}->{'index'}) {
$nameslist_hash->{$wc}->{':'}->{'index'} = $colon_i;
}
push (@{$nameslist_hash->{$wc}->{':'}->{'values'}}, $value);
$colon_i++;
}
elsif ($line =~ /^\s+x\s+.*?([0-9A-F]{4,6})\)$/) # this one is different
{
my $value = hex ($1);
if (not defined $nameslist_hash->{$wc}->{'x'}->{'index'}) {
$nameslist_hash->{$wc}->{'x'}->{'index'} = $ex_i;
}
push (@{$nameslist_hash->{$wc}->{'x'}->{'values'}}, $value);
$ex_i++;
}
}
close ($nameslist);
open (my $out, "> unicode-nameslist.h") or die;
print $out "/* unicode-nameslist.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n\n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
print $out "typedef struct _FontManagerUnicharStringIndex FontManagerUnicharStringIndex;\n";
print $out "typedef struct _FontManagerUnicharUnichar FontManagerUnicharUnichar;\n";
print $out "typedef struct _FontManagerNamesList FontManagerNamesList;\n\n";
print $out "struct _FontManagerUnicharStringIndex\n";
print $out "{\n";
print $out " gunichar index;\n";
print $out " guint32 string_index;\n";
print $out "}; \n\n";
print $out "struct _FontManagerUnicharUnichar\n";
print $out "{\n";
print $out " gunichar index;\n";
print $out " gunichar value;\n";
print $out "}; \n\n";
print $out "struct _FontManagerNamesList\n";
print $out "{\n";
print $out " gunichar index;\n";
print $out " gint16 equals_index; /* -1 means */\n";
print $out " gint16 stars_index; /* this character */\n";
print $out " gint16 exes_index; /* doesn't */\n";
print $out " gint16 pounds_index; /* have any */\n";
print $out " gint16 colons_index;\n";
print $out "};\n\n";
print_names_list($out, $nameslist_hash, '=', "names_list_equals");
print_names_list($out, $nameslist_hash, '*', "names_list_stars");
print_names_list($out, $nameslist_hash, '#', "names_list_pounds");
print_names_list($out, $nameslist_hash, ':', "names_list_colons");
print $out "static const FontManagerUnicharUnichar names_list_exes[] = \n";
print $out "{\n";
for $wc (sort {$a <=> $b} keys %{$nameslist_hash})
{
next if not exists $nameslist_hash->{$wc}->{'x'};
for my $value (@{$nameslist_hash->{$wc}->{'x'}->{'values'}}) {
printf $out (qq/ { 0x%04X, 0x%04X },\n/, $wc, $value);
}
}
print $out " { (gunichar)(-1), 0 }\n";
print $out "};\n\n";
print $out "static const FontManagerNamesList names_list[] =\n";
print $out "{\n";
for $wc (sort {$a <=> $b} keys %{$nameslist_hash})
{
my $eq = exists $nameslist_hash->{$wc}->{'='}->{'index'} ? $nameslist_hash->{$wc}->{'='}->{'index'} : -1;
my $star = exists $nameslist_hash->{$wc}->{'*'}->{'index'} ? $nameslist_hash->{$wc}->{'*'}->{'index'} : -1;
my $ex = exists $nameslist_hash->{$wc}->{'x'}->{'index'} ? $nameslist_hash->{$wc}->{'x'}->{'index'} : -1;
my $pound = exists $nameslist_hash->{$wc}->{'#'}->{'index'} ? $nameslist_hash->{$wc}->{'#'}->{'index'} : -1;
my $colon = exists $nameslist_hash->{$wc}->{':'}->{'index'} ? $nameslist_hash->{$wc}->{':'}->{'index'} : -1;
printf $out (" { 0x%04X, \%d, \%d, \%d, \%d, \%d },\n", $wc, $eq, $star, $ex, $pound, $colon);
}
print $out "};\n\n";
print $out "#endif\n\n";
close ($out);
print " done.\n";
}
#------------------------#
sub read_blocks_txt
{
my ($blocks_txt, $blocks) = @_;
# Override script names
my %block_overrides =
(
"NKo" => "N\'Ko"
);
open (my $blocks_file, $blocks_txt) or die;
my $offset = 0;
while (my $line = <$blocks_file>)
{
$line =~ /^([0-9A-F]+)\.\.([0-9A-F]+); (.+)$/ or next;
my ($start,$end,$block) = ($1, $2, $3);
if (exists $block_overrides{$block}) {
$block = $block_overrides{$block};
}
push @$blocks, [$start, $end, $block, $offset];
$offset += length($block) + 1;
}
close ($blocks_file);
}
sub process_blocks_txt
{
my ($blocks_txt) = @_;
print "processing $blocks_txt...";
open (my $out, "> unicode-blocks.h") or die;
print $out "/* unicode-blocks.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
my @blocks;
read_blocks_txt ($blocks_txt, \@blocks);
print $out "static const char unicode_blocks_strings[] =\n";
foreach my $block (@blocks)
{
my ($start, $end, $name, $offset) = @{$block};
print $out qq/ "$name\\0"\n/;
}
print $out " ;\n\n";
print $out "typedef struct _FontManagerUnicodeBlock FontManagerUnicodeBlock;\n";
print $out "\n";
print $out "static const struct _FontManagerUnicodeBlock\n";
print $out "{\n";
print $out " gunichar start;\n";
print $out " gunichar end;\n";
print $out " guint16 block_name_index;\n";
print $out "}\n";
print $out "unicode_blocks[] =\n";
print $out "{\n";
foreach my $block (@blocks)
{
my ($start, $end, $name, $offset) = @{$block};
print $out qq/ { 0x$start, 0x$end, $offset },\n/;
}
print $out "};\n\n";
print $out "#endif\n\n";
close ($out);
print " done.\n";
}
#------------------------#
sub process_versions_txt
{
my ($versions_txt) = @_;
my %version_hash;
my %versions;
open (my $versions, $versions_txt) or die;
open (my $out, "> unicode-versions.h") or die;
print "processing $versions_txt...";
while (my $line = <$versions>)
{
my ($start, $end, $raw_version);
if ($line =~ /^([0-9A-F]+)\.\.([0-9A-F]+)\s+;\s+(\S+)/)
{
$start = hex ($1);
$end = hex ($2);
$raw_version = $3;
}
elsif ($line =~ /^([0-9A-F]+)\s+;\s+(\S+)/)
{
$start = hex ($1);
$end = $start;
$raw_version = $2;
}
else
{
next;
}
my $version = $raw_version;
$version =~ tr/_/ /;
$version =~ s/(\w+)/\u\L$1/g;
$versions{$version} = 1;
$version =~ s/\./_/g;
$version_hash{$start} = { 'end' => $end, 'version' => $version };
}
close ($versions);
print $out "/* unicode-versions.h */\n";
print $out "/* THIS IS A GENERATED FILE. CHANGES WILL BE OVERWRITTEN. */\n";
print $out "/* Generated by $0 */\n";
print $out "/* Generated from UCD version $v */\n\n";
print $out "#pragma once\n\n";
print $out "#include \n\n";
print $out "#ifndef __GTK_DOC_IGNORE__\n\n";
print $out "typedef struct\n";
print $out "{\n";
print $out " gunichar start;\n";
print $out " gunichar end;\n";
print $out " FontManagerUnicodeStandard version;\n";
print $out "}\n";
print $out "FontManagerUnicodeVersion;\n\n";
print $out "static const FontManagerUnicodeVersion unicode_versions[] =\n";
print $out "{\n";
for my $start (sort { $a <=> $b } keys %version_hash)
{
printf $out (qq/ { 0x%04X, 0x%04X, FONT_MANAGER_UNICODE_VERSION_\%s },\n/,
$start, $version_hash{$start}->{'end'}, $version_hash{$start}->{'version'});
}
print $out "};\n\n";
print $out "static const gchar unicode_version_strings[] =\n";
my $offset = 0;
my %version_offsets;
for my $version (sort { $a <=> $b } keys %versions)
{
printf $out (qq/ "\%s\\0"\n/, $version);
$version_offsets{$version} = $offset;
$offset += length($version) + 1;
}
print $out " ;\n\n";
undef $offset;
print $out "static const guint16 unicode_version_string_offsets[] =\n";
print $out "{\n";
for my $version (sort { $a <=> $b } keys %versions)
{
printf $out (qq/ \%d,\n/, $version_offsets{$version});
}
print $out "};\n\n";
print $out "#endif\n\n";
close ($out);
print " done.\n";
}
font-manager-0.9.4/build-aux/license/ 0000775 0000000 0000000 00000000000 14762711267 0017433 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/build-aux/license/Aladdin.json 0000664 0000000 0000000 00000000416 14762711267 0021663 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Aladdin Free Public License",
"URL" : "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm",
"Keywords" : [
"Aladdin",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Apache.json 0000664 0000000 0000000 00000000464 14762711267 0021513 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Apache 2.0",
"URL" : "http://www.apache.org/licenses/LICENSE-2.0",
"Keywords" : [
"Apache",
"Apache License",
"Apache 2 License",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Arphic.json 0000664 0000000 0000000 00000000607 14762711267 0021537 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Arphic Public License",
"URL" : "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE",
"Keywords" : [
"ARPHIC PUBLIC LICENSE",
"Arphic Public License",
"文鼎公眾授權書",
"Arphic",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Bitstream.json 0000664 0000000 0000000 00000000477 14762711267 0022270 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Bitstream Vera License",
"URL" : "http://www-old.gnome.org/fonts/#Final_Bitstream_Vera_Fonts",
"Keywords" : [
"Bitstream",
"Vera",
"DejaVu",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/CC.json 0000664 0000000 0000000 00000002523 14762711267 0020615 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "CC-BY-SA",
"URL" : "http://creativecommons.org/licenses/by-sa/3.0/",
"Keywords" : [
"Creative Commons Attribution ShareAlike",
"Creative-Commons-Attribution-ShareAlike",
"Creative Commons Attribution Share Alike",
"Creative-Commons-Attribution-Share-Alike",
"Creative Commons BY SA",
"Creative-Commons-BY-SA",
"CC BY SA",
"CC-BY-SA",
null
]
},
{
"Name" : "CC-BY",
"URL" : "http://creativecommons.org/licenses/by/3.0/",
"Keywords" : [
"Creative Commons Attribution",
"Creative-Commons-Attribution",
"CC BY",
"CC-BY",
null
]
},
{
"Name" : "CC-0",
"URL" : "http://creativecommons.org/publicdomain/zero/1.0/",
"Keywords" : [
"Creative Commons Zero",
"Creative-Commons-Zero",
"Creative Commons 0",
"Creative-Commons-0",
"CC Zero",
"CC-Zero",
"CC 0",
"CC-0",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/CREDITS 0000664 0000000 0000000 00000000664 14762711267 0020461 0 ustar 00root root 0000000 0000000 Open source license information courtesy of
//
// The Fontaine Font Analysis Project
//
// Copyright (c) 2009 by Edward H. Trager
// All Rights Reserved
//
// Released under the GNU GPL version 2.0 or later.
//
See http://www.unifont.org/fontaine/ for more information.
Special thanks to Edward H. Trager, and of course everyone
involved with the Open Font Library for all their efforts. :-)
http://www.openfontlibrary.org/
font-manager-0.9.4/build-aux/license/Freeware.json 0000664 0000000 0000000 00000000406 14762711267 0022066 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Freeware",
"URL" : "http://en.wikipedia.org/wiki/Freeware",
"Keywords" : [
"freeware",
"free ware",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/GNU.json 0000664 0000000 0000000 00000002704 14762711267 0020762 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "GPL with font exception",
"URL" : "http://www.gnu.org/copyleft/gpl.html",
"Keywords" : [
"LiberationFontLicense",
"with font exception",
"Liberation font software",
"LIBERATION is a trademark of Red Hat",
"this font does not by itself cause the resulting document to be covered by the GNU",
null
]
},
{
"Name" : "GNU General Public License",
"URL" : "http://www.gnu.org/copyleft/gpl.html",
"Keywords" : [
"GPL",
"GNU Public License",
"GNU GENERAL PUBLIC LICENSE",
"GNU General Public License",
"General Public License",
"GNU copyleft",
"GNU",
"www.gnu.org",
"Licencia Pública General de GNU",
"free as in free-speech",
"free as in free speech",
"languagegeek.com",
null
]
},
{
"Name" : "GNU Lesser General Public License",
"URL" : "http://www.gnu.org/licenses/lgpl.html",
"Keywords" : [
"LGPL",
"GNU Lesser General Public License",
"Lesser General Public License",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/GUST.json 0000664 0000000 0000000 00000000374 14762711267 0021114 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "GUST Font License",
"URL" : "http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt",
"Keywords" : [
"GUST",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/IPA.json 0000664 0000000 0000000 00000000532 14762711267 0020737 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "IPA",
"URL" : "http://opensource.org/licenses/ipafont.html",
"Keywords" : [
"IPA License",
"Information-technology Promotion Agency",
"(IPA)",
" IPA ",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/M+.json 0000664 0000000 0000000 00000000417 14762711267 0020577 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "M+ Fonts Project License",
"URL" : "http://mplus-fonts.sourceforge.jp/webfonts/#license",
"Keywords" : [
"M+ FONTS PROJECT",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/MIT.json 0000664 0000000 0000000 00000000450 14762711267 0020756 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "MIT License",
"URL" : "http://www.opensource.org/licenses/mit-license.php",
"Keywords" : [
"M.I.T.",
"Software without restriction,",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Magenta.json 0000664 0000000 0000000 00000000410 14762711267 0021675 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Magenta Open License",
"URL" : "http://www.ellak.gr/pub/fonts/mgopen/index.en.html#license",
"Keywords" : [
"MgOpen",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Monotype.json 0000664 0000000 0000000 00000000543 14762711267 0022142 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Monotype Imaging EULA",
"URL" : "http://www.fonts.com/info/legal/eula/monotype-imaging",
"Keywords" : [
"valuable asset of Monotype",
"Monotype Typography",
"www.monotype.com",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/OFL.json 0000664 0000000 0000000 00000001056 14762711267 0020750 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "SIL Open Font License",
"URL" : "http://scripts.sil.org/OFL",
"Keywords" : [
"OFL",
"OPEN FONT LICENSE",
"Open Font License",
"open font license",
"scripts.sil.org/OFL",
"openfont",
"open font",
"NHN Corporation",
"American Mathematical Society",
"http://www.ams.org",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Public.json 0000664 0000000 0000000 00000000451 14762711267 0021544 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Public Domain (not a license)",
"URL" : "http://en.wikipedia.org/wiki/Public_domain",
"Keywords" : [
"public domain",
"Public Domain",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Stix.json 0000664 0000000 0000000 00000000523 14762711267 0021255 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "STIX Font License",
"URL" : "http://www.aip.org/stixfonts/user_license.html",
"Keywords" : [
"2007 by the STI Pub Companies",
"the derivative work will carry a different name",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/UFL.json 0000664 0000000 0000000 00000000512 14762711267 0020752 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Ubuntu Font License 1.0",
"URL" : "http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt",
"Keywords" : [
"Ubuntu Font Licence 1.0",
"UBUNTU FONT LICENCE Version 1.0",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Utopia.json 0000664 0000000 0000000 00000000532 14762711267 0021567 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "License to TeX Users Group for the Utopia Typeface",
"URL" : "http://tug.org/fonts/utopia/LICENSE-utopia.txt",
"Keywords" : [
"The Utopia fonts are freely available; see http://tug.org/fonts/utopia",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/X.json 0000664 0000000 0000000 00000000424 14762711267 0020535 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "XFree86 License",
"URL" : "http://www.xfree86.org/legal/licenses.html",
"Keywords" : [
"XFree86",
"X Consortium",
null
]
}
]
}
font-manager-0.9.4/build-aux/license/Z-Unknown.json 0000664 0000000 0000000 00000000260 14762711267 0022172 0 ustar 00root root 0000000 0000000 {
"License" : [
{
"Name" : "Unknown License",
"URL": null,
"Keywords" : [
null
]
}
]
}
font-manager-0.9.4/build-aux/license/genheader.py 0000775 0000000 0000000 00000005706 14762711267 0021742 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2022 Jerry Casiano
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.
#
# If not, see .
import json
import sys
from glob import glob
from io import StringIO
from os import path
NOTICE = """/* Do not edit directly. See build-aux directory */"""
HEADER = """
#pragma once
#include
#include
#ifndef __GTK_DOC_IGNORE__
#define FONT_MANAGER_MAX_KEYWORD_ENTRIES 25
#endif
static const struct
{
const gchar *license;
const gchar *license_url;
const gchar *keywords[FONT_MANAGER_MAX_KEYWORD_ENTRIES];
}
FontManagerLicenseData[] =
{
"""
FOOTER = """
};
#ifndef __GTK_DOC_IGNORE__
#define FONT_MANAGER_LICENSE_ENTRIES G_N_ELEMENTS(FontManagerLicenseData)
#endif
"""
TRANSLATOR_COMMENT = """/* Translators : This is the name of a software license. */"""
def write_license_entry (tmp, val) :
if val is None:
tmp.write(" NULL,\n")
else:
tmp.write(" \"{0}\",\n".format(val))
def get_license_entries () :
license_dir = path.dirname(path.realpath(__file__))
tmp = StringIO()
for filename in sorted(glob("*.json")):
filepath = path.join(license_dir, filename)
try:
with open(filepath) as raw:
obj = json.load(raw)
for l in obj["License"]:
tmp.write("\n {\n")
tmp.write(' {0}\n'.format(TRANSLATOR_COMMENT))
tmp.write(' N_("{0}"),\n'.format(l["Name"]))
write_license_entry(tmp, l["URL"])
tmp.write(" {\n")
for k in l["Keywords"]:
if k is None:
tmp.write(" NULL\n")
break
else:
tmp.write(" ")
write_license_entry(tmp, k)
tmp.write(" }\n },\n")
except:
print("Failed to load license : {0} : Skipping...".format(filepath))
contents = tmp.getvalue()
tmp.close()
return contents
if __name__ == "__main__":
with open(path.join(sys.argv[1], "font-manager-license.h"), "w") as header_file:
header_file.write(NOTICE)
header_file.write(HEADER)
header_file.write(get_license_entries())
header_file.write(FOOTER)
font-manager-0.9.4/build-aux/lsan 0000775 0000000 0000000 00000000205 14762711267 0016671 0 ustar 00root root 0000000 0000000 G_DEBUG=gc-friendly,resident-modules \
G_SLICE=always-malloc Malloc=1 \
LSAN_OPTIONS="log_path=lsan_log:suppressions=LSAN.supp" \
$@
font-manager-0.9.4/build-aux/memcheck 0000775 0000000 0000000 00000000472 14762711267 0017516 0 ustar 00root root 0000000 0000000 valgrind \
--tool=memcheck \
--leak-check=full \
--leak-resolution=high \
--num-callers=20 \
--show-leak-kinds=definite,indirect,possible \
--log-file=valgrind_log \
--suppressions=/usr/share/glib-2.0/valgrind/glib.supp \
--suppressions=/usr/share/gtk-4.0/valgrind/gtk.supp \
--suppressions=font-manager.supp \
$@
font-manager-0.9.4/build-aux/ui/ 0000775 0000000 0000000 00000000000 14762711267 0016426 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/build-aux/ui/action-unavailable-symbolic.svg 0000664 0000000 0000000 00000000631 14762711267 0024524 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/avatar-default-symbolic.svg 0000664 0000000 0000000 00000000412 14762711267 0023663 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/com.github.FontManager.FontManager-symbolic.svg 0000664 0000000 0000000 00000034650 14762711267 0027435 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/computer-fail-symbolic.svg 0000664 0000000 0000000 00000000663 14762711267 0023542 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/computer-symbolic.svg 0000664 0000000 0000000 00000000452 14762711267 0022625 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/dialog-question-symbolic.svg 0000664 0000000 0000000 00000001257 14762711267 0024077 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/document-edit-symbolic.svg 0000664 0000000 0000000 00000000437 14762711267 0023533 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-clear-symbolic-rtl.svg 0000664 0000000 0000000 00000000735 14762711267 0023603 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-clear-symbolic.svg 0000664 0000000 0000000 00000000756 14762711267 0023007 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-find-symbolic.svg 0000664 0000000 0000000 00000000673 14762711267 0022637 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-select-all-symbolic.svg 0000664 0000000 0000000 00000000753 14762711267 0023743 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-undo-symbolic-rtl.svg 0000664 0000000 0000000 00000000367 14762711267 0023463 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/edit-undo-symbolic.svg 0000664 0000000 0000000 00000000403 14762711267 0022653 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/emblem-documents-symbolic.svg 0000664 0000000 0000000 00000000577 14762711267 0024237 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/emblem-synchronizing-symbolic.svg 0000664 0000000 0000000 00000000531 14762711267 0025130 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/folder-open-symbolic.svg 0000664 0000000 0000000 00000000560 14762711267 0023201 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/folder-symbolic.svg 0000664 0000000 0000000 00000000337 14762711267 0022244 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/format-justify-center-symbolic.svg 0000664 0000000 0000000 00000000317 14762711267 0025230 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/format-justify-fill-symbolic.svg 0000664 0000000 0000000 00000000317 14762711267 0024676 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/format-justify-left-symbolic.svg 0000664 0000000 0000000 00000000315 14762711267 0024700 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/format-justify-right-symbolic.svg 0000664 0000000 0000000 00000000317 14762711267 0025065 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/gen_ui_resources.py 0000775 0000000 0000000 00000010175 14762711267 0022347 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2024 Jerry Casiano
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.
#
# If not, see .
import os
import shutil
RESOURCE_PATH = '/com/github/FontManager/FontManager'
RESOURCE_ID = 'com.github.FontManager.FontManager'
SVG_OPTIONS = 'preprocess="xml-stripblanks" compressed="true"'
icon_categories = {
'apps' : [
'preferences-desktop-locale-symbolic.svg'
],
'actions' : [
'action-unavailable-symbolic.svg',
'document-edit-symbolic.svg',
'edit-clear-symbolic.svg',
'edit-clear-symbolic-rtl.svg',
'edit-find-symbolic.svg',
'edit-select-all-symbolic.svg',
'edit-undo-symbolic-rtl.svg',
'edit-undo-symbolic.svg',
'format-justify-center-symbolic.svg',
'format-justify-fill-symbolic.svg',
'format-justify-left-symbolic.svg',
'format-justify-right-symbolic.svg',
'go-home-symbolic.svg',
'go-previous-symbolic.svg',
'list-add-symbolic.svg',
'list-drag-handle-symbolic.svg',
'list-remove-symbolic.svg',
'open-menu-symbolic.svg',
'panel-right-symbolic.svg',
'panel-right-symbolic-rtl.svg',
'system-run-symbolic.svg',
'view-grid-symbolic.svg',
'view-list-symbolic.svg',
'view-more-symbolic.svg',
'view-sort-descending-symbolic.svg',
'view-pin-symbolic.svg',
'window-close-symbolic.svg',
'zoom-in-symbolic.svg',
'zoom-out-symbolic.svg'
],
'devices' : [
'computer-symbolic.svg'
],
'emblems' : [
'emblem-documents-symbolic.svg',
'emblem-synchronizing-symbolic.svg'
],
'places' : [
'folder-symbolic.svg'
],
'status' : [
'avatar-default-symbolic.svg',
'computer-fail-symbolic.svg',
'dialog-question-symbolic.svg',
'folder-open-symbolic.svg',
'network-error-symbolic.svg',
'network-offline-symbolic.svg'
]
}
os.makedirs('ui/icons', exist_ok=True)
with open('ui/gresources.xml', 'w') as resources:
resources.write('\n')
resources.write('\n')
os.makedirs('ui/icons/symbolic/apps', exist_ok=True)
shutil.copy('com.github.FontManager.FontManager-symbolic.svg', 'ui/icons/symbolic/apps/')
resources.write(' \n'.format(RESOURCE_PATH))
resources.write(' icons/symbolic/apps/{}-symbolic.svg\n'.format(SVG_OPTIONS, RESOURCE_ID))
for category, icons in icon_categories.items():
os.makedirs('ui/icons/scalable/{}'.format(category), exist_ok=True)
for icon in icons:
shutil.copy(icon, 'ui/icons/scalable/{}/'.format(category))
resources.write(' icons/scalable/{}/{}\n'.format(SVG_OPTIONS, category, icon))
resources.write(' \n')
resources.write(' \n'.format(RESOURCE_PATH))
resources.write(' FontManager.css\n')
resources.write(' \n')
resources.write('\n')
with open('ui/meson.build', 'w') as meson:
meson.write('\ngresources_xml_file = files(\'gresources.xml\')\n')
meson.write('\ngresources = gnome.compile_resources(\'ui-resources\', gresources_xml_file)\n\n')
with open('ui/icons/CREDITS', 'w') as credits:
credits.write('\nIcons in the scalable directory are sourced from the papirus-icon-theme\n')
credits.write('\nSee https://github.com/PapirusDevelopmentTeam/papirus-icon-theme for more info')
font-manager-0.9.4/build-aux/ui/go-home-symbolic.svg 0000664 0000000 0000000 00000000265 14762711267 0022324 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/go-previous-symbolic.svg 0000664 0000000 0000000 00000000255 14762711267 0023247 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/list-add-symbolic.svg 0000664 0000000 0000000 00000000253 14762711267 0022467 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/list-drag-handle-symbolic.svg 0000664 0000000 0000000 00000000362 14762711267 0024106 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/list-remove-symbolic.svg 0000664 0000000 0000000 00000000214 14762711267 0023231 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/network-error-symbolic.svg 0000664 0000000 0000000 00000000650 14762711267 0023607 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/network-offline-symbolic.svg 0000664 0000000 0000000 00000001356 14762711267 0024104 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/open-menu-symbolic.svg 0000664 0000000 0000000 00000001074 14762711267 0022673 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/panel-right-symbolic-rtl.svg 0000664 0000000 0000000 00000000530 14762711267 0023775 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/panel-right-symbolic.svg 0000664 0000000 0000000 00000000523 14762711267 0023200 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/preferences-desktop-locale-symbolic.svg 0000664 0000000 0000000 00000002166 14762711267 0026200 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/system-run-symbolic.svg 0000664 0000000 0000000 00000002600 14762711267 0023112 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/view-grid-symbolic.svg 0000664 0000000 0000000 00000001475 14762711267 0022672 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/view-list-symbolic.svg 0000664 0000000 0000000 00000000362 14762711267 0022712 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/view-more-symbolic.svg 0000664 0000000 0000000 00000000725 14762711267 0022704 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/view-pin-symbolic.svg 0000664 0000000 0000000 00000001666 14762711267 0022535 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/view-sort-descending-symbolic.svg 0000664 0000000 0000000 00000001035 14762711267 0025025 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/window-close-symbolic.svg 0000664 0000000 0000000 00000000666 14762711267 0023410 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/zoom-in-symbolic.svg 0000664 0000000 0000000 00000000443 14762711267 0022357 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/ui/zoom-out-symbolic.svg 0000664 0000000 0000000 00000000402 14762711267 0022553 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/build-aux/vendor/ 0000775 0000000 0000000 00000000000 14762711267 0017306 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/build-aux/vendor/Example.py 0000664 0000000 0000000 00000000632 14762711267 0021254 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Will be inserted as a comment above the vendor list, if not None
CREDIT = "Various Sources"
# Expected to return [(id, name), ...]
# id is the unique vendor id to match against
# name is the full vendor name
def list_vendors () :
return [
("ACG", "Monotype Imaging"),
("B?", "Bigelow & Holmes"),
("FJ", "Fujitsu"),
("RICO", "Ricoh")
]
font-manager-0.9.4/build-aux/vendor/MicrosoftTypography.cache 0000664 0000000 0000000 00000126130 14762711267 0024332 0 ustar 00root root 0000000 0000000 [('!666', 'Agyei Archer'),
('!ETF', '!xclamachine Type Foundry'),
('!YNE', 'Yne'),
('$pro', 'CheapProFonts'),
('(FT)', 'Fuerte Type'),
('(K)', 'KOMETA'),
('@', 'Arrow Type'),
('@MT', 'MarkType'),
('0.IZ', '0.itemzero'),
('00F3', 'Óliver Lalan'),
('100', 'AUTHENTIC'),
('123', 'Numbers Font Foundry'),
('0264', 'Patricia Lillie'),
('0909', 'Oladino'),
('1206', 'yayoyuyue'),
('1995', 'San Sagittarius'),
('3011', 'LuxSVG'),
('1ASC', 'Ascender Corporation'),
('1BOU', 'Boutros International'),
('1dot', 'I.Font Project'),
('1FAN', 'One Fan Foundry'),
('1KTF', 'Kief Type Foundry'),
('1UKR', 'AndrijType'),
('205', '205TF'),
('2000', '2000px Media Inc.'),
('2DLT', '2D Typo'),
('2REB', '2Rebels'),
('3011', 'LuxSVG'),
('3103', 'Foxlify'),
('3270', 'Ricardo Bánffy'),
('39BC', "Finley's Barcode Fonts"),
('3ip', 'Three Islands Press'),
('3tp', '3type'),
('4A', '4A LLC'),
('4FEB', '4th february'),
('50FX', '50Fox Studio'),
('53VN', 'Seun Badejo'),
('5PTS', 'Five Points Technology'),
('6666', 'Designova'),
('6789', 'Greentrik6789'),
('72PT', '72 Puntos'),
('8686', 'SVG Idea'),
('918', 'RavenType'),
('9999', 'Cricut Market'),
('A&S', 'Art&Sign Studio'),
('A&TP', 'Art & Type'),
('A70', 'AutumnSeventy'),
('A2', 'A2-Type'),
('AAA', 'AlefAlefAlef'),
('aaff', 'AstroAcademia Font Foundry'),
('AA', 'Alireza Alipour'),
('AARN', 'Aaron212'),
('AAT', 'AhmetAltunType'),
('AATF', 'Abstract Animal Type Foundry'),
('ABBO', 'Arabic Dictionary Lab'),
('ABC', 'Altek Instruments'),
('ABCD', 'Dinamo Typefoundry'),
('ABCO', 'About Contact'),
('ABCX', 'ABC ETC INC'),
('ABEL', 'Abeltive'),
('ABOU', 'Aboutype, Inc.'),
('ABTS', 'alphabeet, Type Studio'),
('ABYM', 'Abyme'),
('AC', 'AllCaps'),
('ACT2', 'Ansel Zhong (白云岫)'),
('ACUT', 'Acute Type'),
('ACW', 'Andrew Christopher West (BabelStone)'),
('Ad56', 'Devotees of Sri Sri Ravi Shankar Ashram'),
('Adam', 'Adam Jagosz'),
('ADBE', 'Adobe'),
('ADBO', 'Adobe'),
('ADG', 'Apply Design Group'),
('AEF', 'Altered Ego Fonts'),
('AES', 'AE Type'),
('AFOU', 'a.Foundry'),
('AGC', 'André G. Costa'),
('AGFA', 'Monotype Imaging (replaced by MONO)'),
('AGIA', 'LaMagia'),
('AID', 'Artistic Imposter Design'),
('aide', 'Aiolfi.design'),
('AIFF', 'Idiofonts'),
('AIYR', 'Aiyari'),
('AJL', 'Alex John Lucas'),
('AJPT', 'Alan Jay Prescott Typography'),
('AKDL', 'AK Design Lab'),
('AKOF', 'AKOFAType'),
('AKRU', 'Akuru Foundry'),
('AL', 'Alessio Laiso Type'),
('ALEF', 'Alef Type'),
('ALFA', 'Alphabets'),
('ALFT', 'Alifinart Studio'),
('ALIF', 'Alif Type'),
('ALPH', 'Alphameric Broadcast Solutions Limited'),
('ALPN', 'Alpona Portal'),
('ALS', 'Art. Lebedev Studio'),
('alte', 'Altemus'),
('ALTR', 'alterType'),
('ALTS', 'Altsys / Made with Fontographer'),
('AMB', 'AmbType'),
('amcs', 'Amit soni'),
('amin', 'fontamin'),
('AMPR', 'Ampersand'),
('AMUN', 'Alanna Munro Type'),
('AMUT', 'Kwesi Amuti'),
('ANDO', 'Osam Ando'),
('ANDR', 'André Simard Typedesigner'),
('ANGT', 'Anagata'),
('anir', 'Dr Anirban Mitra'),
('ANRT', 'Atelier National de Recherche Typographique'),
('ANSL', 'Ansel Zhong (白云岫)'),
('anty', 'Anatoletype'),
('AOP', 'an Art Of Pengwyn'),
('APCX', 'Another Planet Font Foundry'),
('APF', 'All Purpose Fonts'),
('APLY', 'Apply Interactive'),
('APOS', 'Apostrophic Laboratories'),
('APPL', 'Apple'),
('APTF', 'Apoorva Fontech'),
('ARAB', 'ArabicType Ltd'),
('ARAV', 'Aravis Fonts'),
('ARBX', 'Arabetics'),
('ARCH', 'Architext'),
('ARFS', 'And Repeat'),
('ARGN', 'Alpha Argon'),
('ARIN', 'Aring Typeface AB'),
('ARit', 'Arabia-it'),
('ARMA', 'Arman Khorramak'),
('ARPH', 'Arphic Technology Co.'),
('ARQX', 'Archelogix Inc.'),
('ARS', 'EN ARS Ltd.'),
('ART', 'Alex Rosario Type'),
('ARTA', 'Tarumian'),
('ARTE', 'Artegra'),
('ArTy', 'Archive Type'),
('AS', 'Alex Slobzheninov'),
('ASL', 'Abneil Software Ltd fonts'),
('ASSA', 'astype'),
('ASYM', 'Applied Symbols'),
('At', 'Arilla Type Studio'),
('ATEC', 'Page Technology Marketing, Inc.'),
('ATF', 'American Type Founders Collection'),
('ATFF', 'ArabType Font Foundry'),
('ATF1', 'Australian Type Foundry'),
('ATFM', 'Asira Type Foundry'),
('ATFS', "Andrew Tyler's fonts"),
('athk', 'atelier type hong kong'),
('ATKN', 'aratakana'),
('ATKS', 'ATK Studio'),
('ATLR', 'Atelier Triay'),
('ATLS', 'Atlas Fonts'),
('ATPK', 'Atelier Pickard'),
('ATS', 'Average Type Service'),
('ATSM', 'Akshara Type Studio'),
('ATYP', 'Attype Studio'),
('AUH', 'Atelier Ursula Heilig SGD'),
('AURE', 'Aure Font Design'),
('AUTO', 'Autodidakt'),
('AVFF', 'Agustín Varela Font Factory'),
('AvGd', 'Avante Vangard Publishing Tools'),
('AVP', 'Aviation Partners'),
('AVT', 'AvanType Foundry'),
('AWSM', 'Font Awesome'),
('AX86', 'ax86.net'),
('AY', 'Alen Yang'),
('AYRE', 'AYRES FONTS'),
('AZLS', 'Azalea Software, Inc.'),
('b52', 'Borno52 Font Foundry'),
('B&H', 'Bigelow & Holmes'),
('BABA', 'alibaba'),
('BAPS', 'Baps Patil'),
('BARS', 'CIA (BAR CODES) UK'),
('BASE', 'Baseline Fonts'),
('BAT', 'BUREAU DES AFFAIRES TYPOGRAPHIQUES'),
('BB', 'Ben Busby'),
('BBBB', 'Bea Korsh Type Design'),
('BBFF', 'Bangla Borno Font Foundry.'),
('BBOX', 'bBox Type GmbH'),
('BBSL', 'BrainBox Solutions GmbH'),
('BBTF', 'buero bauer'),
('BBTL', 'Banglagraphy Bangla Type Library'),
('BBTY', 'Bruno Bernard Typographie'),
('BCAI', 'Boharat Cairo'),
('BCHF', 'Blake Hodgetts Fonts'),
('BCHN', 'Studio Buchanan'),
('BCP', 'Expert Labels Ltd.'),
('BD71', 'Bangladesh1971'),
('BDTD', 'Typedifferent'),
('BDZ', 'Bonez Designz'),
('BE', 'typografie'),
('BEAR', 'Topography Typography'),
('BEN', 'Ben Hodosi'),
('BERT', 'Berthold'),
('BEST', 'Bespoke Type'),
('BF', 'BrassFonts'),
('BFGS', 'BrassFonts'),
('bftr', 'Bleed Design Studio'),
('BGDN', 'Ryan Bugden'),
('bgtl', 'bigital'),
('BHRT', 'Boharat Cairo'),
('BIJU', 'Bijou Type'),
('BIRD', 'Magpie Paper Works'),
('BITM', 'Bitmap Software'),
('BITS', 'Bitstream'),
('bizf', 'Bizfonts.com'),
('BJHa', 'Ben Harris'),
('BL', 'Binnenland'),
('BLAB', 'BaseLab'),
('BLAH', "Mister Bla's Fontworx"),
('BLCK', 'Black Foundry'),
('BLF', 'Bangla Lipikar Font Foundry'),
('BLFF', 'Bongolipi Font Foundry'),
('BLI', 'Blissym Language Institute'),
('BLIF', 'Bangla Lipi Font Foundry'),
('BLK', 'Blackletra Type Foundry'),
('BLKT', 'Biliktu Foundry'),
('BLOM', 'Bloom Type'),
('BLST', 'Blast Foundry'),
('BLTS', 'Blancoletters'),
('BLUE', 'Blue Shell'),
('BLV', 'Bladvulling'),
('BLZT', 'Blaze Type'),
('BM86', 'Madzonga'),
('BMD', 'Brittney Murphy Design'),
('BNDR', 'Ori Ben-Dor'),
('BNFF', 'BengalFonts'),
('BNT', 'Brand New Type'),
('BOGG', 'Giulia B.'),
('BOGS', 'Bogstav'),
('BOLD', 'Bold Monday'),
('BOLT', 'Bolt Cutter Type'),
('BOMF', 'Beach-o-matic'),
('BOOM', 'Boom-Promphans'),
('BORW', 'em2 Solutions'),
('BOUF', 'Bou Fonts'),
('BOYB', 'BoyBeaver Fonts'),
('BRBT', 'Bureau Brut'),
('BRDV', 'BoardVantage, Inc.'),
('brdy', 'Brody Fonts'),
('BREM', 'Mark Bremmer'),
('BRET', 'Bretagne'),
('BRIJ', 'Brijesh Jivani'),
('BROS', 'Michael Brosnan'),
('BRTC', 'ITSCO - Bar Code Fonts'),
('BRTE', 'Brenners Template'),
('BRWN', 'Brown Type'),
('BS', 'Barcodesoft'),
('BST', 'Bolorsoft LLC'),
('BSTD', 'Bastard Type Inc'),
('BSTF', 'British Standard Type'),
('BSYV', 'Ben Syverson'),
('BTF', 'Bangla Type Foundry'),
('BTFF', 'Bangla Type Font Foundry'),
('BTYP', 'BeeType'),
('BUBU', 'BUBULogix'),
('Buer', 'Buernia'),
('BVH', 'BVH Type Foundry'),
('BWFW', 'B/W Fontworks'),
('BWJC', '不务鸡字体'),
('BwT', 'Branding with Type'),
('BZER', 'Bézier'),
('C&B', 'Coppers & Brasses'),
('C&C', 'Carter & Cone'),
('C&G', 'C&G Inc.'),
('C21', 'Club 21'),
('CAB', 'CabargaType'),
('CAD3', 'Clipartdesign'),
('CAF', 'CHOA FONT'),
('CAFE', 'Cafe24 Corp.'),
('CAK', 'pluginfonts.com'),
('CAL', 'California Type Foundry'),
('CAM', 'Camelot Typefaces'),
('camp', 'Campotype'),
('CANA', 'Canada Type'),
('CANO', 'Canon'),
('CAPE', 'Cape Arcona Type Foundry'),
('CASL', 'H.W. Caslon & Company Ltd.'),
('CATG', 'CAT-Fonts Germany'),
('CAVE', 'Fonderia Cavedoni'),
('CB', 'Christian Büning'),
('CBDO', 'Borges Lettering & Design'),
('CBWJ', "不务正业的小鸡 (cod'dte)"),
('CCCT', 'Cho Choi Creative'),
('CDAC', 'Centre for Development of Advanced Computing'),
('cdd', 'Crazy Diamond Design'),
('CDFP', 'VT2000 Technical Services'),
('CELB', 'Celebrity Fontz'),
('CENT', 'Central Type'),
('CERC', 'Cercurius'),
('CF', 'Colophon Foundry'),
('CFA', 'Computer Fonts Australia'),
('CFAB', 'Creative Fabrica'),
('CFF', 'Characters Font Foundry'),
('CHAI', 'Tall Chai'),
('CHIC', 'CHIC Type'),
('CHLL', 'Chill Type'),
('CHRY', 'Cherry Fonts'),
('CHTY', 'Character Type'),
('CINE', 'Cinetype'),
('CJCJ', 'Creative Juncture'),
('CJT', 'CJ Type'),
('CKTP', 'CakeType'),
('CLM', 'Culmus Project'),
('CLP', 'Gutenberg Labo'),
('CLNT', 'Cloanto'),
('CLT', 'Collletttivo'),
('CLVR', 'Font Clover'),
('CMDX', 'Cory Maylett Design'),
('CMJK', 'Slanted Hall'),
('CMMA', 'Comma Type'),
('CNK', 'Cinketype'),
('CNTY', 'CNTYPE'),
('CNTP', 'Contextype'),
('COFM', 'Contraforma Fundidora'),
('COFO', 'Contrast Foundry'),
('COLM', 'ColumnType'),
('COMI', 'Comicraft'),
('COMM', 'Commercial Type'),
('CONR', 'Connare.com'),
('CONT', 'Contemporary Type'),
('COOL', 'Cool Fonts'),
('CORD', 'corduroy'),
('corm', 'Cormullion Foundry'),
('COTF', 'CoType Foundry'),
('COTY', 'CocijoType'),
('CP', 'Constructive Projects Ltd'),
('CR8', 'CR8 Software Solutions'),
('CRRT', 'Carrot Type'),
('CSCF', 'Casasin Custom Fonts'),
('CSDA', 'Creative Sauce FZ LLC'),
('csmp', 'cosmope type'),
('CSTM', 'CSTM Fonts'),
('CT', 'CastleType'),
('CTCO', 'Colt Type Co.'),
('CTDL', 'China Type Designs Ltd.'),
('CTL', 'Chaitanya Type Library'),
('CTYP', 'Countertype'),
('CUBI', 'CubicType'),
('cwwf', 'Computers World Wide/AC Capital Funding'),
('CYPE', 'Club Type'),
('CYRE', 'Cyreal'),
('CYTY', 'Cybertype'),
('CZOO', 'Creative ZOO'),
('D&ST', 'Dots&Stripes Type'),
('D502', 'DisneySVG'),
('DADA', 'Dada Studio'),
('DAIN', 'DainType'),
('DAMA', 'Dalton Maag Limited'),
('DARK', 'Out Of The Dark'),
('DB', 'Daniel Bruce'),
('DBFF', 'DesignBase'),
('DC', 'Domicile Foundry'),
('DD', 'Devon DeLapp'),
('DDT', 'DosDiez Type'),
('Deco', 'DecoType (replaced by DT)'),
('DELV', 'Delve Fonts'),
('DETF', 'Detective Fonts / Font Detective LLC'),
('dezc', 'Dezcom'),
('DF', 'Dyslexic Font'),
('DFHA', 'deFharo'),
('DFS', 'Datascan Font Service Ltd'),
('DG', 'Daniel Grumer'),
('DGL', 'Digital Graphic Labs foundry'),
('DHRM', 'Dharma Type'),
('DICO', 'Dicotype'),
('DIFO', 'Digital Foundry'),
('DIMK', 'Dimka Fonts'),
('DJDJ', 'Dominik Jáger'),
('djr', 'DJR'),
('DKMS', 'Dan Kreider Music'),
('DKSP', 'Duck Soup Design'),
('dmol', 'David Moles'),
('DNF', 'Deranged Neko Foundry'),
('DnGr', 'DevnGraphics'),
('DOCS', 'Documents Inc.'),
('DOM', 'Dukom Design'),
('DonR', 'Donat Raetzo'),
('DONS', 'Don SVG Files'),
('DOT', 'DDOTT Typefoundry'),
('DP', 'Displaay'),
('DR', 'Dmitry Rastvortsev'),
('DRFN', 'DR Fonts'),
('DRT', 'Dave Rowland Type'),
('DS', 'Dainippon Screen Mfg. Co., Inc.'),
('dsbn', 'Design Bundles'),
('DSBV', 'Datascan bv'),
('DSCI', 'Design Science Inc.'),
('DSGN', 'DizajnDesign'),
('DSKY', 'Jacek Dziubinski'),
('DSLF', 'Dsl Fonts Type Foundry'),
('DSSR', 'Dresser Johnson'),
('DSST', 'Dubina Nikolay'),
('DST', 'DSType'),
('DSTE', 'Dieste'),
('DT', 'DecoType'),
('DTC', 'Digital Typeface Corp.'),
('DTF', 'Dunwich Type Founders'),
('DTIL', 'Detail Type Foundry'),
('DTL', 'Dutch Type Library'),
('DTPS', 'DTP-Software'),
('dtpT', 'dtpTypes Limited'),
('DTSM', 'Shimada Mizuki (Ender7 Tina / 岛田水木)'),
('DTZM', 'Dotzeem'),
('DUAL', 'DualType'),
('DUXB', 'Duxbury Systems, Inc.'),
('DXTF', 'DXTypefoundry'),
('DY', 'Dmitry Ivanov'),
('DYNA', 'DynaComware'),
('DZRF', 'Dzus Rhythm Font Foundry'),
('EAFN', 'EA FONTS'),
('EAST', 'East of Rome'),
('EB', 'Électro-bibliothèque'),
('ECAL', 'ECAL Typefaces'),
('EDBI', 'edilbiStudio'),
('EDGE', 'Rivers Edge Corp.'),
('EDU', 'EDUfonts'),
('EF', 'Elsner+Flake'),
('EFF', 'Electronic Font Foundry'),
('EFFD', 'Erik Faulhaber Font-Design'),
('EFI', 'Elfring Fonts Inc.'),
('EFNT', 'E Fonts L.L.C.'),
('EFWS', 'eFilm World'),
('Egg9', 'EGG9 font'),
('EINW', 'David Einwaller'),
('EKIO', 'Ekioh'),
('EKTF', 'EK TYPE'),
('ELE', 'Elefonts'),
('ELEO', 'Enliteleo'),
('ELLR', 'Eller Type'),
('ELSE', 'Elseware'),
('EMGR', 'Emigre'),
('EMPH', 'Emphase'),
('EPSN', 'Epson'),
('ERKO', 'Erkin Karamemet'),
('ESAD', 'X Cicéro'),
('ESD', 'Sogari Design'),
('ESIG', 'E-Signature'),
('ESTF', 'Extraset Typefoundry'),
('ET', 'Esintype'),
('ETAL', 'Lettersetal'),
('ETCO', 'Etcetera Type Company'),
('ETDF', 'E-Type Design'),
('ETIO', 'Ethiopian Font Foundry'),
('ETYM', 'Etymos'),
('EVER', 'Evertype'),
('F5', 'Foundry5'),
('FA', 'FontArte Type Foundry'),
('FA37', 'F37 Foundry'),
('FAFO', 'FamiraFonts'),
('FAIR', 'Faire Type'),
('FAM', 'Family Type'),
('FANC', '字言字型 Fancytype foundry/字言字語'),
('FARH', 'Peter Verheul (cc)'),
('FAT', 'Fatype'),
('FAUX', 'FauxFoundry'),
('FAY', 'FayType'),
('fbf', 'Free Bangla Font Project'),
('FBI', 'The Font Bureau, Inc.'),
('FBRC', 'Fabric Font'),
('FBRO', 'FaizType.'),
('FC', 'Font.Cafe'),
('FCAB', 'The Font Cabinet'),
('FCAN', 'fontage canada'),
('FCB', 'Font Club Belgica'),
('FCTP', 'Facetype'),
('FDI', 'FDI fonts.info'),
('FeCo', 'FerCozzi.'),
('FEED', 'Studio Feed Inc.'),
('FeoN', 'Feòrag NìcBhrìde'),
('FeTy', 'Feliciano Type'),
('FETZ', 'Markus Fetz'),
('FFBR', 'Fontfabric'),
('FFF', 'Final Final Foundry'),
('FFFF', 'Fabiola Mejía'),
('FG', 'Font.Gold'),
('FGOD', 'FontGod'),
('FHF', 'Fanny Hamelin'),
('FHTP', 'Fabio Haag Type'),
('FILI', 'Louise Fili Ltd'),
('FIRA', 'Firasoft Fonts'),
('FIRE', 'youbringfire'),
('FIRM', 'TYPE FIRM'),
('FJ', 'frncojonas'),
('FJR', 'F.J.R. German Typeface'),
('FJTY', 'Frank Jonen - Illustration & Typography'),
('FK', 'Florian Karsten Typefaces'),
('FKAI', 'Font-Kai'),
('FKT', 'Formerly Known'),
('FL', 'Flight Mode Foundry'),
('FM', 'FontMo'),
('FMFO', 'Fontmill Foundry'),
('FMLJ', 'Familjen'),
('FNBD', 'FontBD Type Foundry'),
('FNKI', 'Font Kitchen'),
('FNSA', 'Fonseca Fonts'),
('fntb', 'Font Bundles'),
('FNTF', 'Fontfoundry'),
('FNTP', 'FansyType'),
('FoFa', 'FontFabrik'),
('fofm', 'Font FM'),
('FOGC', 'Fog City Type'),
('FoHa', 'The Fonthausen Font Foundry'),
('FONT', 'Font Source'),
('FONZ', 'Font Zone 108'),
('FOR', 'Formagari'),
('FORM', 'Formation Type Foundry'),
('FORT', 'Fort Foundry'),
('FOS', 'FonStorage'),
('FOSH', 'Forgotten Shapes'),
('FOSP', 'Font Spectrum'),
('FOST', 'Foster Type'),
('FOUN', 'The Foundry'),
('FP', 'The Fontpad'),
('FPKY', 'Fitzgerald P. K. (Fitzgerald Yu / 蔽芪茢·茇䓮·蓲䒤菥)'),
('FPPL', 'FontPeople'),
('FPTF', 'Fontplat Type Foundry'),
('frag', 'fragTYPE'),
('FRGT', 'Freight Collection'),
('FRJN', 'Frere-Jones Type'),
('FRML', 'formlos'),
('FRNK', 'Frank Fonts'),
('FRNZ', 'Franziska Weitgruber'),
('FRTH', 'Forthcome'),
('FS', 'Formula Solutions'),
('FSD', 'Fabrizio Schiavi Design'),
('FSE', 'Font Source Europe'),
('FSFS', 'Fontastica'),
('FSI', 'FontShop International'),
('FSL', 'FontSurfer Ltd'),
('FSLF', 'Fontself'),
('fsmi', 'Fontsmith'),
('FSTR', 'Fontstore Pte Ltd'),
('FT', 'Formula Type'),
('FTC', 'Fridaytype'),
('FTDS', 'FONTDASU'),
('FTF', 'Fontef'),
('FTFT', 'FontFont'),
('FTGD', 'Font Garden'),
('FTH', 'For the Hearts'),
('FTN', 'Fountain'),
('FTPT', 'Fontpartners'),
('FUNA', 'Mt. Funa Design Office'),
('FVL', 'Font Viet Linh'),
('FWD', 'Fontwright Design'),
('FWKS', 'Fontworks'),
('FWRE', 'Fontware Limited'),
('FXTL', 'Foxtail Collectif'),
('FXTP', 'FoxType Co'),
('FY', 'Fontyou'),
('GAF', 'Glifo Art Fonts Inc.'),
('GAKU', 'Gakumon'),
('GALA', 'Galápagos Design Group, Inc.'),
('GALW',
'Galway Cultural Development and Activity Company Limited by Guarantee'),
('GALO', 'Gerald Gallo'),
('GARI', 'Gary Ritchie'),
('GATF', 'Greater Albion Typefounders'),
('Gco', 'Glyph Co'),
('GD', 'GD Fonts'),
('GEEZ', 'Geezfonts'),
('GenT', 'General Titles'),
('GF', 'GarageFonts'),
('GFNT', 'Graffont'),
('GFT', 'Geez Font Types'),
('GGWA', 'Grenzgänger'),
('GIA', 'Georgian Internet Avenue'),
('GIFT', 'Souvenir Typefaces'),
('GIGA', 'St. GIGAFONT Typefaces (stgiga)'),
('GKOU', 'GEEKOU.IO'),
('GLCF', 'GLC foundry'),
('GLDN', 'Studio Gulden'),
('GLGX', 'Golgex Design'),
('GLIN', 'Glintelen'),
('GLYF', 'Glyph Systems'),
('GNRL', 'General Type Studio'),
('GNU', 'Free Software Foundation, Inc.'),
('GOAT', 'Dingbat Dungeon'),
('GOGO', 'Fonts-A-Go-Go'),
('GOHE', 'GoHebrew, division of GoME2.com Inc.'),
('GOOG', 'Google'),
('Goss', 'Goss Typography'),
('GPI', 'Gamma Productions, Inc.'),
('GRAF', 'Grafikarna d.o.o.'),
('GRCR', 'Graphicore'),
('GREY', 'Greyletter'),
('GRIL', 'Grilled cheese'),
('GRIM', 'Legacy publishing'),
('GRPS', 'Gurup Stüdyo'),
('grro', 'grafikk RØren'),
('GS', 'Grayscale Limited'),
('GT', 'Graphity!'),
('GTF', 'Grilli Type'),
('GTff', 'Greg Thompson Type'),
('GTL', 'GTL Type Label'),
('GTYP', 'G-Type'),
('GXH', 'H.G. Font'),
('GYST', 'Groteskly Yours'),
('H', 'Hurme Design'),
('H&FJ', 'Hoefler & Frere-Jones'),
('HA', 'HoboArt'),
('HACO', 'HACOLLECTIVE'),
('HAD', 'Hoffmann Angelic Design'),
('Hafo', 'Hafonton'),
('HAIL', 'Hail Design'),
('HAL', 'HAL Typefaces'),
('HALB', 'HALBFETT'),
('HAMZ', 'Hamzeh Naghdi'),
('hano', 'Hanoded Fonts'),
('HanS', 'HanStyle'),
('HAUS', 'TypeHaus'),
('HBT', 'Harbor Type'),
('HCMP', 'Happycompany Italy'),
('HD', 'Hard Type'),
('HDCO', 'Hanken Design Co.'),
('HEB', 'Sivan Toledo'),
('HenT', 'Henestrosa Type'),
('HERZ', 'Herzberg Design Co'),
('HEUM', 'Heumm Design'),
('HEX', 'HEX Projects'),
('HEYP', 'HEY PORTER!'),
('HFEW', 'Happyfew'),
('HFJ', 'Hoefler & Frere-Jones (replaced by H&FJ)'),
('HH', 'Halwote Hareg'),
('HIH', 'HiH Retrofonts'),
('HILL', 'Hill Systems'),
('HJZ', 'Hans J. Zinken'),
('HK', 'Hadar Katan'),
('HKSY', 'HAKUSYUFONTS'),
('HL', 'High-Logic'),
('HM', 'Haiku Monkey'),
('HN', 'Hora Nocte Type Foundry'),
('HOH', 'HOHOHtype'),
('Hone', 'H-one Design'),
('HOOL', 'Hooloovoo Studio'),
('HoP', 'House of Pretty'),
('HOUS', 'House Industries'),
('HoX', 'House of X'),
('HP', 'Hewlett-Packard'),
('HS', 'HermesSOFT Company'),
('HSH', 'Hassan Shebli'),
('HT', 'Huerta Tipográfica'),
('HTA', '活字攷古'),
('HTF', 'The Hoefler Type Foundry, Inc.'),
('HTT', 'Hype Type Type'),
('HU', 'Hungarumlaut'),
('HUY!', 'Huy! Fonts'),
('HVD', 'HVD Fonts GmbH'),
('HWT', 'Hamilton Wood Typethety'),
('HXTP', 'Hexatype'),
('HY', 'HanYang Information & Communication'),
('HYPE', 'HyperType'),
('HYPN', 'Heypentype'),
('HZ', 'Hubert Zasępa'),
('IAMT', 'IamTiago'),
('IB', 'Instinctual Beings'),
('IBCR', 'Ironbird Creative Studio'),
('IBM', 'IBM'),
('IC', 'Ian J. Cox'),
('IDAU', 'IDAutomation.com, Inc.'),
('IDEA', 'Glenn Campbell t/a Idea Studio'),
('IDEE', 'IDEE TYPOGRAFICA'),
('IDF', 'International Digital Fonts'),
('IDKB', 'Kostas Bartsokas'),
('IDL', 'Identity Lab'),
('IDLT', 'Identity Letters'),
('IDMS', 'Incstone Design by Megami Studios'),
('Idt.', 'Identitype'),
('IFF', 'Indian Font Factory'),
('IINF', 'iInformatica Srls'),
('IKMJ', 'Ikimoji'),
('IKOF', 'IKOffice GmbH'),
('ILP', 'Indigenous Languages Project'),
('IMPR', 'Impress'),
('INCD', 'INCDesign'),
('INDG', 'Indigo+Indigo'),
('INFS', 'iNfernalSoft'),
('INGA', 'Inga Type'),
('INGT', 'Ingrimayne Type'),
('INNO', 'INNO.LLC'),
('INRA', 'INRAY Inc.'),
('INTF', 'Interfont'),
('INTR', 'Interstitial Entertainment'),
('INVC', 'Invoice Central'),
('INVD', 'TYPE INVADERS'),
('INVT', 'Invisible Type'),
('IRRT', 'Irregular Regular'),
('ISAC', 'Isaco Type'),
('ISE', 'ISE (devanagarifonts.com)'),
('it*', 'indestructible type*'),
('ITC', 'ITC'),
('ITF', 'Red Rooster Collection (ITF, Inc.)'),
('ITFO', 'Indian Type Foundry'),
('ITSK', 'Saki Itomi'),
('ITSM', 'Simon Stratford'),
('IvyF', 'The Ivy Foundry'),
('IWA', 'Iwata Corporation'),
('J23', 'June 23'),
('JAMO', 'JAMO'),
('JASO', 'studioJASO'),
('JABM', "JAB'M Foundry"),
('JAF', 'Just Another Foundry'),
('JAKE', 'Jake Tilson Studio'),
('JAM', 'JAM Type'),
('JANS', 'Jan Šindler'),
('JB', 'JetBrains'),
('JBLT', 'JEAN-BAPTISTE LEVÉE TYPOGRAPHY'),
('JCF', 'Juan Casco Fonts'),
('JCT', 'Jamie Clarke Type'),
('JDB', 'Jeff Bensch'),
('jeff', 'jeff-levine'),
('JENS', 'Jens Kutilek'),
('JF', 'Jan Fromm'),
('jftw', 'justfont'),
('JHA', 'Jan Henrik Arnold'),
('JHF', 'JH Fonts'),
('JKOB', 'Foundry Jakob'),
('JLIF', 'jli Foundry – Julie Soudanne'),
('JMN', 'Jeff Napadow'),
('JO M', 'Jo Malinis'),
('JOON', 'JoonFont'),
('JOT', 'Josh Ownby'),
('JP', 'Jamra Patel'),
('JPTT', 'Jeremy Tankard Typography Ltd'),
('JQKA', 'Queen of Spades Design'),
('JRW', 'Richard Wordingham'),
('JSTN', 'Justin Penner'),
('JT', 'Julytype'),
('JTD', 'JTD Type'),
('JUST', 'Just in Type'),
('JuTy', 'JudouEco'),
('JVRT', 'Just van Rossum Type'),
('JWTM', 'Type Matters'),
('JY', 'JIYUKOBO Ltd.'),
('JYT', 'Just Your Type'),
('K', 'Kvant Type Foundry'),
('K&C', 'Kerns & Cairns'),
('ka', 'kloeg architecture'),
('KAME', 'Kame Design'),
('KAPT', 'Kaptype'),
('KATF', 'Kingsley/ATF'),
('KBNT', 'Kombinat-Typefounders'),
('KD', 'Kassymkulov Design'),
('KDW', 'Kinuta Font Factory'),
('KERN', 'Machine Kerning'),
('KEYA', 'Keya Vadgama'),
('KF', 'Karakta Fonthome'),
('KFoF', 'Kevin Foley Fonts'),
('KGLR', 'Kugler Industries'),
('KH', 'Kristy Hatswell'),
('KHTB', 'Monkey Arts Ltd.'),
('KHTF', 'KH Type'),
('KILO', 'Kilotype'),
('KIRK', 'Typekirk'),
('KK', 'Kiwari Kolektiv Studio'),
('KK95', 'Kuirnovi Kether'),
('klew', 'Kent Lew'),
('KLIM', 'Klim Typographic Design'),
('KLNT', 'Kowloon Type'),
('KLTF', 'Karsten Luecke'),
('KMR', 'kimera'),
('KMRS', 'Mony Sath & Chhit Wornnarith - KhemaraSoft'),
('KNON', 'KF Digital Typefaces AB'),
('KNST', 'Konst.ru'),
('KNTR', 'Kontour'),
('KNWT', 'Karl Nawrot'),
('KOP', 'Leo Koppelkamm'),
('KORK', 'Khork OÜ'),
('KOST', 'Kostic Type Foundry'),
('KOVL', 'Koval Type Foundry'),
('KP', 'Kontrapunkt'),
('KrKo', 'Kreative Software'),
('KRND', 'Karandash Type & Graphics Foundry'),
('KSES', 'KSE Software'),
('KT', 'Kalaus Type'),
('KTF', 'Kustomtype'),
('KTKM', 'KTKM'),
('KTRF', 'Kazan Traditional Font'),
('KTTF', 'Kitchen Table Type Foundry'),
('KUBA', 'Kuba Tatarkiewicz'),
('KUSH', 'KushJain'),
('KWKK', 'キウイ皮ごと齧る'),
('L2M3', 'L2M3 Kommunikationsdesign GmbH'),
('L52', 'Lipika52 Type Foundry'),
('LA', 'Large'),
('LADD', 'Adam Ladd Design'),
('LaG', 'Matt LaGrandeur'),
('LAGA', 'Lagarto'),
('laic', 'Laïc: Type Foundry'),
('LAIT', 'la laiterie'),
('LAND', 'Typeland'),
('LANS', 'Lanston Type Company'),
('LARA', 'Larabiefonts'),
('LARR', 'Larry'),
('LArt', 'Limelight Artistry'),
('LAUD', 'Carolina Laudon'),
('LAYT', 'LAYOUT SARL'),
('LBV', 'La Bolde Vita'),
('LCMT', 'Locomotype'),
('LDNT', 'London Type Foundry'),
('LDTP', 'Leedotype'),
('LEAF', 'Interleaf, Inc.'),
('Leah', 'Leah Lackey'),
('LECH', 'Antonio Lechuga'),
('Lee', 'Lee Mounsey'),
('LEKS', 'Leksen Design LLC'),
('LETR', 'Letraset'),
('LETS', 'Let’s Type'),
('Lev', 'Lev Rastvortsev'),
('lewd', 'Lettering World LLC'),
('LFS', 'Letters from Sweden'),
('LGFF', 'LIPIGHOR FONT FOUNDRY'),
('LGX', 'Logix Research Institute, Inc.'),
('LHF', 'Letterhead Fonts'),
('LIAM', 'Liam Spradlin'),
('LIEB', 'LiebeFonts'),
('LIGA', 'Ligatipo Foundry'),
('LIND', 'Lindenberg Software LLC'),
('LING', "Linguist's Software"),
('LINK', 'Linkpen Handwriting Fonts'),
('LINO', 'Linotype GmbH'),
('LINZ', 'Linda Hintz'),
('LIVE', 'Livedesign'),
('LJ', 'Letterjuice'),
('LJDS', 'LJ Design Studios'),
('LKAS', 'Shawn Lukas'),
('LKTF', 'LEE KEDAH'),
('LL75', 'Lior Livne'),
('LLD', 'Lipton Letter Design'),
('LLDL', 'La Lettre de Luxe'),
('LLGW', 'Laura Worthington Design'),
('LLP', 'Léna Le Pommelet'),
('LMNT', 'Element Type'),
('LNGU', 'LangusteFonts'),
('LNTO', 'Lineto'),
('LOFF', 'Logan Font Foundry'),
('Log9', 'Log9 Foundry'),
('LOMT', 'The League of Moveable Type'),
('LONT', 'Lontar GmbH'),
('lool', 'lo-ol Type'),
('LORO', 'LoRo Productions'),
('LOU', 'Lou Type Foundry'),
('LOUD', 'Loudifier'),
('LOVE', 'LoveFrom'),
('LP', 'LetterPerfect Fonts'),
('LPKL', 'Lipikola Type Foundry'),
('LS', 'lettersoup'),
('LST', 'Laucke Siebein Type'),
('LT', 'Le Typophage'),
('LTF', 'Liberty Type Foundry'),
('LTFD', 'Linnea Type'),
('LTRK', 'Letterka Type Foundry / Olga Kovalenko'),
('Ltrm', 'Lettermin type and design'),
('LTRS', 'The Letters'),
('LTRX', 'Lighttracks'),
('LTTR', 'LettError'),
('LuAn', 'Patrice Provost'),
('LUDE', 'LudwigType'),
('LUFF', 'Ellen Luff Type Foundry'),
('LuRa', 'Lucid Rabbit Productions'),
('LUD', 'Ludlow'),
('LuFo', 'LucasFonts'),
('LUSH', 'Lush Type'),
('LUV', 'iLUVfonts'),
('LVRC', 'Lovercase'),
('LVSC', 'Leviathan Science'),
('LXGW', 'LXGW (落霞孤鹜 / 霞鹜)'),
('M', 'MARSNEV'),
('M+F', 'Measure + Fit'),
('MACR', 'Macromedia / Made with Fontographer'),
('MADE', 'Marmite Defontes'),
('MADT', 'MADType'),
('MagD', 'Magus Digital'),
('MAMA', 'alimama'),
('MANC', 'Manchester Type'),
('MANS', 'Mans Greback AB'),
('MAPS', "Tom Mouat's Map Symbol Fonts"),
('MARK', 'Mark Frömberg'),
('MATE', 'TypeMates'),
('MATF', 'Manos Andreakis'),
('MATS', 'Match Fonts'),
('MAW', 'Matthew Willsone'),
('MAXI', 'MaxiType'),
('MAXN', 'MaxnorType'),
('MBF', 'Moonbandit font foundry'),
('MBJH', 'Mutsuba Jouhou'),
('MC', 'Cerajewski Computer Consulting'),
('MCHL', 'Michal Sahar'),
('MCKL', 'MCKL'),
('MCL', 'My Creative Land'),
('MCOW', 'Mountaincow'),
('MCTF', 'Monoco Type Foundry'),
('MD', 'Mass-Driver'),
('MDIV', 'Dhivehi Type Foundry'),
('MDSN', 'Moraitis Design'),
('MEAP', 'MetaAppz'),
('MEEM', 'MEEM TYPE'),
('MEH', 'Steve Mehallo'),
('MEIR', 'Meir Sadan'),
('MESA', 'FontMesa,'),
('META', 'Metatype'),
('METZ', 'Nathan Metzler'),
('MF', 'Magic Fonts'),
('MFCF', 'Make Fun Creating Fonts'),
('MFNT', 'Masterfont'),
('MG', 'Milieu Grotesque'),
('MGD', 'Matt Grey Design'),
('MH', 'Misti’s Fonts'),
('MHED', 'McGraw-Hill Education'),
('MHMD', 'Mohammad Elikaei'),
('MHTY', 'Minjoo Ham'),
('MILL', 'Millan'),
('MINT', 'Mint Type'),
('MISS', 'Missy Meyer'),
('MITF', 'Mehras Types'),
('MJ', 'Liberty Type Foundry'),
('MJR', 'Majur Inc.'),
('MJWK', 'もじワク研究'),
('MKSD', 'Maniackers Design'),
('MLAG', 'Michael LaGattuta'),
('MLBU', 'Malibu Dream Designs, LLC'),
('MLF', 'PGML Communications Pty Ltd'),
('MLFN', 'Monoline Fonts'),
('MLFM', 'MultiFormis'),
('MLGC', 'Micrologic Software'),
('MLKT', 'Mallikātype'),
('mlss', 'Mark Simonson Studio LLC'),
('MLTH', 'Monolith'),
('MMCG', 'Miko McGinty'),
('MMFT', 'Michel M.'),
('MMIK', 'Monomonnik'),
('MMMM', 'Martin Majoor'),
('MMNG', 'MonogramBros'),
('MNCK', 'Mine Creek'),
('MNIC', 'manic type'),
('mnik', 'Mooniak'),
('MNJU', 'Manjunatha Bengaluru'),
('MNKR', 'Monokrom Skriftforlag AS'),
('MNKY', 'Monkey Type'),
('MNLF', 'Manual Foundry'),
('MODI', 'Modular Infotech Private Limited.'),
('MOGT', 'MOGTAHID'),
('MOHT', 'Al Mohtaraf Assaudi Ltd'),
('MOJI', 'Mojijuku'),
('MOLG', 'MoolongType'),
('MOMI', 'Momentum 18'),
('MONI', 'monitor'),
('MONB', 'Monib'),
('MONE', 'Meta One Limited'),
('MONO', 'Monotype Imaging'),
('MOON', 'Moonlight Type and Technolog'),
('MORF', 'morefont'),
('MORN', 'Morning Type'),
('MOSH', 'Moshik Nadav Typography'),
('MOT', 'Multiocular Type'),
('MOTA', 'Mota Italic'),
('MOTF', 'Mostardesign Type Foundry SAS'),
('MPTG', 'Typogama'),
('MR', 'Michael Rafailyk'),
('MRF', 'Mac Rhino Fonts'),
('MRSL', 'Mark Russell'),
('MRSW', 'Morisawa & Company, Ltd.'),
('MRV', 'Morovia Corporation'),
('MS', 'Microsoft Corp.'),
('MSCH', 'Guitar-Injection'),
('MSCR', 'Majus Corporation'),
('MSE', 'MSE-iT'),
('MSPG', 'Masterpage'),
('MSTK', 'Alex Serada'),
('MT', 'Monotype Imaging (replaced by MONO)'),
('MTCO', 'Martype Company'),
('MTDS', 'Multitudes'),
('MTF', 'Miss Tiina Fonts'),
('MTFO', 'Music Type Foundry'),
('MTMF', 'Modern Type'),
('MTNT', 'Mutant Standard'),
('MTY', 'Motoya Co. ,LTD.'),
('MUCC', 'muccatypo'),
('MUK!', 'Mukmonsalve'),
('MULT', 'mulat'),
('MUNC', 'munchfonts'),
('MUSA', 'Musashi System'),
('MUTF', 'Murasu Systems Sdn. Bhd'),
('MVB', 'MVB Fonts'),
('MVTP', 'Mauve Type'),
('MVST', 'Man Versus Type'),
('MVty', 'MV Typo'),
('MW', 'Michael Want'),
('MY', 'My Type'),
('MYFO', 'MyFonts.com'),
('MYIL', '綿雲飴里'),
('MYNT', 'Arif Rahman'),
('N&G', 'Nikish'),
('n8', 'Nathan Willis'),
('nan', 'nan'),
('NANO', 'NANOFONT Inc.'),
('NASK', 'Naske Studio'),
('NASR', 'Nasir Udin'),
('NAUM', 'Naumtype'),
('NB', 'No Bodoni Typography'),
('NBR', 'Noir Blanc Rouge'),
('NBTF', 'Norberg Type Foundry'),
('ncnd', '&cond'),
('NDCT', 'Neufville Digital Corporatype'),
('NDEF', 'Notdef Type'),
('NDTC', 'Neufville Digital'),
('NEAT', 'Neatnik'),
('NEC', 'NEC Corporation'),
('NEEC', 'Netvarec'),
('NERK', 'Nermin Kahrimanovic'),
('NEUE', 'Neue Foundry'),
('NEW', 'Newlyn'),
('NFMS', 'Nice Fonts'),
('NFSL', 'NFSL2001'),
('NG', 'Nguyen Gobber OG'),
('NGMK', 'Kousuke Nagai'),
('NICE', 'nice to type'),
('NICK', "Nick's Fonts"),
('NICO', 'NW digital type foundry'),
('NIKO', 'Niko uno'),
('NIS', 'NIS Corporation'),
('NITS', 'Niteesh Yadav'),
('NIVA', 'Nivatype'),
('nkan', 'Nontynet'),
('NM', 'NM type'),
('NMKK', '波間のかけひき (Namima no Kakehiki)'),
('NMRK', 'Nymark Type'),
('NN', 'NN Type Foundry'),
('NNSS', 'NANOFONT-StaticStudios'),
('NONO', 'Nouvelle Noire Type Foundry'),
('NOOT', 'Nootype'),
('NOPN', 'Noponies'),
('NorB', 'NorFonts.ma'),
('NORF', 'Norfok Incredible Font Design'),
('NORT', 'Nort'),
('NOSE', 'Nose AG'),
('NOVA', 'NOVATYPE'),
('NP', 'Nipponia'),
('NPD', 'Nick Pitscheider'),
('MRMN', 'M#RM#N FONTS'),
('NRON', 'Nurrontype'),
('NUFO', 'Nuform Type'),
('NVTF', 'Nova Type Foundry'),
('NWGH', 'newglyph'),
('NX', 'Noxakar'),
('NYCM', 'NYC Music Services'),
('NYPE', 'Naipe Foundry'),
('OCC', 'Occupant Fonts'),
('ODSR', 'Oddsorts'),
('OFTY', 'Office for Typography'),
('OGJ', 'OGJ Type'),
('OHG', 'Our House Graphics Inc.'),
('OHNO', 'OH no Type Company'),
('OKAY', 'Okay Type'),
('OLAP', 'Overlap Type'),
('OMAR', 'omar-type foundry'),
('OMG', 'Omega Type Foundry'),
('OMNI', 'Omnitype'),
('OMNY', 'OMNY TYPE'),
('Once', 'Michael T Neff'),
('ONES', 'Ones Technology'),
('OO', 'Outline Online'),
('OPTM', 'Optimo'),
('OPTO', 'Opto'),
('OPR', 'Office of Personal Responsibility'),
('OR', 'Or Type'),
('ORBI', 'Orbit Enterprises, Inc.'),
('ORK1', 'Ork1'),
('ORNG', 'Orange Italic'),
('ORTY', 'Original Type'),
('OSFC', 'Out Of Step Font Company'),
('OSPF', 'OneSevenPointFive'),
('OST', 'Orange Slice Type'),
('OTF', 'Order Type Foundry'),
('OTLR', 'OTLab Rus'),
('OTTO', 'Otto Type Co.'),
('OTTS', 'OneTen The Studio'),
('OTYP', 'O-Type'),
('OURT', 'Ourtype'),
('OVER', 'Overtype'),
('OZTY', 'Oz Type'),
('P22', 'P22 Inc.'),
('PANA', 'Pana Type Studio'),
('PAPF', 'Pappware Fonts'),
('PARA', 'ParaType Inc.'),
('PARK', 'Boomi Park'),
('pbd0', 'Peter Bain'),
('PBL', 'Publié'),
('PBLC', 'Public Type'),
('PBNG', 'Playbeing'),
('PCJ', 'Minhocossauro Tipografia'),
('PDWX', 'Parsons Design Workx'),
('PEAC', 'PeachCreme.com'),
('PEAR', 'Pear-Socam Softworks'),
('PEBL', 'Pebblestone Design'),
('PECI', 'Pecita'),
('PETR', 'Daria Petrova'),
('PF', "Phil's Fonts, Inc."),
('PFRM', 'Punchform'),
('PFV', 'Phelan’s Fontastic Ventures'),
('PHO', 'phospho type foundry'),
('PHTM', 'Phantom Foundry'),
('PILZ', 'Tamara Pilz'),
('PINT', 'PintassilgoPrints'),
('PIXL', 'Pixilate'),
('PIZZ', 'pizzadude.dk'),
('PKDD', 'Philip Kelly Digital Design'),
('PLAT', 'PLATINUM technology'),
('Plau', 'Plau'),
('PLAY', 'Playtype'),
('PLN', 'Plain Form'),
('plnt', 'Plantype'),
('PMPT', 'PampaType font foundry'),
('POEM', 'Poem'),
('POI', 'Place of Interest Type Foundry'),
('PoW', 'Proof of Words'),
('PPPR', 'Pepper Type'),
('PRCH', 'Parachute Typefoundry'),
('PRFS', 'Production First Software'),
('PRGR', 'Paragraph'),
('PRLK', 'Emre Parlak'),
('PRNM', 'Pronama'),
('PROD', 'Production Type'),
('PROT', 'PROTOTYPO'),
('Prox', 'Proxima Software'),
('PRTF', 'Process Type Foundry'),
('PRTP', 'Protype Foundry'),
('PSG', 'Page Studio Graphics'),
('PSIS', 'PhotoShopIsland.com'),
('PSTL', 'ps.type.lab'),
('PSTP', 'Positype'),
('pstu', 'Pseudonym Type Studio'),
('PSY', 'PSY/OPS'),
('PSYM', 'Psymon'),
('PT', 'Playtype'),
('PTF', 'Porchez Typofonderie'),
('PTHF', 'Pathfinders Type Foundry'),
('PTMI', 'Page Technology Marketing, Inc.'),
('PTS', 'Paavola Type Studio'),
('PTYP', 'PreussType'),
('PUBL', 'Public Letters'),
('PYRS', 'PYRS Fontlab Ltd. / Made with FontLab'),
('PYTE', 'The Pyte Foundry'),
('QMSI', 'QMS/Imagen'),
('QRAT', 'Quadrat Communications'),
('QTYP', 'Qtypography'),
('QUAN', 'Quantum Enterprises'),
('QUE', 'Alerque'),
('R667', 'Remedy667'),
('R777', 'SanSLit'),
('RAIN', 'Rainbird'),
('RARE', 'Rare Bird Font Foundry'),
('RARI', 'RAR Illustrations'),
('RAWR', 'Melvian Foundry'),
('RDGR', 'Rüdiger'),
('RDMK', 'RandomMaerks'),
('READ', 'ReadyType'),
('REAL', 'Underware'),
('RENE', 'Studio Rene Bieder'),
('RES', 'Resultat'),
('RETY', 'Retype'),
('REZ', 'Reztype'),
('RICK', 'Rickner Type'),
('RIXF', 'FONTRIX Inc.'),
('RJPS', 'Reall Graphics'),
('RJST', 'Rob Jelinski Studios, llc.'),
('RJTY', 'rojotype'),
('RKFN', 'R K Fonts'),
('RKRD', 'REKORD'),
('RL', 'Ruben Holthuijsen'),
('RLTF', 'Rebeletter Studios'),
('RMU', 'RMU TypeDesign'),
('RNDY', 'randytype'),
('ROAD', 'Road Research Society'),
('ROB', 'Robert Janes'),
('robo', 'Buro Petr van Blokland'),
('ROBU', 'SC ROBU DESIGN S.R.L.'),
('ROHH', 'ROHH studio'),
('ROMA', 'Romanée Type Foundry'),
('ROST', 'Robert Strauch'),
('RPTR', 'Rampage Raptor'),
('RR', 'Rüdiger'),
('RR41', 'Reber R41'),
('RRT', 'Red Rooster Collection (ITF, Inc.)'),
('RSET', 'Reset Type Studio'),
('RSJ', 'RSJ Software'),
('RSMS', 'Rsms'),
('RST', 'Rosetta'),
('RSZ', 'Resistenza Type Foundry'),
('RT', 'Ritmo'),
('RTG', 'Roach Typografics'),
('rthy', 'Arthy'),
('RTYP', 'REALTYPE, Inc.'),
('RUDY', 'RudynFluffy'),
('RUNE', 'Rune Revival'),
('RVLR', 'Revolver Type Foundry'),
('RXBN', 'Roxaboxen'),
('RYHG', 'Yanghee Ryu'),
('RYOB', 'Ryobi Limited'),
('RYT', "Ra'ey Type"),
('S4TF', 'Sed4-Type Foundry'),
('sacc', 'Saccade SchriftBildWort Fonts'),
('SAJA', 'Saja Typeworks'),
('SALT', 'Solonka Type Foundry'),
('SAMT', 'Samtype'),
('SAND', 'Sandoll'),
('SAPL', 'Fonderie sans plomb'),
('SATO', 'Satori Type'),
('SATY', 'Samuelstype Design AB'),
('SAX', 's.a.x. Software gmbh'),
('SB', 'Sascha Bente'),
('SbB', 'Sketchbook B'),
('SBFY', 'Somebay Foundry'),
('SBT', 'SelfBuild Type Foundry'),
('SBYA', 'Shibuya Font'),
('SCHF', 'Schrift Foundry'),
('SCTO', 'Schick Toikka'),
('SDFF', 'StaleyDigital Font Foundry'),
('Sdtp', 'Sudetype'),
('SE', 'Stéphane Elbaz'),
('Sean', 'The FontSite'),
('SERF', 'Seraphemer Foundry'),
('SERP', 'Serpentype'),
('SF', 'Sans Fontières'),
('SfC', 'Shapes for Cash'),
('SFF', 'Shilalipi Font Foundry.'),
('SFS', 'Sarumadhu Services Pvt. Ltd.'),
('SFUN', 'Software Union'),
('SG', 'Scooter Graphics'),
('SGNL', 'Signal Type Foundry Limited'),
('SHAM', 'ShamFonts / Shamrock Int.'),
('SHAN', 'Fontsim by Shana Koppel'),
('SHFT', 'Shift'),
('SHMI', 'Sharanda'),
('SHOT', 'Shotype'),
('SHOW', 'Show Me Fonts'),
('SHRB', 'Shorba Type Foundry'),
('SHRP', 'Sharp Type'),
('SHS', 'Shahab Siavash Studio'),
('SHUB', 'The Software Hub'),
('SHYF', 'ShyFoundry Fonts'),
('sic', 'Skill Information"S" Co., Ltd.'),
('SIG', 'vLetter, Inc'),
('SIKI', 'Sikifonts'),
('SIL', 'SIL International (SIL)'),
('SIT', 'Summit Information Technologies Pvt.Ltd,'),
('SK', 'Anton Skugarov'),
('SKP', 'Essqué Productions'),
('skz', "Celtic Lady's Fonts"),
('SL', 'Silesian Letters'),
('Slab', 'Schriftlabor'),
('SLCH', 'Sale Character'),
('SLDE', 'Sergej Lebedev'),
('SLFN', 'Single Line Fonts'),
('SLVK', 'PTRSLVK Font Foundry'),
('SMC', 'Swathanthra Malayalam Computing'),
('SMPJ', 'Senamirmir Project'),
('SN', 'SourceNet'),
('SNTR', 'Sintra Beatz LLC'),
('SOBF', 'Soren Bakhol Fonts'),
('SOHO', 'Soft Horizons'),
('SOS', 'Standing Ovations Software'),
('SOTY', 'So Type'),
('SPFO', 'SproetS'),
('SPIL', 'Spilling Type'),
('SPIR', 'Spiratype'),
('SPT', 'Type Forward'),
('spty', 'supertype'),
('SPVT', 'Sproviero Type'),
('SRC', 'Source Foundry'),
('SRCE', 'Source Type'),
('SSFD', 'Stefan Stoychev'),
('SRFT', 'Schrifteria Foundry'),
('ssm0', 'Siryali Studios'),
('SSTK', 'Smuss Type Kiosk'),
('ST', 'SocioType'),
('STAI', 'Sophia Tai'),
('STAN', 'Stanley fonts'),
('STC', 'Sorkin Type Co'),
('STCO', 'Space Type Continuum'),
('STF', 'Brian Sooy & Co + Sooy Type Foundry'),
('STFD', 'snuffletrumper'),
('STIX', 'The STI Pub Companies'),
('STLF', 'Studio Lowrie Fonts'),
('Stor', 'Storm Type Foundry'),
('STPE', 'Setup Type'),
('STyC', 'Fobytype Foundry'),
('STYK', 'Satsuyako'),
('STYP', 'Stone Type Foundry'),
('SUNN', 'Sunn'),
('SUNW', 'sunwalk fontworks'),
('SVTD', 'Synthview'),
('SWEL', 'Swell Type'),
('SWFT', 'Swfte International'),
('SWSH', 'SHOWASHOTAI Co., Ltd.'),
('SWTY', 'Swiss Typefaces'),
('SXRA', 'Page42 Type Foundry'),
('SYDA', 'Shree Muktananda Ashram'),
('SyDi', 'SyyDai'),
('SYN', 'SynFonts'),
('SYRC', 'Syriac Computing Institute'),
('SYRF', 'Syrian Revolution font'),
('SySt', 'Syfon Studio'),
('szgs', 'Szabó Gergely Sándor'),
('T&S', 'Type & Style'),
('T&T', 'TYPE&type'),
('TAB', 'Tabular Type Foundry'),
('TAFS', 'Taf Studio'),
('TAFT', 'Tural Alisoy Font'),
('tanu', 'Tanuki Font'),
('TB', 'TypeBank Co.,Ltd'),
('TBFF', 'TrueBlue Font Foundry'),
('TBLD', 'Typobold'),
('TBTF', 'TypoBaaz Type Foundry'),
('TC', 'Typeco'),
('TCH', 'Darryl Cook'),
('TCO', 'Type Colony'),
('TD', 'Typedepot'),
('TDBK', 'Typeface Design Borys Kosmynka'),
('TDFF', 'Tour de Force Font Foundry'),
('TDFO', 'The Designers Foundry'),
('TDR', 'Tansin A. Darcos & Co.'),
('TERM', 'Terminal Design, Inc.'),
('TF', 'Treacyfaces / Headliners'),
('TF3D', 'TattooFont3D'),
('TFAC', 'Typefactory'),
('TFND', 'Typefounding'),
('TFTS', 'The Foundry Types'),
('TFWD', 'Sports Fonts'),
('TG', 'Tom Grace'),
('TGD', 'Typo Graphic Design ■ Manuel Viergutz'),
('TGIF', 'Tegamitype® Foundry'),
('TGHT', 'TIGHTYPE'),
('TGS', 'The Good Store'),
('THIN', 'Thinstroke Design LLC'),
('THNA', 'Thaana Type Foundry'),
('THYH', 'Thy Hà'),
('TILD', 'Tilde, SIA'),
('TIME', 'TimeType / Timepiece Typefaces'),
('TIMO', 'Tim Romano'),
('TIMR', 'Tim Rolands'),
('TINY', 'Tiny Type Co.'),
('TIPO', 'Tipo'),
('TIRO', 'Tiro Typeworks'),
('TJ', 'TJ Trewin'),
('TJS', 'Typejockeys'),
('TKSW', 'Takushun Wu'),
('Tlab', 'PYJ&Typolab (박윤정&타이포랩)'),
('TLIN', 'Teeline Fonts'),
('TM', 'Type Mafia'),
('TMBR', 'TimbreType'),
('TMF', 'The MicroFoundry'),
('TMKL', 'Timo Klaavo'),
('TMT', 'TypeMyType Comm. V.'),
('TN', 'Type Network'),
('TNB', 'The Northern Block'),
('TNOF', 'Takayuki Nishida'),
('TNOZ', 'ToneOZ'),
('TNTY', 'tntypography'),
('TO', 'Tondonero'),
('TOFU', 'Tofu Type Foundry'),
('TOKO', 'Tokotype'),
('TOM6', 'tomliou design studio'),
('TOPP', 'Toppan Inc.'),
('ToSp', 'ToSupply'),
('tots', 'Type-Ø-Tones'),
('TPDP', 'Type Department'),
('TPMA', 'typoma'),
('TPOC', 'Typeóca'),
('TPOP', 'Tipos Pereira Type Foundry'),
('TPSP', 'Type Supply'),
('TPTA', 'TPTQ Arabic'),
('TPTC', 'Test Pilot Collective'),
('TPTQ', 'Typotheque'),
('TpTp', 'TypeType'),
('TPTR', 'TYPETR'),
('TR', 'Type Revivals'),
('TRAF', 'Traffictype'),
('TREE', 'Treeflow'),
('TRIO', 'TrionesType'),
('TROL', 'The Republic of Letters'),
('TROY', 'Leinster Type'),
('TS', 'TamilSoft Corporation'),
('TSEN', 'Typesenses'),
('TSGT', 'Tapiwanashe Sebastian Garikayi'),
('TSPC', 'Typespec Ltd'),
('TSTY', 'Torleiv Georg Sverdrup'),
('TT', 'TypeTogether'),
('TTC', 'Tribby Type Co.'),
('TTF', 'Telugu Type Foundry'),
('TTG', 'Twardoch Typography'),
('TTNC', 'Typetanic Fonts'),
('TTTT', 'TypeUnit'),
('TTY', 'Tipotype'),
('TUDO', 'tudotype'),
('TWK', 'TYPE.WELTKERN®'),
('TY', 'Typocalypse'),
('TYBY', 'TYPE TAILORS'),
('TYCU', 'TypeCulture'),
('TYFA', 'typofactur'),
('TYFR', 'typographies.fr'),
('TYHA', 'TypeHabesha'),
('TYMD', 'TYPEMADE'),
('TYME', 'type me! Font Foundry'),
('TYPA', 'Typadelic'),
('TYPB', 'Type Brut'),
('TYPE', 'Type Associates Pty Ltd'),
('TYPO', 'Typodermic'),
('TYPR', 'Type Project'),
('TYPT', 'Typearture'),
('TYRE', 'typerepublic'),
('TYSL', 'Type Salon'),
('TYSO', 'TYSO Type'),
('TYSP', 'Typespace'),
('TYTA', 'TYPE TAILORS'),
('UA', 'UnAuthorized Type'),
('UCT', 'Undercase Type'),
('UFAS', 'Unicode Fonts for Ancient Scripts'),
('UFCB', 'Unforma Club'),
('UFDN', 'UNDERFOREST DESIGN'),
('UKUK', 'Ultra Kühl'),
('ULA', 'Montserrat Typeface'),
('UNDS', 'Underscore Type'),
('UNDT', 'ÜNDT'),
('UNIC', 'Unicode Consortium'),
('UNIT', 'Universal Thirst'),
('UNTP', 'Untype'),
('UNTY', 'Unitype / Universal Typefaces'),
('UPUP', 'Up Up Creative'),
('URW', 'URW Type Foundry GmbH'),
('USGC', 'U.S. Graphics Company'),
('USSS', 'USSSUAL'),
('UT', 'Unitype Inc'),
('UTF', 'Undercase Type Foundry'),
('VCTR', 'Vectro Type Foundry'),
('VEZ', 'Victoria Eloise Zunhiga'),
('VILE', 'Font Monger & Chris Vile Fonts'),
('VINT', 'Vinterstille'),
('VJ', 'eDESIGNzone'),
('VKP', 'Vijay K. Patel'),
('VLKF', 'Visualogik Technology & Design'),
('VLNL', 'VetteLetters.nl'),
('VLQN', 'VLQNC Font Foundry'),
('VMT', 'VMType'),
('VN', 'Viktor Nübel Type Design'),
('VO', 'Violet Office'),
('VOG', 'Martin Vogel'),
('VOL', 'Bernd Volmer'),
('VOLK', 'Radmir Volk'),
('VOLT', 'volto.one'),
('VR', 'Victoria Rushton'),
('VRED', 'Vred Letters'),
('VROM', 'Vladimir Romanov'),
('VS', 'VorSicht GmbH'),
('VT', 'VISUALTYPE SRL'),
('VTC', 'Vocal Type Co.'),
('VTF', 'Velvetyne Type Foundry'),
('VTP', 'Quang Manh Nguyen'),
('VTYP', '(v) design'),
('VVD', 'Vintage Voyage Design'),
('VZWO', 'VZWO | Viktor Zumegen'),
('WAFO', 'Walden Font Co.'),
('WALA', 'Fontwala'),
('WASP', 'Wasp Barcode Technologies'),
('WATF', 'WA'),
('WBHE', 'Webhance'),
('WCYS', 'WCYS & Co.'),
('WEBF', 'WebFonts JAPAN Inc.'),
('WEBR', 'WebRain'),
('WEI', 'Wei Huang'),
('WERK', 'Fontwerk'),
('WF', 'Walking Fearless'),
('WILL', 'Willerstorfer Font Foundry'),
('WISE', 'WiseType'),
('WISH', 'Willie Shaw'),
('WL', 'Writ Large Fonts'),
('WM', 'Webmakers India'),
('WNK', 'Wanaka'),
('WS', 'WS · Schriftmanufaktur'),
('WZGF', 'WenzhouHanziMakeGroup (温州字工坊)'),
('XCON', 'IntoTheDesign'),
('XFC', 'Xerox Font Services'),
('xljb', 'exljbris Font Foundry'),
('XOT', 'XO Type Co.'),
('XOTH', 'Xoth Morello'),
('XSCR', 'Xeroscript'),
('XTMS', 'Extumus'),
('XYZ', 'XYZ Type LLC'),
('Y&Y', 'Y&Y, Inc.'),
('YADS', 'YA Type'),
('YDI', 'YOONDESIGN Inc.'),
('YDS', 'Yellow Design Studio'),
('YERK', 'Jeff Yerkey Typography'),
('YFFI', 'Yfficient Graphic Design and Marketing'),
('YMGT', 'YMG Type Foundry'),
('YN', 'Yanone'),
('YOFF', 'Your Own Font Foundry'),
('YOKO', 'Yokokaku'),
('YOUR', 'YourFonts.com'),
('YT', 'YT Foundry'),
('YU', 'YU Type'),
('YUKI', 'Yuki Type Foundry'),
('YWFT', 'YouWorkForThem'),
('YYYY', 'Yellow Type Foundry'),
('z01', 'Jiangxi ZoomlaCMS Soft Co. LTD'),
('ZAKZ', 'Zakznak'),
('ZANE', 'Unrender'),
('ZeGr', 'Zebra Font Factory'),
('ZEN!', 'A-1 Corp.'),
('ZERO', 'Federico Parra'),
('zeta', 'Tangram Studio'),
('ZIHI', '字嗨'),
('ZKZN', 'Zakznak'),
('ZORN', 'Benn Zorn'),
('ZP', 'Zilap Estudio'),
('ZPL', 'Zapal'),
('ZSFT', 'Zsoft'),
('ZTFN', 'Zetafonts')]
font-manager-0.9.4/build-aux/vendor/MicrosoftTypography.py 0000664 0000000 0000000 00000002565 14762711267 0023724 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2022 Jerry Casiano
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.
#
# If not, see .
try:
import pandas as pd
except ImportError:
import __main__
print("Error : {}\n".format(__main__.__file__))
print(" This script depends on pandas.")
print(" https://pandas.pydata.org/\n")
exit(1)
# Microsoft Vendor Listing
# Excellent, only?!, source of font foundry information
URL = "https://docs.microsoft.com/en-us/typography/vendors/"
CREDIT = "Courtesy of Microsoft Typography - {}".format(URL)
INDEX = 0
ID = 1
NAME = 2
def list_vendors () :
vendor_list = pd.read_html(URL)
for entry in vendor_list:
for vendor in entry.itertuples():
yield (str(vendor[ID]), str(vendor[NAME]))
return
font-manager-0.9.4/build-aux/vendor/genheader.py 0000775 0000000 0000000 00000011162 14762711267 0021606 0 ustar 00root root 0000000 0000000 #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Copyright (C) 2009-2022 Jerry Casiano
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.
#
# If not, see .
import sys
from glob import glob
from io import StringIO
from os import path, remove
from pprint import pprint
NOTICE = """/* Do not edit directly. See build-aux directory */"""
HEADER = """
#pragma once
#include
#ifndef __GTK_DOC_IGNORE__
#define FONT_MANAGER_MAX_VENDOR_ID_LENGTH 4
#define FONT_MANAGER_MAX_VENDOR_LENGTH 100
#endif
static const struct
{
const gchar vendor[FONT_MANAGER_MAX_VENDOR_LENGTH];
const gchar vendor_id[FONT_MANAGER_MAX_VENDOR_LENGTH];
}
/* Order is significant. */
FontManagerNoticeData [] =
{
/* Notice data sourced from fcfreetype.c - http://www.freetype.org/ */
{"Adobe", "adobe"},
{"Adobe", "Adobe"},
{"Bigelow & Holmes", "b&h"},
{"Bigelow & Holmes", "Bigelow & Holmes"},
{"Bitstream", "Bitstream"},
{"Font21", "hwan"},
{"Font21", "Hwan"},
{"Gnat", "culmus"},
{"HanYang System", "hanyang"},
{"HanYang System", "HanYang Information & Communication"},
{"IBM", "IBM"},
{"ITC", "itc"},
{"ITC", "ITC"},
{"ITC", "International Typeface Corporation"},
{"Larabiefonts", "Larabie"},
{"Linotype", "linotype"},
{"Linotype", "Linotype GmbH"},
{"Linotype", "LINOTYPE-HELL"},
{"Microsoft", "microsoft"},
{"Microsoft", "Microsoft Corporation"},
{"Monotype", "Monotype Imaging"},
{"Monotype", "Monotype Corporation"},
{"Monotype", "Monotype Typography"},
{"Omega", "omega"},
{"Omega", "Omega"},
{"Tiro Typeworks", "Tiro Typeworks"},
{"URW", "URW"},
{"XFree86", "XFree86"},
{"Xorg", "xorg"}
};
static const struct
{
const gchar vendor_id[FONT_MANAGER_MAX_VENDOR_ID_LENGTH];
const gchar vendor[FONT_MANAGER_MAX_VENDOR_LENGTH];
}
FontManagerVendorData[] =
{
"""
FOOTER = """};
#ifndef __GTK_DOC_IGNORE__
#define FONT_MANAGER_NOTICE_ENTRIES G_N_ELEMENTS(FontManagerNoticeData)
#define FONT_MANAGER_VENDOR_ENTRIES G_N_ELEMENTS(FontManagerVendorData)
#endif
"""
vendor_dir = path.dirname(path.realpath(__file__))
def get_vendor_entries () :
sys.path.append(vendor_dir)
module_names = [path.splitext(p)[0] for p in glob("*.py") if p != "genheader.py"]
resources = map(__import__, module_names)
tmp = StringIO()
for module in resources:
name = module.__name__
try:
if module.CREDIT is not None:
tmp.write("\n /* {} */\n".format(module.CREDIT))
else:
tmp.write("\n")
try:
vendor_list = list(module.list_vendors())
except:
vendor_list = []
if len(vendor_list) == 0:
with open(path.join(vendor_dir, "{}.cache".format(name))) as cache:
vendor_list = eval(cache.read())
print("Using cached vendor information for {}".format(name))
for vendor_id, vendor in iter(vendor_list):
if len(vendor) > 50:
vendor = "{}…".format(vendor[:47])
tmp.write(" {{\"{0}\", \"{1}\"}},\n".format(vendor_id.replace('"', "'"), vendor.replace('"', "'")))
tmp.write("\n")
if name != "Example":
try:
with open(path.join(vendor_dir, "{}.cache".format(name)), "w") as cache:
pprint(list(vendor_list), cache)
except:
pass
except:
print("Failed to load vendor resource : {0} : Skipping...".format(name))
contents = tmp.getvalue()
tmp.close()
return contents
if __name__ == "__main__":
with open(path.join(sys.argv[1], "font-manager-vendor.h"), "w") as header_file:
header_file.write(NOTICE)
header_file.write(HEADER)
header_file.write(get_vendor_entries())
header_file.write(FOOTER)
build_cache = path.join(vendor_dir, "__pycache__")
if path.exists(build_cache):
import shutil
shutil.rmtree(build_cache)
for f in glob("*.pyc"):
remove(f)
font-manager-0.9.4/config.h.meson 0000664 0000000 0000000 00000000554 14762711267 0016661 0 ustar 00root root 0000000 0000000 #pragma once
#define PREFIX "@PREFIX@"
#define BINDIR "@BINDIR@"
#define SRCDIR "@SRCDIR@"
#define LOCALEDIR "@LOCALEDIR@"
#define PACKAGE "@PACKAGE_NAME@"
#define PACKAGE_NAME "@PACKAGE_NAME@"
#define PACKAGE_URL "@PACKAGE_URL@"
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
#define GETTEXT_PACKAGE "@PACKAGE_NAME@"
#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
font-manager-0.9.4/config.vapi 0000664 0000000 0000000 00000000746 14762711267 0016254 0 ustar 00root root 0000000 0000000
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
public const string GETTEXT_PACKAGE;
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
public const string BINDIR;
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
namespace Config {
public const string PACKAGE_NAME;
public const string PACKAGE_VERSION;
public const string PACKAGE_URL;
public const string PACKAGE_BUGREPORT;
}
font-manager-0.9.4/data/ 0000775 0000000 0000000 00000000000 14762711267 0015030 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/data/com.github.FontManager.FontManager.SearchProvider.ini 0000664 0000000 0000000 00000000301 14762711267 0027101 0 ustar 00root root 0000000 0000000 [Shell Search Provider]
DesktopId=com.github.FontManager.FontManager.desktop
BusName=com.github.FontManager.FontManager
ObjectPath=/com/github/FontManager/FontManager/SearchProvider
Version=2
font-manager-0.9.4/data/com.github.FontManager.FontManager.appdata.xml.in.in 0000664 0000000 0000000 00000022714 14762711267 0026642 0 ustar 00root root 0000000 0000000
org.gnome.FontManagercom.github.FontManager.FontManagerFont Manager projectCC0-1.0GPL-3.0+JerryCasiano_AT_gmail.comFont ManagerA simple font management application for Gtk+ Desktop Environments
Font Manager is intended to provide a way for average users to easily manage
desktop fonts, without having to resort to command line tools or editing
configuration files by hand.
While designed primarily with the Gnome Desktop Environment in mind,
it should work well with other Gtk+ desktop environments.
Font Manager is NOT a professional-grade font management solution.
@PACKAGE_NAME@@PACKAGE_URL@@PACKAGE_BUGREPORT@https://hosted.weblate.org/engage/@PACKAGE_NAME@mild
font-manager-0.9.4/data/com.github.FontManager.FontManager.desktop.in.in 0000664 0000000 0000000 00000001335 14762711267 0026076 0 ustar 00root root 0000000 0000000 [Desktop Entry]
Type=Application
Version=1.0
Name=Font Manager
GenericName=Font Manager
Comment=Preview, Compare and Manage Fonts
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=com.github.FontManager.FontManager
DBusActivatable=true
Exec=@PACKAGE_NAME@ %u
Terminal=false
MimeType=font/ttf;font/ttc;font/otf;font/sfnt;application/x-font-ttf;application/x-font-otf;application/vnd.ms-opentype;
Categories=Utility;GTK;GNOME;
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=Graphics;Viewer;GNOME;GTK;Publishing;
StartupNotify=true
StartupWMClass=font-manager
X-GNOME-UsesNotifications=true
font-manager-0.9.4/data/com.github.FontManager.FontManager.gschema.xml 0000664 0000000 0000000 00000031663 14762711267 0025630 0 ustar 00root root 0000000 0000000
"browse"ModePossible modes are Manage, Browse and Compare."none"Sort TypeDefault sort type. Only applied to collections at this time.trueLayout typefalse for default layout, true for 3 column layouttrueLayout typeSwitch to wide layout when window is maximizedtrueEnable Animationsfalse to disable GTK+ animationsfalseUse dark theme variant if availableWhether the application prefers to use a dark theme"Normal"HeaderBar button stylePossible modes are Normal and Flat.falseWhether to use the Adwaita stylesheet when availabletrue to use the Adwaita stylesheetWindow sizeWidth and height of the main window.(950, 700)falseWindow stateWhether window is maximizedBrowse pane positionSize of the browse grid as a percentage of window size.55.0falseBrowse preview visibilityWhether the preview pane is visible in browse mode or not"large"Browse mode preview tile sizePossible modes are small, medium, large, xlarge and xxlarge.Sidebar sizeSize of the sidebar as a percentage of window size.33.0Content area sizeSize of the content pane as a percentage of window size.40.0Sidebar sizeSize of the sidebar as a percentage of window size.20.0Content area sizeSize of the content pane as a percentage of window size.36.0Preview font sizeSize point to use in the preview area.10.0Preview ModePossible modes are Preview, Waterfall and Lorem Ipsum."waterfall"Selected preview pageLast selected preview page0Preview textLast preview text used" The quick brown fox jumps over the lazy dog.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890.:,;(*!?')
"Browse ModePossible modes are List and Grid."grid"Browser font sizeSize point to use in Browse mode.24.0Preview textLast preview text used in Browse mode""Compare font sizeSize point to use in Compare mode.12.0Font preview foreground colorColor to use for foreground (text color) in RGB format."rgb(0,0,0)"Font preview background colorColor to use for background in RGB format"rgb(255,255,255)"Compare listArray of string containing font descriptions to compare.[]Preview textLast preview text used in Compare mode""Character Map font sizeSize point to use in Character Map Mode.16.0Waterfall preview line spacingWaterfall preview line spacing0Minimum waterfall preview sizeMinimum size point to render in Waterfall mode.8.0Maximum waterfall preview sizeMaximum size point to render in Waterfall mode.48.0Waterfall point size common ratioWaterfall point size common ratio.1.0Waterfall Preview Predefined Size SettingWaterfall Preview Predefined Size Setting"48 Points Linear"falseWhether to display line size in Waterfall previewtrue to show line sizes in Waterfall previewLanguage Filter listArray of string containing language selections.[]Language Filter list minimum coverageMinimum coverage for language filter90.0falseWhether access to network is restricted by administratortrue to prevent the application from attempting to access the networkGoogle Fonts preview textLast preview text used in Google Fonts waterfall preview"The quick brown fox jumps over the lazy dog."
font-manager-0.9.4/data/com.github.FontManager.FontManager.svg 0000664 0000000 0000000 00000041534 14762711267 0024217 0 ustar 00root root 0000000 0000000
font-manager-0.9.4/data/com.github.FontManager.FontViewer.appdata.xml.in.in 0000664 0000000 0000000 00000021700 14762711267 0026523 0 ustar 00root root 0000000 0000000
org.gnome.FontViewercom.github.FontManager.FontViewerv
Font Manager projectCC0-1.0GPL-3.0+JerryCasiano_AT_gmail.comFont ViewerA font viewer application for Gtk+ Desktop Environments
Font Viewer allows previewing font files prior to installation.
It features several ways to preview font files along with a
character map and displays font properties and license details.
@PACKAGE_NAME@@PACKAGE_URL@@PACKAGE_BUGREPORT@https://hosted.weblate.org/engage/@PACKAGE_NAME@mild
font-manager-0.9.4/data/com.github.FontManager.FontViewer.desktop.in.in 0000664 0000000 0000000 00000001322 14762711267 0025761 0 ustar 00root root 0000000 0000000 [Desktop Entry]
Type=Application
Version=1.0
Name=Font Viewer
GenericName=Font Viewer
Comment=Full featured font file preview application
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=com.github.FontManager.FontManager
DBusActivatable=true
Exec=@PKGLIBEXECDIR@/font-viewer %u
Terminal=false
MimeType=font/ttf;font/ttc;font/otf;font/sfnt;application/x-font-ttf;application/x-font-otf;application/vnd.ms-opentype;
Categories=Utility;GTK;GNOME;
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=Graphics;Viewer;GNOME;GTK;Publishing;
StartupNotify=true
StartupWMClass=font-viewer
font-manager-0.9.4/data/com.github.FontManager.FontViewer.gschema.xml 0000664 0000000 0000000 00000013716 14762711267 0025516 0 ustar 00root root 0000000 0000000
Window sizeWidth and height of the main window.(675, 500)falseWindow stateWhether window is maximizedfalseUse dark theme variant if availableWhether the application prefers to use a dark themetrueWhether to use the Adwaita stylesheet when availabletrue to use the Adwaita stylesheetFont preview foreground colorColor to use for foreground (text color) in RGB format."rgb(0,0,0)"Font preview background colorColor to use for background in RGB format"rgb(255,255,255)"Preview font sizeSize point to use in the preview area.10.0Preview ModePossible modes are Preview, Waterfall and Lorem Ipsum."waterfall"Preview textLast preview text used" The quick brown fox jumps over the lazy dog.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
1234567890.:,;(*!?')
"Selected preview pageLast selected preview page0Character Map font sizeSize point to use in Character Map Mode.16.0Waterfall preview line spacingWaterfall preview line spacing0Minimum waterfall preview sizeMinimum size point to render in Waterfall mode.8.0Maximum waterfall preview sizeMaximum size point to render in Waterfall mode.48.0Waterfall point size common ratioWaterfall point size common ratio.1.0Waterfall Preview Predefined Size SettingWaterfall Preview Predefined Size Setting"48 Points Linear"falseWhether to display line size in Waterfall previewtrue to show line sizes in Waterfall preview
font-manager-0.9.4/data/font-manager.aap.in 0000664 0000000 0000000 00000000545 14762711267 0020502 0 ustar 00root root 0000000 0000000 # This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"
abi ,
include
profile font-manager @BINDIR@/font-manager flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists
}
font-manager-0.9.4/data/meson.build 0000664 0000000 0000000 00000007077 14762711267 0017205 0 ustar 00root root 0000000 0000000
service = ['com.github.FontManager.FontManager',
'com.github.FontManager.FontViewer']
appdata_dir = join_paths(datadir, 'metainfo')
dbus_service_dir = join_paths(datadir, 'dbus-1', 'services')
desktop_dir = join_paths(datadir, 'applications')
schema_dir = join_paths(datadir, 'glib-2.0', 'schemas')
search_provider_dir = join_paths(datadir, 'gnome-shell', 'search-providers')
configure_file(
command: [
'glib-compile-schemas',
'--targetdir=' + meson.current_build_dir(),
meson.current_source_dir()
],
output: 'gschema.compiled'
)
foreach path: service
if (path == 'com.github.FontManager.FontManager' and not get_option('manager'))
continue
endif
if (path == 'com.github.FontManager.FontViewer' and not get_option('viewer'))
continue
endif
install_data('@0@.gschema.xml'.format(path), install_dir: schema_dir)
icons = [ 'com.github.FontManager.FontManager.svg' ]
foreach icon: icons
icon_dir = join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps')
install_data(icon, install_dir: icon_dir, rename: '@0@.svg'.format(path))
endforeach
i18n.merge_file(
input: configure_file(
input: '@0@.desktop.in.in'.format(path),
output: '@0@.desktop.in'.format(path),
configuration: config
),
output: '@0@.desktop'.format(path),
type: 'desktop',
po_dir: '../po',
install: true,
install_dir: desktop_dir
)
i18n.merge_file(
input: configure_file(
input: '@0@.appdata.xml.in.in'.format(path),
output: '@0@.appdata.xml.in'.format(path),
configuration: config
),
output: '@0@.metainfo.xml'.format(path),
po_dir: '../po',
install: true,
install_dir: appdata_dir
)
endforeach
python_write = '''
with open('@OUTPUT@', 'w') as output:
output.write(@0@)
'''
dbus_service = '''"""[D-BUS Service]
Name=@0@
Exec=@1@/@2@ --gapplication-service
"""
'''
if get_option('manager')
custom_target(
'@0@.service'.format(service[0]),
output: '@0@.service'.format(service[0]),
command: [
python,
'-c',
python_write.format(
dbus_service.format(
service[0],
join_paths(prefix, get_option('bindir')),
meson.project_name()
)
)
],
install: true,
install_dir: dbus_service_dir
)
if get_option('search-provider')
install_data('com.github.FontManager.FontManager.SearchProvider.ini',
install_dir: search_provider_dir)
endif
if get_option('app-armor')
aa_config_dir = join_paths(get_option('sysconfdir'), 'apparmor.d')
aa_profile = join_paths(meson.current_build_dir(), 'font-manager.aap')
configure_file(input: 'font-manager.aap.in', output: 'font-manager.aap', configuration: config)
install_data(aa_profile, install_dir: aa_config_dir, rename: 'font-manager')
endif
endif
if get_option('viewer')
custom_target(
'@0@.service'.format(service[1]),
output: '@0@.service'.format(service[1]),
command: [
python,
'-c',
python_write.format(
dbus_service.format(
service[1],
pkglibexec_dir,
'font-viewer'
)
)
],
install: true,
install_dir: dbus_service_dir
)
endif
font-manager-0.9.4/debian/ 0000775 0000000 0000000 00000000000 14762711267 0015341 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/debian/changelog 0000664 0000000 0000000 00000000310 14762711267 0017205 0 ustar 00root root 0000000 0000000 font-manager (0.9.4-1ubuntu1) UNRELEASED; urgency=medium
* Refer to https://github.com/FontManager/master/commits/master.
-- JerryCasiano Wed, 5 Mar 2025 21:37:00 -0400
font-manager-0.9.4/debian/compat 0000664 0000000 0000000 00000000003 14762711267 0016540 0 ustar 00root root 0000000 0000000 12
font-manager-0.9.4/debian/control 0000664 0000000 0000000 00000004650 14762711267 0016751 0 ustar 00root root 0000000 0000000 Source: font-manager
Priority: optional
Maintainer: Jerry Casiano
Build-Depends:
debhelper (>= 12~),
valac (>= 0.42),
meson (>= 0.46),
libxml2-dev,
libarchive-dev,
libfreetype-dev,
libfontconfig-dev (>= 2.12),
libglib2.0-dev (>= 2.62),
libjson-glib-dev,
libcairo2-dev,
libgtk-4-dev (>= 4.12),
libadwaita-1-dev,
libpango1.0-dev (>= 1.45),
libsqlite3-dev,
libgirepository1.0-dev,
libnautilus-extension-dev,
libnemo-extension-dev,
libthunarx-3-dev,
libwebkitgtk-6.0-dev,
libsoup-3.0-dev,
yelp-tools,
desktop-file-utils
Standards-Version: 4.3.0
Section: graphics
Homepage: http://fontmanager.github.io/
Package: font-manager
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
font-viewer,
file-roller,
yelp
Suggests: nautilus-font-manager
Description: Simple font management application for Gtk+ Desktop Environments
Font Manager is intended to provide a way for average users to easily manage
desktop fonts, without having to resort to command line tools or editing
configuration files by hand. While designed primarily with the GNOME Desktop
Environment in mind, it should work well with other Gtk+ desktop environments.
.
Font Manager is NOT a professional-grade font management solution.
Package: font-manager-common
Architecture: any
Multi-Arch: no
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Common files required by font-manager and font-viewer
.
This package provides common files such as libraries, translations,
help files, etc.
Package: font-viewer
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Full featured font file preview application for GTK+ Desktop Environments
.
This package provides the font-viewer component of font-manager.
Package: nautilus-font-manager
Architecture: any
Depends:
font-viewer,
${shlibs:Depends},
${misc:Depends}
Description: Nautilus extension for Font Manager
.
This package provides integration with the Nautilus file manager.
Package: nemo-font-manager
Architecture: any
Depends:
font-viewer,
${shlibs:Depends},
${misc:Depends}
Description: Nemo extension for Font Manager
.
This package provides integration with the Nemo file manager.
Package: thunar-font-manager
Architecture: any
Depends:
font-viewer,
${shlibs:Depends},
${misc:Depends}
Description: Thunar extension for Font Manager
.
This package provides integration with the Thunar file manager.
font-manager-0.9.4/debian/copyright 0000664 0000000 0000000 00000001652 14762711267 0017300 0 ustar 00root root 0000000 0000000 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Font Manager
Upstream-Contact: Jerry Casiano
Source: https://github.com/FontManager/font-manager/releases
Files: *
Copyright: 2009 - 2021 Jerry Casiano
License: GPL-3+
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
On Debian systems, the full text of the GNU General Public
License version 3 can be found in the file
`/usr/share/common-licenses/GPL-3'.
font-manager-0.9.4/debian/font-manager-common.install 0000664 0000000 0000000 00000000276 14762711267 0022602 0 ustar 00root root 0000000 0000000 usr/lib/*/font-manager/libfontmanager*
usr/share/help/*/font-manager
usr/share/locale/*/LC_MESSAGES/font-manager.mo
usr/share/glib-2.0/schemas/com.github.FontManager.FontManager.gschema.xml
font-manager-0.9.4/debian/font-manager-common.lintian-overrides 0000664 0000000 0000000 00000000123 14762711267 0024561 0 ustar 00root root 0000000 0000000 font-manager-common binary: package-has-unnecessary-activation-of-ldconfig-trigger
font-manager-0.9.4/debian/font-manager.install 0000664 0000000 0000000 00000000645 14762711267 0021314 0 ustar 00root root 0000000 0000000 etc/apparmor.d/font-manager
usr/bin/font-manager
usr/share/metainfo/com.github.FontManager.FontManager.metainfo.xml
usr/share/applications/com.github.FontManager.FontManager.desktop
usr/share/dbus-1/services/com.github.FontManager.FontManager.service
usr/share/gnome-shell/search-providers/com.github.FontManager.FontManager.SearchProvider.ini
usr/share/icons/hicolor/scalable/apps/com.github.FontManager.FontManager.svg
font-manager-0.9.4/debian/font-manager.manpages 0000664 0000000 0000000 00000000042 14762711267 0021430 0 ustar 00root root 0000000 0000000 usr/share/man/man1/font-manager.1
font-manager-0.9.4/debian/font-viewer.install 0000664 0000000 0000000 00000000601 14762711267 0021173 0 ustar 00root root 0000000 0000000 usr/libexec/font-manager/font-viewer
usr/share/metainfo/com.github.FontManager.FontViewer.metainfo.xml
usr/share/applications/com.github.FontManager.FontViewer.desktop
usr/share/dbus-1/services/com.github.FontManager.FontViewer.service
usr/share/glib-2.0/schemas/com.github.FontManager.FontViewer.gschema.xml
usr/share/icons/hicolor/scalable/apps/com.github.FontManager.FontViewer.svg
font-manager-0.9.4/debian/nautilus-font-manager.install 0000664 0000000 0000000 00000000071 14762711267 0023147 0 ustar 00root root 0000000 0000000 usr/lib/*/nautilus/extensions*/nautilus-font-manager.so
font-manager-0.9.4/debian/nemo-font-manager.install 0000664 0000000 0000000 00000000061 14762711267 0022240 0 ustar 00root root 0000000 0000000 usr/lib/*/nemo/extensions*/nemo-font-manager.so
font-manager-0.9.4/debian/postinst 0000664 0000000 0000000 00000002152 14762711267 0017147 0 ustar 00root root 0000000 0000000 #!/bin/sh
# postinst script for font-manager
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * `configure'
# * `abort-upgrade'
# * `abort-remove' `in-favour'
#
# * `abort-remove'
# * `abort-deconfigure' `in-favour'
# `removing'
#
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
configure)
glib-compile-schemas /usr/share/glib-2.0/schemas
apparmor_parser -r /etc/apparmor.d/font-manager
;;
abort-upgrade|abort-remove|abort-deconfigure)
glib-compile-schemas /usr/share/glib-2.0/schemas
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0
font-manager-0.9.4/debian/postrm 0000664 0000000 0000000 00000001737 14762711267 0016620 0 ustar 00root root 0000000 0000000 #!/bin/sh
# postrm script for font-manager
#
# see: dh_installdeb(1)
set -e
# summary of how this script can be called:
# * `remove'
# * `purge'
# * `upgrade'
# * `failed-upgrade'
# * `abort-install'
# * `abort-install'
# * `abort-upgrade'
# * `disappear'
#
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
glib-compile-schemas /usr/share/glib-2.0/schemas
;;
*)
echo "postrm called with unknown argument \`$1'" >&2
exit 1
;;
esac
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#
exit 0
font-manager-0.9.4/debian/rules 0000664 0000000 0000000 00000001763 14762711267 0016425 0 ustar 00root root 0000000 0000000 #!/usr/bin/make -f
# -*- makefile -*-
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
--buildtype=debugoptimized \
-Dapp-armor=true \
-Dadwaita=true \
-Dnautilus=true \
-Dnemo=true \
-Dthunar=true \
-Dreproducible=true
override_dh_shlibdeps:
dh_installdeb
dpkg-shlibdeps -Tdebian/font-manager-common.substvars \
debian/font-manager-common/usr/lib/*/font-manager/*
dpkg-shlibdeps -Tdebian/font-manager.substvars \
debian/font-manager/usr/bin/font-manager
dpkg-shlibdeps -Tdebian/font-viewer.substvars \
debian/font-viewer/usr/libexec/font-manager/font-viewer
dpkg-shlibdeps -Tdebian/nautilus-font-manager.substvars \
debian/nautilus-font-manager/usr/lib/*/nautilus/extensions*/*
dpkg-shlibdeps -Tdebian/nemo-font-manager.substvars \
debian/nemo-font-manager/usr/lib/*/nemo/extensions*/*
dpkg-shlibdeps -Tdebian/thunar-font-manager.substvars \
debian/thunar-font-manager/usr/lib/*/thunar*/*
font-manager-0.9.4/debian/source/ 0000775 0000000 0000000 00000000000 14762711267 0016641 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/debian/source/format 0000664 0000000 0000000 00000000014 14762711267 0020047 0 ustar 00root root 0000000 0000000 3.0 (quilt)
font-manager-0.9.4/debian/thunar-font-manager.install 0000664 0000000 0000000 00000000052 14762711267 0022603 0 ustar 00root root 0000000 0000000 usr/lib/*/thunarx*/thunar-font-manager.so
font-manager-0.9.4/extensions/ 0000775 0000000 0000000 00000000000 14762711267 0016316 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/extensions/README.md 0000664 0000000 0000000 00000000527 14762711267 0017601 0 ustar 00root root 0000000 0000000 These extensions are intended to provide integration with Nautilus, Nemo and Thunar file managers.
They are a work in progress.
Currently they allow easy previewing of font files by simply selecting them while font-viewer is open and add an install item to the context menu.
The Thunar extension also adds very basic bulk renamer support.
font-manager-0.9.4/extensions/extension-common.h 0000664 0000000 0000000 00000002132 14762711267 0021767 0 ustar 00root root 0000000 0000000 /* extension-common.h
*
* Copyright (C) 2022-2024 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#pragma once
#define FONT_VIEWER_BUS_ID "com.github.FontManager.FontViewer"
#define FONT_VIEWER_BUS_PATH "/com/github/FontManager/FontViewer"
#define N_MIMETYPES 7
static const char *MIMETYPES [N_MIMETYPES] = {
"font/ttf",
"font/ttc",
"font/otf",
"font/collection",
"application/x-font-ttf",
"application/x-font-ttc",
"application/x-font-otf",
};
font-manager-0.9.4/extensions/meson.build 0000664 0000000 0000000 00000000332 14762711267 0020456 0 ustar 00root root 0000000 0000000
extension_includes = includes + [ include_directories('.') ]
if get_option('nautilus')
subdir('nautilus')
endif
if get_option('nemo')
subdir('nemo')
endif
if get_option('thunar')
subdir('thunar')
endif
font-manager-0.9.4/extensions/nautilus/ 0000775 0000000 0000000 00000000000 14762711267 0020162 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/extensions/nautilus/font-manager-menu-provider.c 0000664 0000000 0000000 00000020756 14762711267 0025510 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.c
*
* Copyright (C) 2018-2025 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "extension-common.h"
#include "font-manager-menu-provider.h"
struct _FontManagerMenuProvider
{
GObject parent_instance;
guint watch_id;
gboolean active;
gchar *uri;
GDBusConnection *connection;
};
#ifdef NAUTILUS_4
static void font_manager_menu_provider_interface_init (NautilusMenuProviderInterface *iface);
#else
static void font_manager_menu_provider_interface_init (NautilusMenuProviderIface *iface);
#endif
G_DEFINE_DYNAMIC_TYPE_EXTENDED (FontManagerMenuProvider,
font_manager_menu_provider,
G_TYPE_OBJECT,
0,
G_IMPLEMENT_INTERFACE_DYNAMIC (NAUTILUS_TYPE_MENU_PROVIDER,
font_manager_menu_provider_interface_init))
static gboolean
nautilus_file_info_is_font_file (NautilusFileInfo *fileinfo)
{
for (gint i = 0; i < N_MIMETYPES; i++)
if (nautilus_file_info_is_mime_type(fileinfo, MIMETYPES[i]))
return TRUE;
return FALSE;
}
static gboolean
file_list_contains_font_files (GList *nautilus_file_info_list)
{
for (GList *iter = nautilus_file_info_list; iter != NULL; iter = iter->next)
if (nautilus_file_info_is_font_file(iter->data))
return TRUE;
return FALSE;
}
static void
install_task (GTask *task,
FontManagerMenuProvider *self,
NautilusMenuItem *item,
GCancellable *cancellable)
{
GList *filelist = g_object_get_data(G_OBJECT(item), "filelist");
g_return_if_fail(filelist != NULL);
for (GList *iter = filelist; iter != NULL; iter = iter->next) {
if (!nautilus_file_info_is_font_file(iter->data))
continue;
g_autoptr(GFile) file = nautilus_file_info_get_location(iter->data);
g_autofree gchar *dir = font_manager_get_user_font_directory();
g_autoptr(GFile) directory = g_file_new_for_path(dir);
font_manager_install_file(file, directory, NULL);
}
return;
}
static void
on_install_selected (FontManagerMenuProvider *self, NautilusMenuItem *item)
{
g_autoptr(GTask) task = g_task_new(self, NULL, NULL, NULL);
g_task_set_task_data(task, item, NULL);
g_task_run_in_thread(task, (GTaskThreadFunc) install_task);
return;
}
static GList *
font_manager_menu_provider_get_file_items (NautilusMenuProvider *provider,
#ifdef NAUTILUS_4
#else
G_GNUC_UNUSED GtkWidget *widget,
#endif
GList *filelist)
{
if (filelist == NULL)
return NULL;
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(provider);
GList *items = NULL;
gboolean single_selection = (filelist->next == NULL);
if (single_selection) {
NautilusFileInfo *fileinfo = g_list_nth_data(filelist, 0);
if (!nautilus_file_info_is_font_file(fileinfo))
goto menu;
if (!self->active)
goto menu;
g_autofree gchar *uri = nautilus_file_info_get_activation_uri(fileinfo);
if (g_strcmp0(self->uri, uri) == 0)
goto menu;
if (self->connection && !g_dbus_connection_is_closed(self->connection)) {
g_dbus_connection_call(self->connection,
FONT_VIEWER_BUS_ID,
FONT_VIEWER_BUS_PATH,
FONT_VIEWER_BUS_ID,
"ShowUri",
g_variant_new("(s)", uri),
NULL,
G_DBUS_CALL_FLAGS_NONE,
-1,
NULL,
NULL,
NULL);
}
g_free(self->uri);
self->uri = g_strdup(uri);
}
menu:
if (file_list_contains_font_files(filelist)) {
NautilusMenuItem *install = nautilus_menu_item_new("FontManager:install",
_("Install"),
single_selection ?
_("Install the selected font file") :
_("Install the selected font files"),
NULL);
g_object_set_data_full(G_OBJECT(install), "filelist",
nautilus_file_info_list_copy(filelist),
(GDestroyNotify) nautilus_file_info_list_free);
g_signal_connect_swapped(install, "activate", G_CALLBACK(on_install_selected), self);
items = g_list_append(items, install);
}
return items;
}
static GList *
font_manager_menu_provider_get_background_items (G_GNUC_UNUSED NautilusMenuProvider *provider,
#ifdef NAUTILUS_4
#else
G_GNUC_UNUSED GtkWidget *widget,
#endif
G_GNUC_UNUSED NautilusFileInfo *current_folder)
{
return NULL;
}
static void
font_manager_menu_provider_finalize (GObject *gobject)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(gobject);
g_bus_unwatch_name(self->watch_id);
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
G_OBJECT_CLASS(font_manager_menu_provider_parent_class)->finalize(gobject);
return;
}
static void
font_manager_menu_provider_class_finalize (G_GNUC_UNUSED FontManagerMenuProviderClass *klass)
{
return;
}
static void
#ifdef NAUTILUS_4
font_manager_menu_provider_interface_init (NautilusMenuProviderInterface *iface)
#else
font_manager_menu_provider_interface_init (NautilusMenuProviderIface *iface)
#endif
{
iface->get_file_items = font_manager_menu_provider_get_file_items;
iface->get_background_items = font_manager_menu_provider_get_background_items;
return;
}
static void
font_manager_menu_provider_class_init (FontManagerMenuProviderClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS(klass);
object_class->finalize = font_manager_menu_provider_finalize;
return;
}
static void
font_viewer_active_callback (GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
G_GNUC_UNUSED const gchar *name_owner,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = TRUE;
g_clear_pointer(&self->uri, g_free);
g_set_object(&self->connection, connection);
return;
}
static void
font_viewer_inactive_callback (G_GNUC_UNUSED GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = FALSE;
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
return;
}
static void
font_manager_menu_provider_init (FontManagerMenuProvider *self)
{
g_return_if_fail(self != NULL);
self->active = FALSE;
self->uri = NULL;
self->watch_id = g_bus_watch_name(G_BUS_TYPE_SESSION,
FONT_VIEWER_BUS_ID,
G_BUS_NAME_WATCHER_FLAGS_NONE,
(GBusNameAppearedCallback) font_viewer_active_callback,
(GBusNameVanishedCallback) font_viewer_inactive_callback,
self,
NULL);
return;
}
void
font_manager_menu_provider_load (GTypeModule *module)
{
font_manager_menu_provider_register_type(module);
return;
}
font-manager-0.9.4/extensions/nautilus/font-manager-menu-provider.h 0000664 0000000 0000000 00000002417 14762711267 0025507 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.h
*
* Copyright (C) 2018-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#ifndef __FONT_MANAGER_MENU_PROVIDER_H__
#define __FONT_MANAGER_MENU_PROVIDER_H__
#include
#include
#include
#include
#include "font-manager-utils.h"
G_BEGIN_DECLS
#define FONT_MANAGER_TYPE_MENU_PROVIDER (font_manager_menu_provider_get_type())
G_DECLARE_FINAL_TYPE (FontManagerMenuProvider, font_manager_menu_provider, FONT_MANAGER, MENU_PROVIDER, GObject)
void font_manager_menu_provider_load (GTypeModule *module);
G_END_DECLS
#endif /* __FONT_MANAGER_MENU_PROVIDER_H__ */
font-manager-0.9.4/extensions/nautilus/meson.build 0000664 0000000 0000000 00000003266 14762711267 0022333 0 ustar 00root root 0000000 0000000
nautilus_info = '''
Install the libnautilus-extension package and try again.
For more information see https://wiki.gnome.org/Apps/Files
'''
nautilus = dependency('libnautilus-extension', required: false)
nautilus4 = dependency('libnautilus-extension-4', required: false)
if nautilus.found() or nautilus4.found()
result = run_command(python, '-c', list_sources, check: true)
nautilus_extension_sources = result.stdout().strip().split('\n')
result = run_command(python, '-c', list_headers, check: true)
nautilus_extension_headers = result.stdout().strip().split('\n')
if nautilus.found()
args = []
nautilus_version = '3.0'
nautilus_deps = [nautilus, base_deps]
else
args = ['-DNAUTILUS_4']
nautilus_version = '4'
nautilus_deps = [nautilus4, base_deps]
endif
nautilus_extension_dir = join_paths(get_option('libdir'), 'nautilus', 'extensions-@0@'.format(nautilus_version))
nautilus_font_manager = shared_module('nautilus-font-manager',
[nautilus_extension_sources, nautilus_extension_headers],
dependencies: nautilus_deps,
c_args: args,
link_with: libfontmanager,
include_directories: extension_includes,
name_prefix: '',
install: true,
install_dir: nautilus_extension_dir,
install_rpath: pkglib_dir)
else
message(nautilus_info)
endif
font-manager-0.9.4/extensions/nautilus/nautilus-font-manager-module.c 0000664 0000000 0000000 00000002502 14762711267 0026030 0 ustar 00root root 0000000 0000000 /* nautilus-font-manager-module.c
*
* Copyright (C) 2019-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "config.h"
#include "font-manager-menu-provider.h"
void
nautilus_module_initialize (GTypeModule *module)
{
bindtextdomain(PACKAGE_NAME, NULL);
bind_textdomain_codeset(PACKAGE_NAME, NULL);
font_manager_menu_provider_load(module);
return;
}
void
nautilus_module_shutdown (void)
{
return;
}
void
nautilus_module_list_types (const GType **types,
int *num_types)
{
static GType type_list[1];
type_list[0] = FONT_MANAGER_TYPE_MENU_PROVIDER;
*types = type_list;
*num_types = 1;
return;
}
font-manager-0.9.4/extensions/nemo/ 0000775 0000000 0000000 00000000000 14762711267 0017254 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/extensions/nemo/font-manager-menu-provider.c 0000664 0000000 0000000 00000020104 14762711267 0024565 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.c
*
* Copyright (C) 2018-2025 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "extension-common.h"
#include "font-manager-menu-provider.h"
struct _FontManagerMenuProvider
{
GObject parent_instance;
guint watch_id;
gboolean active;
gchar *uri;
GDBusConnection *connection;
};
static void font_manager_menu_provider_interface_init (NemoMenuProviderIface *iface);
G_DEFINE_DYNAMIC_TYPE_EXTENDED (FontManagerMenuProvider,
font_manager_menu_provider,
G_TYPE_OBJECT,
0,
G_IMPLEMENT_INTERFACE_DYNAMIC (NEMO_TYPE_MENU_PROVIDER,
font_manager_menu_provider_interface_init))
static gboolean
nemo_file_info_is_font_file (NemoFileInfo *fileinfo)
{
for (gint i = 0; i < N_MIMETYPES; i++)
if (nemo_file_info_is_mime_type(fileinfo, MIMETYPES[i]))
return TRUE;
return FALSE;
}
static gboolean
file_list_contains_font_files (GList *nemo_file_info_list)
{
for (GList *iter = nemo_file_info_list; iter != NULL; iter = iter->next)
if (nemo_file_info_is_font_file(iter->data))
return TRUE;
return FALSE;
}
static void
install_task (GTask *task,
FontManagerMenuProvider *self,
NemoMenuItem *item,
GCancellable *cancellable)
{
GList *filelist = g_object_get_data(G_OBJECT(item), "filelist");
g_return_if_fail(filelist != NULL);
for (GList *iter = filelist; iter != NULL; iter = iter->next) {
if (!nemo_file_info_is_font_file(iter->data))
continue;
g_autoptr(GFile) file = nemo_file_info_get_location(iter->data);
g_autofree gchar *dir = font_manager_get_user_font_directory();
g_autoptr(GFile) directory = g_file_new_for_path(dir);
font_manager_install_file(file, directory, NULL);
}
return;
}
static void
on_install_selected (FontManagerMenuProvider *self, NemoMenuItem *item)
{
g_autoptr(GTask) task = g_task_new(self, NULL, NULL, NULL);
g_task_set_task_data(task, item, NULL);
g_task_run_in_thread(task, (GTaskThreadFunc) install_task);
return;
}
static GList *
font_manager_menu_provider_get_file_items (NemoMenuProvider *provider,
G_GNUC_UNUSED GtkWidget *widget,
GList *filelist)
{
if (filelist == NULL)
return NULL;
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(provider);
GList *items = NULL;
gboolean single_selection = (filelist->next == NULL);
if (single_selection) {
NemoFileInfo *fileinfo = g_list_nth_data(filelist, 0);
if (!nemo_file_info_is_font_file(fileinfo))
goto menu;
if (!self->active)
goto menu;
g_autofree gchar *uri = nemo_file_info_get_activation_uri(fileinfo);
if (g_strcmp0(self->uri, uri) == 0)
goto menu;
if (self->connection && !g_dbus_connection_is_closed(self->connection)) {
g_dbus_connection_call(self->connection,
FONT_VIEWER_BUS_ID,
FONT_VIEWER_BUS_PATH,
FONT_VIEWER_BUS_ID,
"ShowUri",
g_variant_new("(s)", uri),
NULL,
G_DBUS_CALL_FLAGS_NONE,
-1,
NULL,
NULL,
NULL);
}
g_free(self->uri);
self->uri = g_strdup(uri);
}
menu:
if (file_list_contains_font_files(filelist)) {
NemoMenuItem *install = nemo_menu_item_new("FontManager:install",
_("Install"),
single_selection ?
_("Install the selected font file") :
_("Install the selected font files"),
NULL);
g_object_set_data_full(G_OBJECT(install), "filelist",
nemo_file_info_list_copy(filelist),
(GDestroyNotify) nemo_file_info_list_free);
g_signal_connect_swapped(install, "activate", G_CALLBACK(on_install_selected), self);
items = g_list_append(items, install);
}
return items;
}
static GList *
font_manager_menu_provider_get_background_items (G_GNUC_UNUSED NemoMenuProvider *provider,
G_GNUC_UNUSED GtkWidget *widget,
G_GNUC_UNUSED NemoFileInfo *current_folder)
{
return NULL;
}
static void
font_manager_menu_provider_finalize (GObject *gobject)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(gobject);
g_bus_unwatch_name(self->watch_id);
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
G_OBJECT_CLASS(font_manager_menu_provider_parent_class)->finalize(gobject);
return;
}
static void
font_manager_menu_provider_class_finalize (G_GNUC_UNUSED FontManagerMenuProviderClass *klass)
{
return;
}
static void
font_manager_menu_provider_interface_init (NemoMenuProviderIface *iface)
{
iface->get_file_items = font_manager_menu_provider_get_file_items;
iface->get_background_items = font_manager_menu_provider_get_background_items;
return;
}
static void
font_manager_menu_provider_class_init (FontManagerMenuProviderClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS(klass);
object_class->finalize = font_manager_menu_provider_finalize;
return;
}
static void
font_viewer_active_callback (GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
G_GNUC_UNUSED const gchar *name_owner,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = TRUE;
g_clear_pointer(&self->uri, g_free);
g_set_object(&self->connection, connection);
return;
}
static void
font_viewer_inactive_callback (G_GNUC_UNUSED GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = FALSE;
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
return;
}
static void
font_manager_menu_provider_init (FontManagerMenuProvider *self)
{
g_return_if_fail(self != NULL);
self->active = FALSE;
self->uri = NULL;
self->watch_id = g_bus_watch_name(G_BUS_TYPE_SESSION,
FONT_VIEWER_BUS_ID,
G_BUS_NAME_WATCHER_FLAGS_NONE,
(GBusNameAppearedCallback) font_viewer_active_callback,
(GBusNameVanishedCallback) font_viewer_inactive_callback,
self,
NULL);
return;
}
void
font_manager_menu_provider_load (GTypeModule *module)
{
font_manager_menu_provider_register_type(module);
return;
}
font-manager-0.9.4/extensions/nemo/font-manager-menu-provider.h 0000664 0000000 0000000 00000002441 14762711267 0024576 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.h
*
* Copyright (C) 2018-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#ifndef __FONT_MANAGER_MENU_PROVIDER_H__
#define __FONT_MANAGER_MENU_PROVIDER_H__
#include
#include
#include
#include
#include "font-manager-utils.h"
G_BEGIN_DECLS
#define FONT_MANAGER_TYPE_MENU_PROVIDER (font_manager_menu_provider_get_type())
G_DECLARE_FINAL_TYPE (FontManagerMenuProvider, font_manager_menu_provider, FONT_MANAGER, MENU_PROVIDER, GObject)
void font_manager_menu_provider_load (GTypeModule *module);
G_END_DECLS
#endif /* __FONT_MANAGER_MENU_PROVIDER_H__ */
font-manager-0.9.4/extensions/nemo/meson.build 0000664 0000000 0000000 00000002130 14762711267 0021412 0 ustar 00root root 0000000 0000000
nemo_info = '''
Install the libnemo-extension package and try again.
For more information see https://github.com/linuxmint/nemo
'''
nemo = dependency('libnemo-extension', not_found_message: nemo_info)
result = run_command(python, '-c', list_sources, check: true)
nemo_extension_sources = result.stdout().strip().split('\n')
result = run_command(python, '-c', list_headers, check: true)
nemo_extension_headers = result.stdout().strip().split('\n')
nemo_extension_dir = join_paths(get_option('libdir'), 'nemo', 'extensions-3.0')
nemo_font_manager = shared_module('nemo-font-manager',
[nemo_extension_sources, nemo_extension_headers],
dependencies: [nemo, base_deps],
link_with: libfontmanager,
include_directories: extension_includes,
name_prefix: '',
install: true,
install_dir: nemo_extension_dir,
install_rpath: pkglib_dir)
font-manager-0.9.4/extensions/nemo/nemo-font-manager-module.c 0000664 0000000 0000000 00000002503 14762711267 0024215 0 ustar 00root root 0000000 0000000 /* nemo-font-manager-module.c
*
* Copyright (C) 2019-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "config.h"
#include "font-manager-menu-provider.h"
void
nemo_module_initialize (GTypeModule *module)
{
bindtextdomain(PACKAGE_NAME, NULL);
bind_textdomain_codeset(PACKAGE_NAME, NULL);
font_manager_menu_provider_load(module);
return;
}
void
nemo_module_shutdown (void)
{
return;
}
void
nemo_module_list_types (const GType **types,
int *num_types)
{
static GType type_list[1];
type_list[0] = FONT_MANAGER_TYPE_MENU_PROVIDER;
*types = type_list;
*num_types = 1;
return;
}
font-manager-0.9.4/extensions/thunar/ 0000775 0000000 0000000 00000000000 14762711267 0017617 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/extensions/thunar/font-manager-extension-utils.c 0000664 0000000 0000000 00000002426 14762711267 0025515 0 ustar 00root root 0000000 0000000 /* font-manager-extension-utils.h
*
* Copyright (C) 2020-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include "extension-common.h"
#include "font-manager-extension-utils.h"
gboolean
thunarx_file_info_is_font_file (ThunarxFileInfo *fileinfo)
{
for (gint i = 0; i < N_MIMETYPES; i++)
if (thunarx_file_info_has_mime_type(fileinfo, MIMETYPES[i]))
return TRUE;
return FALSE;
}
gboolean
file_list_contains_font_files (GList *thunarx_file_info_list)
{
for (GList *iter = thunarx_file_info_list; iter != NULL; iter = iter->next)
if (thunarx_file_info_is_font_file(iter->data))
return TRUE;
return FALSE;
}
font-manager-0.9.4/extensions/thunar/font-manager-extension-utils.h 0000664 0000000 0000000 00000002114 14762711267 0025514 0 ustar 00root root 0000000 0000000 /* font-manager-extension-utils.h
*
* Copyright (C) 2020-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#ifndef __FONT_MANAGER_EXTENSION_UTILS_H__
#define __FONT_MANAGER_EXTENSION_UTILS_H__
#include
#include
G_BEGIN_DECLS
gboolean thunarx_file_info_is_font_file (ThunarxFileInfo *fileinfo);
gboolean file_list_contains_font_files (GList *thunarx_file_info_list);
G_END_DECLS
#endif /* __FONT_MANAGER_EXTENSION_UTILS_H__ */
font-manager-0.9.4/extensions/thunar/font-manager-menu-provider.c 0000664 0000000 0000000 00000016316 14762711267 0025142 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.c
*
* Copyright (C) 2018-2025 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "extension-common.h"
#include "font-manager-menu-provider.h"
struct _FontManagerMenuProvider
{
GObject parent_instance;
guint watch_id;
gboolean active;
gchar *uri;
GDBusConnection *connection;
};
static void font_manager_menu_provider_interface_init (ThunarxMenuProviderIface *iface);
THUNARX_DEFINE_TYPE_WITH_CODE (FontManagerMenuProvider,
font_manager_menu_provider,
G_TYPE_OBJECT,
THUNARX_IMPLEMENT_INTERFACE(THUNARX_TYPE_MENU_PROVIDER,
font_manager_menu_provider_interface_init))
static void
install_task (GTask *task,
FontManagerMenuProvider *self,
ThunarxMenuItem *item,
GCancellable *cancellable)
{
GList *filelist = g_object_get_data(G_OBJECT(item), "filelist");
g_return_if_fail(filelist != NULL);
for (GList *iter = filelist; iter != NULL; iter = iter->next) {
if (!thunarx_file_info_is_font_file(iter->data))
continue;
g_autoptr(GFile) file = thunarx_file_info_get_location(iter->data);
g_autofree gchar *dir = font_manager_get_user_font_directory();
g_autoptr(GFile) directory = g_file_new_for_path(dir);
font_manager_install_file(file, directory, NULL);
}
return;
}
static void
on_install_selected (FontManagerMenuProvider *self, ThunarxMenuItem *item)
{
g_autoptr(GTask) task = g_task_new(self, NULL, NULL, NULL);
g_task_set_task_data(task, item, NULL);
g_task_run_in_thread(task, (GTaskThreadFunc) install_task);
return;
}
static GList *
font_manager_menu_provider_get_file_items (ThunarxMenuProvider *provider,
G_GNUC_UNUSED GtkWidget *widget,
GList *filelist)
{
if (filelist == NULL)
return NULL;
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(provider);
GList *items = NULL;
gboolean single_selection = (filelist->next == NULL);
if (single_selection) {
ThunarxFileInfo *fileinfo = g_list_nth_data(filelist, 0);
if (!thunarx_file_info_is_font_file(fileinfo))
goto menu;
if (!self->active)
goto menu;
g_autoptr(GFile) file = thunarx_file_info_get_location(fileinfo);
g_autofree gchar *uri = g_file_get_uri(file);
if (g_strcmp0(self->uri, uri) == 0)
goto menu;
if (self->connection && !g_dbus_connection_is_closed(self->connection)) {
g_dbus_connection_call(self->connection,
FONT_VIEWER_BUS_ID,
FONT_VIEWER_BUS_PATH,
FONT_VIEWER_BUS_ID,
"ShowUri",
g_variant_new("(s)", uri),
NULL,
G_DBUS_CALL_FLAGS_NONE,
-1,
NULL,
NULL,
NULL);
}
g_free(self->uri);
self->uri = g_strdup(uri);
}
menu:
if (file_list_contains_font_files(filelist)) {
ThunarxMenuItem *install = thunarx_menu_item_new("FontManager:install",
_("Install"),
single_selection ?
_("Install the selected font file") :
_("Install the selected font files"),
NULL);
g_object_set_data_full(G_OBJECT(install), "filelist",
thunarx_file_info_list_copy(filelist),
(GDestroyNotify) thunarx_file_info_list_free);
g_signal_connect_swapped(install, "activate", G_CALLBACK(on_install_selected), self);
items = g_list_append(items, install);
}
return items;
}
static void
font_manager_menu_provider_finalize (GObject *gobject)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(gobject);
g_bus_unwatch_name(self->watch_id);
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
G_OBJECT_CLASS(font_manager_menu_provider_parent_class)->finalize(gobject);
return;
}
static void
font_manager_menu_provider_interface_init (ThunarxMenuProviderIface *iface)
{
iface->get_file_menu_items = font_manager_menu_provider_get_file_items;
return;
}
static void
font_manager_menu_provider_class_init (FontManagerMenuProviderClass *klass)
{
GObjectClass *object_class = G_OBJECT_CLASS(klass);
object_class->finalize = font_manager_menu_provider_finalize;
return;
}
static void
font_viewer_active_callback (GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
G_GNUC_UNUSED const gchar *name_owner,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = TRUE;
g_clear_pointer(&self->uri, g_free);
g_set_object(&self->connection, connection);
return;
}
static void
font_viewer_inactive_callback (G_GNUC_UNUSED GDBusConnection *connection,
G_GNUC_UNUSED const gchar *name,
gpointer user_data)
{
FontManagerMenuProvider *self = FONT_MANAGER_MENU_PROVIDER(user_data);
self->active = FALSE;
g_clear_pointer(&self->uri, g_free);
g_clear_object(&self->connection);
return;
}
static void
font_manager_menu_provider_init (FontManagerMenuProvider *self)
{
g_return_if_fail(self != NULL);
self->active = FALSE;
self->uri = NULL;
self->watch_id = g_bus_watch_name(G_BUS_TYPE_SESSION,
FONT_VIEWER_BUS_ID,
G_BUS_NAME_WATCHER_FLAGS_NONE,
(GBusNameAppearedCallback) font_viewer_active_callback,
(GBusNameVanishedCallback) font_viewer_inactive_callback,
self,
NULL);
return;
}
void
font_manager_menu_provider_load (ThunarxProviderPlugin *plugin)
{
font_manager_menu_provider_register_type(plugin);
return;
}
font-manager-0.9.4/extensions/thunar/font-manager-menu-provider.h 0000664 0000000 0000000 00000002500 14762711267 0025135 0 ustar 00root root 0000000 0000000 /* font-manager-menu-provider.h
*
* Copyright (C) 2018-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#ifndef __FONT_MANAGER_MENU_PROVIDER_H__
#define __FONT_MANAGER_MENU_PROVIDER_H__
#include
#include
#include
#include
#include "font-manager-utils.h"
#include "font-manager-extension-utils.h"
G_BEGIN_DECLS
#define FONT_MANAGER_TYPE_MENU_PROVIDER (font_manager_menu_provider_get_type())
G_DECLARE_FINAL_TYPE (FontManagerMenuProvider, font_manager_menu_provider, FONT_MANAGER, MENU_PROVIDER, GObject)
void font_manager_menu_provider_load (ThunarxProviderPlugin *module);
G_END_DECLS
#endif /* __FONT_MANAGER_MENU_PROVIDER_H__ */
font-manager-0.9.4/extensions/thunar/font-manager-renamer-provider.c 0000664 0000000 0000000 00000007062 14762711267 0025625 0 ustar 00root root 0000000 0000000 /* font-manager-renamer-provider.c
*
* Copyright (C) 2018-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "font-manager-renamer-provider.h"
struct _FontManagerRenamerProvider
{
GObject parent_instance;
};
struct _FontManagerRenamer
{
ThunarxRenamer parent_instance;
};
G_DEFINE_TYPE (FontManagerRenamer, font_manager_renamer, THUNARX_TYPE_RENAMER)
static void font_manager_renamer_provider_interface_init (ThunarxRenamerProviderIface *iface);
THUNARX_DEFINE_TYPE_WITH_CODE (FontManagerRenamerProvider,
font_manager_renamer_provider,
G_TYPE_OBJECT,
THUNARX_IMPLEMENT_INTERFACE(THUNARX_TYPE_RENAMER_PROVIDER,
font_manager_renamer_provider_interface_init))
static gchar *
font_manager_renamer_process (ThunarxRenamer *renamer,
ThunarxFileInfo *file,
const gchar *text,
guint index)
{
if (!thunarx_file_info_is_font_file(file))
return NULL;
g_autoptr(GFile) gfile = thunarx_file_info_get_location(file);
g_autofree gchar *path = g_file_get_path(gfile);
g_autoptr(JsonObject) metadata = font_manager_get_metadata(path, 0, NULL);
if (!metadata)
return NULL;
gchar * suggested_filename = NULL;
if (g_strrstr(text, ".")) {
g_autofree gchar *ext = font_manager_get_file_extension(text);
g_autofree gchar *filename = font_manager_get_suggested_filename(metadata);
suggested_filename = g_strdup_printf("%s.%s", filename, ext);
} else {
suggested_filename = font_manager_get_suggested_filename(metadata);
}
return suggested_filename;
}
static void
font_manager_renamer_class_init (FontManagerRenamerClass *klass)
{
ThunarxRenamerClass *parent_class = (ThunarxRenamerClass *) klass;
parent_class->process = font_manager_renamer_process;
return;
}
static void
font_manager_renamer_init (FontManagerRenamer *self)
{
return;
}
ThunarxRenamer *
font_manager_renamer_new (void)
{
return g_object_new(FONT_MANAGER_TYPE_RENAMER, "name", _("Font Properties"), NULL);
}
GList *
font_manager_renamer_provider_get_renamers (ThunarxRenamerProvider *provider)
{
GList *renamers = NULL;
renamers = g_list_append(renamers, font_manager_renamer_new());
return renamers;
}
static void
font_manager_renamer_provider_interface_init (ThunarxRenamerProviderIface *iface)
{
iface->get_renamers = font_manager_renamer_provider_get_renamers;
return;
}
static void
font_manager_renamer_provider_class_init (FontManagerRenamerProviderClass *klass)
{
return;
}
static void
font_manager_renamer_provider_init (FontManagerRenamerProvider *self)
{
return;
}
void
font_manager_renamer_provider_load (ThunarxProviderPlugin *plugin)
{
font_manager_renamer_provider_register_type(plugin);
return;
}
font-manager-0.9.4/extensions/thunar/font-manager-renamer-provider.h 0000664 0000000 0000000 00000003174 14762711267 0025632 0 ustar 00root root 0000000 0000000 /* font-manager-renamer-provider.h
*
* Copyright (C) 2018-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#ifndef __FONT_MANAGER_RENAMER_PROVIDER_H__
#define __FONT_MANAGER_RENAMER_PROVIDER_H__
#include
#include
#include
#include
#include "font-manager-utils.h"
#include "font-manager-extension-utils.h"
G_BEGIN_DECLS
G_DEFINE_AUTOPTR_CLEANUP_FUNC(ThunarxRenamer, g_object_unref)
#define FONT_MANAGER_TYPE_RENAMER (font_manager_renamer_get_type())
G_DECLARE_FINAL_TYPE (FontManagerRenamer, font_manager_renamer, FONT_MANAGER, RENAMER, ThunarxRenamer)
ThunarxRenamer * font_manager_renamer_new (void);
#define FONT_MANAGER_TYPE_RENAMER_PROVIDER (font_manager_renamer_provider_get_type())
G_DECLARE_FINAL_TYPE (FontManagerRenamerProvider, font_manager_renamer_provider, FONT_MANAGER, RENAMER_PROVIDER, GObject)
void font_manager_renamer_provider_load (ThunarxProviderPlugin *module);
G_END_DECLS
#endif /* __FONT_MANAGER_RENAMER_PROVIDER_H__ */
font-manager-0.9.4/extensions/thunar/meson.build 0000664 0000000 0000000 00000002160 14762711267 0021760 0 ustar 00root root 0000000 0000000
thunarx_info = '''
Install the thunar package and try again.
For more information see https://docs.xfce.org/xfce/thunar/start
'''
thunar = dependency('thunarx-3', not_found_message: thunarx_info)
result = run_command(python, '-c', list_sources, check: true)
thunarx_extension_sources = result.stdout().strip().split('\n')
result = run_command(python, '-c', list_headers, check: true)
thunarx_extension_headers = result.stdout().strip().split('\n')
thunarx_extension_dir = join_paths(get_option('libdir'), 'thunarx-3')
thunarx_font_manager = shared_module('thunar-font-manager',
[thunarx_extension_sources, thunarx_extension_headers],
dependencies: [thunar, base_deps ],
link_with: libfontmanager,
include_directories: extension_includes,
name_prefix: '',
install: true,
install_dir: thunarx_extension_dir,
install_rpath: pkglib_dir)
font-manager-0.9.4/extensions/thunar/thunar-font-manager-module.c 0000664 0000000 0000000 00000003355 14762711267 0025131 0 ustar 00root root 0000000 0000000 /* thunar-font-manager-module.c
*
* Copyright (C) 2019-2022 Jerry Casiano
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program.
*
* If not, see .
*/
#include
#include "config.h"
#include "font-manager-menu-provider.h"
#include "font-manager-renamer-provider.h"
static gboolean
have_compatible_thunarx_version ()
{
return thunarx_check_version(THUNARX_MAJOR_VERSION, THUNARX_MINOR_VERSION, THUNARX_MICRO_VERSION) == NULL;
}
G_MODULE_EXPORT void
thunar_extension_initialize (ThunarxProviderPlugin *plugin)
{
g_return_if_fail(have_compatible_thunarx_version());
bindtextdomain(PACKAGE_NAME, NULL);
bind_textdomain_codeset(PACKAGE_NAME, NULL);
font_manager_menu_provider_load(plugin);
font_manager_renamer_provider_load(plugin);
return;
}
G_MODULE_EXPORT void
thunar_extension_shutdown (void)
{
return;
}
G_MODULE_EXPORT void
thunar_extension_list_types (const GType **types,
int *num_types)
{
static GType type_list[2];
type_list[0] = FONT_MANAGER_TYPE_MENU_PROVIDER;
type_list[1] = FONT_MANAGER_TYPE_RENAMER_PROVIDER;
*types = type_list;
*num_types = 2;
return;
}
font-manager-0.9.4/fedora/ 0000775 0000000 0000000 00000000000 14762711267 0015357 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/fedora/font-manager.spec 0000664 0000000 0000000 00000013132 14762711267 0020611 0 ustar 00root root 0000000 0000000 %global MajorVersion 0
%global MinorVersion 9
%global PatchVersion 4
%global build_timestamp %{lua: print(os.date("%Y%m%d"))}
%global DBusName com.github.FontManager.FontManager
%global DBusName2 com.github.FontManager.FontViewer
%global git_archive https://github.com/FontManager/font-manager/archive/master.tar.gz
%bcond adwaita 1
%bcond libarchive 1
%bcond nautilus 1
%bcond nemo 1
%bcond thunar 1
%bcond webkit 1
Name: font-manager
Version: %{MajorVersion}.%{MinorVersion}.%{PatchVersion}.%{build_timestamp}
Release: 1
Summary: A simple font management application for Gtk+ Desktop Environments
License: GPLv3+
Url: http://fontmanager.github.io/
Source0: %{git_archive}
BuildRequires: gettext
BuildRequires: meson
BuildRequires: fontconfig-devel >= 2.12
BuildRequires: freetype-devel >= 2.10
BuildRequires: glib2-devel >= 2.62
BuildRequires: gobject-introspection-devel
BuildRequires: gtk4-devel >= 4.12
BuildRequires: json-glib-devel >= 1.5
BuildRequires: libappstream-glib
BuildRequires: libxml2-devel >= 2.9.10
BuildRequires: pango-devel >= 1.45
BuildRequires: sqlite-devel >= 3.35
BuildRequires: vala >= 0.42
BuildRequires: yelp-tools
BuildRequires: desktop-file-utils
%if %{with adwaita}
BuildRequires: libadwaita-devel
%endif
%if %{with libarchive}
BuildRequires: libarchive-devel >= 3.7
%endif
%if %{with webkit}
BuildRequires: libsoup3-devel >= 3.2
BuildRequires: webkitgtk6.0-devel >= 2.4
%endif
%if %{with nautilus}
BuildRequires: nautilus-devel
%endif
%if %{with nemo}
BuildRequires: nemo-devel
%endif
%if %{with thunar}
BuildRequires: Thunar-devel
%endif
Requires: fontconfig
Requires: %{name}-common
Requires: font-viewer
Requires: freetype
Requires: gtk4 >= 4.12
Requires: sqlite
Requires: yelp
%if %{with adwaita}
Requires: libadwaita
%endif
%if %{with libarchive}
Requires: libarchive >= 3.7
%endif
%if %{with webkit}
Requires: libsoup3
Requires: webkitgtk6.0
%endif
%description
Font Manager is intended to provide a way for average users to easily
manage desktop fonts, without having to resort to command line tools
or editing configuration files by hand. While designed primarily with
the Gnome Desktop Environment in mind, it should work well with other
Gtk+ desktop environments.
Font Manager is NOT a professional-grade font management solution.
%package -n %{name}-common
Summary: Common files used by font-manager
%description -n %{name}-common
This package contains common files such as libraries, help files,
translations, etc.
These files are required by font-manager and font-viewer.
%package -n font-viewer
Summary: Full featured font file preview application for GTK+ Desktop Environments
Requires: %{name}-common >= %{version}
%description -n font-viewer
This package contains the font-viewer component of font-manager.
%if %{with nautilus}
%package -n nautilus-%{name}
Summary: Nautilus extension for Font Manager
Requires: font-viewer >= %{version}
Requires: %{name}-common >= %{version}
%description -n nautilus-%{name}
This package provides integration with the Nautilus file manager.
%endif
%if %{with nemo}
%package -n nemo-%{name}
Summary: Nemo extension for Font Manager
Requires: font-viewer >= %{version}
Requires: %{name}-common >= %{version}
%description -n nemo-%{name}
This package provides integration with the Nemo file manager.
%endif
%if %{with thunar}
%package -n thunar-%{name}
Summary: Thunar extension for Font Manager
Requires: font-viewer >= %{version}
Requires: %{name}-common >= %{version}
%description -n thunar-%{name}
This package provides integration with the Thunar file manager.
%endif
%prep
%autosetup -n %{name}-master
%build
%meson --buildtype=debugoptimized \
-Dadwaita=%{?with_adwaita:true}%{!?with_adwaita:false} \
-Dlibarchive=%{?with_libarchive:true}%{!?with_libarchive:false} \
-Dnautilus=%{?with_nautilus:true}%{!?with_nautilus:false} \
-Dnemo=%{?with_nemo:true}%{!?with_nemo:false} \
-Dthunar=%{?with_thunar:true}%{!?with_thunar:false} \
-Dwebkit=%{?with_webkit:true}%{!?with_webkit:false} \
-Dreproducible=true
%meson_build
%install
%meson_install
%find_lang %{name}
%check
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.metainfo.xml
%posttrans
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/bin/gtk4-update-icon-cache -q -t -f %{_datadir}/icons/hicolor &> /dev/null || :
/usr/bin/update-desktop-database -q %{_datadir}/applications &> /dev/null || :
%files
%{_bindir}/%{name}
%{_datadir}/metainfo/%{DBusName}.metainfo.xml
%{_datadir}/applications/%{DBusName}.desktop
%{_datadir}/dbus-1/services/%{DBusName}.service
%{_datadir}/gnome-shell/search-providers/%{DBusName}.SearchProvider.ini
%{_datadir}/icons/hicolor/scalable/apps/%{DBusName}.svg
%{_mandir}/man1/%{name}.*
%files -n %{name}-common -f %{name}.lang
%license COPYING
%{_libdir}/%{name}
%{_datadir}/help/*/%{name}
%{_datadir}/glib-2.0/schemas/%{DBusName}.gschema.xml
%files -n font-viewer
%{_libexecdir}/%{name}/font-viewer
%{_datadir}/metainfo/%{DBusName2}.metainfo.xml
%{_datadir}/applications/%{DBusName2}.desktop
%{_datadir}/dbus-1/services/%{DBusName2}.service
%{_datadir}/glib-2.0/schemas/%{DBusName2}.gschema.xml
%{_datadir}/icons/hicolor/scalable/apps/%{DBusName2}.svg
%if %{with nautilus}
%files -n nautilus-%{name}
%{_libdir}/nautilus/extensions*/nautilus-%{name}.so
%endif
%if %{with nemo}
%files -n nemo-%{name}
%{_libdir}/nemo/extensions-3.0/nemo-%{name}.so
%endif
%if %{with thunar}
%files -n thunar-%{name}
%{_libdir}/thunarx-3/thunar-%{name}.so
%endif
%changelog
* Wed Mar 5 2025 JerryCasiano 0.9.4-1
- Refer to https://github.com/FontManager/font-manager/commits/master for changes.
font-manager-0.9.4/help/ 0000775 0000000 0000000 00000000000 14762711267 0015047 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/help/C/ 0000775 0000000 0000000 00000000000 14762711267 0015231 5 ustar 00root root 0000000 0000000 font-manager-0.9.4/help/C/font-manager-categories.page 0000664 0000000 0000000 00000004724 14762711267 0022577 0 ustar 00root root 0000000 0000000 Automatically generated categoriesCategories
Font Manager automatically categorizes your fonts based on
various properties.
All
All available fonts.
System
Fonts available to all users.
User
Fonts available only to you.
Family Kind
Sorted by Family Kind — Requires Panose information to be present in font metadata.
Width
Sorted by font width property.
Weight
Sorted by font weight property.
Slant
Sorted by font slant property.
Spacing
Sorted by font spacing property.
License
Sorted by font license — Requires license information to be present in font metadata.
Vendor
Sorted by font vendor — Requires vendor information to be present in font metadata.
Filetype
Sorted by file format.
Unsorted
Fonts not present in any of your collections.
Disabled
Currrently disabled font families.
font-manager-0.9.4/help/C/font-manager-character-map.page 0000664 0000000 0000000 00000001544 14762711267 0023156 0 ustar 00root root 0000000 0000000 View individual characters and their detailsCharacter Map
While in "Manage" mode the preview pane contains a tab labeled "Characters".
Selecting this tab allows viewing all glyphs contained in the currently
selected font.
Character Map tab
Drag characters onto other applications to use them.
Font Manager
allows you to define your own collections.
Collections allow you to organize your fonts in a way that makes
sense to you and also make it easier to enable or disable
many families at once.
Collections do not modify your files in any way.
Feel free to create or delete as many as you like.
To create a new collection:
Click
at the bottom of the Collection view.
Enter a name for your new collection
Add fonts by dragging them from the font list
to your new collection.
To delete a collection:
Select the collection
Click
at the bottom of the Collection view.
To enable a collection:
Select the collection
Click the
checkbox
To disable a collection:
Select the collection
Click the
checkbox
To remove families from a collection:
Select the collection
Select the family or families you wish to remove
Click the
at the top of the font list.
To rename a collection:
Select a collection, click it again
Enter a new name
Press Enter
font-manager-0.9.4/help/C/font-manager-font-activation.page 0000664 0000000 0000000 00000004115 14762711267 0023551 0 ustar 00root root 0000000 0000000 Activating and De-activating font familiesActivation
Font Manager
allows you to activate and de-activate font families.
If you have a large number of fonts installed, font selection dialogs
and lists in many applications can get very long and become uncomfortable
to use, disabling fonts you do not use very often or do not need at the
moment helps keep these at a reasonable size.
To enable or disable a font family:
Select the family you wish to enable/disable in the font list
Click the
checkbox
You can also double-click, press Space or
press Enter to toggle the selected font.
Collections
make it easy to enable or disable multiple families at once.
While any changes made using Font Manager are applied
immediately, open applications may need to be restarted in order
to reflect those changes.
font-manager-0.9.4/help/C/font-manager-font-installation.page 0000664 0000000 0000000 00000003455 14762711267 0024117 0 ustar 00root root 0000000 0000000 Adding fonts for your useInstallation
Font Manager supports the most common
font formats.
While in Manage mode
Click
at the top of the window
Select the files you wish to install from the
file selector dialog that is displayed and click
Open
Drag and drop is also supported.
Simply drag files onto the font list to install them.
You can drag any supported filetype onto the font list.
This includes font files, directories and archives.
Install
Archive Manager.
to enable support for compressed files.
Font Manager will reload anytime changes require it.
This may take a moment depending on number of changes.
The only fonts listed in the removal dialog will be those
installed in your default font directory.
Font files installed system wide are typically installed as part
of the operating system, as packages or by the system administrator.
Font Manager does not provide for removal of such files
at this time.
To remove fonts you no longer need:
While in Manage mode
Click
at the top of the window
Select the families or individual styles you wish to
remove from the list that is displayed
Click
Delete
Font Manager organizes and stores installed fonts in the default user font directory.
Current default user font directory is located at ~/.local/share/fonts
Files are permanently deleted. Before removing any fonts ensure
you have backups if there is a chance you may need them again.
Font Manager will reload anytime changes require it.
This may take a moment depending on number of changes.
font-manager-0.9.4/help/C/font-manager-font-sources.page 0000664 0000000 0000000 00000010664 14762711267 0023101 0 ustar 00root root 0000000 0000000 Adding and removing font directoriesSources
Font Manager
allows you to add or remove directories to scan for font files.
Added directories are scanned recursively.
This allows keeping font files somewhere other than your home
directory or temporarily "installing" a directory of fonts.
It also allows you to organize your font files anyway you like.
To add a source:
Open the Font Manager preferences dialog
by clicking
at the top of the window and selecting Preferences from the menu.
Select "Sources" from the sidebar
Click
Select the directory you wish to add from the file
selector that is displayed
To remove a source:
Open the Font Manager preferences dialog
by clicking
at the top of the window and selecting Preferences from the menu.
Select "Sources" from the sidebar
Select the directory you wish to remove from the list
that is displayed
Click
To enable or disable a source:
Open the Font Manager preferences dialog
by clicking
at the top of the window and selecting Preferences from the menu.
Select "Sources" from the sidebar
Select the source you want to enable or disable
Click the
toggle switch
While sources are always available within the application they are not
available to other applications until they are enabled.
You can avoid having multiple copies of the same files by adding
directories from other filesystems.
Font Manager will reload anytime changes require it.
This may take a moment depending on number of changes.
The "Display" and "Rendering" panes in the preferences dialog generate
valid fontconfig configuration files for the exposed properties.
See fonts-conf for more details.
Desktop environments and applications may rely on their own configuration mechanism.
font-manager-0.9.4/help/C/font-manager-introduction.page 0000664 0000000 0000000 00000003541 14762711267 0023167 0 ustar 00root root 0000000 0000000
Introduction to Font Manager.
Font Manager allows you to :
Introduction
Preview font files in various ways
View available font metadata
Install or remove fonts for your use
Group fonts into "Collections"
Enable or disable individual font families or entire collections
Specify different directories to use for fonts
Perform font substitution
Font Manager
For more information about Font Manager, please visit the
Homepage
To report a bug or make a suggestion regarding the
Font Manager application
or this manual, please use the projects
Issue Tracker
font-manager-0.9.4/help/C/font-manager-license.page 0000664 0000000 0000000 00000001446 14762711267 0022072 0 ustar 00root root 0000000 0000000 View license information contained in font filesLicensing
While in "Manage" mode the preview pane contains a tab labeled "License".
Selecting this tab allows viewing any licensing information contained in
the currently selected font.
Font License tab
Not all font files contain licensing information.
font-manager-0.9.4/help/C/font-manager-metadata.page 0000664 0000000 0000000 00000001452 14762711267 0022225 0 ustar 00root root 0000000 0000000 View metadata embedded in your font filesMetadata
While in "Manage" mode the preview pane contains a tab labeled "Properties".
Selecting this tab allows viewing metadata contained in the currently
selected font.
Font Properties tab
Some properties are optional and may not be present in all font files.
font-manager-0.9.4/help/C/font-manager-orthographies.page 0000664 0000000 0000000 00000001541 14762711267 0023322 0 ustar 00root root 0000000 0000000 View languages supported and their coverageLanguage Support
While the character map is in use the sidebar will switch to displaying
the orthographies supported by the currently selected font.
Selecting an orthography from the list will filter the character map so
that it only displays relevant characters
Supported Orthographies
font-manager-0.9.4/help/C/font-manager-substitutions.page 0000664 0000000 0000000 00000010327 14762711267 0023405 0 ustar 00root root 0000000 0000000 Substitute one font family for anotherSubstitution
Font Manager allows you to substitute one font family for another.
To add a substitute:
Open the Font Manager preferences dialog
by clicking
at the top of the window and selecting Preferences from the menu.
Select "Substitutions" from the sidebar
Click
in the substitutions pane.
Enter the name of the font family you wish to set up a substitute for.
Click
on the right.
Enter the name of the substitute family and select the priority level.
Repeat steps 3 – 6 as needed.
Click Save to write the
configuration file when done.
To remove a substitute:
Open the Font Manager preferences dialog
by clicking
at the top of the window and selecting Preferences from the menu.
Select "Substitutions" from the sidebar
Select the entry you wish to remove from the list.
Click
in the substitutions pane.
Click Save to write the
configuration file when done.
Fonts matching the target family are edited to prepend the list of
preferred families before the matching family, append the acceptable
families after the matching family and append the default families
to the end of the family list.
While changes are applied immediately open applications may need to
be restarted.
font-manager-0.9.4/help/C/font-manager-supported-formats.page 0000664 0000000 0000000 00000001624 14762711267 0024144 0 ustar 00root root 0000000 0000000
Font formats supported by Font Manager.
Supported File Formats
TrueType
OpenType
font-manager-0.9.4/help/C/font-manager.pot 0000664 0000000 0000000 00000077562 14762711267 0020354 0 ustar 00root root 0000000 0000000 msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2025-03-07 19:41-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Put one translator per line, in the form NAME , YEAR1, YEAR2
msgctxt "_"
msgid "translator-credits"
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-categories.page:7
msgid "Automatically generated categories"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-categories.page:10
msgid "Categories"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-categories.page:12
msgid "Font Manager automatically categorizes your fonts based on various properties."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:19
msgid "All"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:20
msgid "All available fonts."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:25
msgid "System"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:26
msgid "Fonts available to all users."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:31
msgid "User"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:32
msgid "Fonts available only to you."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:37
msgid "Family Kind"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:38
msgid "Sorted by Family Kind — Requires Panose information to be present in font metadata."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:43
msgid "Width"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:44
msgid "Sorted by font width property."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:49
msgid "Weight"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:50
msgid "Sorted by font weight property."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:55
msgid "Slant"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:56
msgid "Sorted by font slant property."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:61
msgid "Spacing"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:62
msgid "Sorted by font spacing property."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:67
msgid "License"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:68
msgid "Sorted by font license — Requires license information to be present in font metadata."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:73
msgid "Vendor"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:74
msgid "Sorted by font vendor — Requires vendor information to be present in font metadata."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:79
msgid "Filetype"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:80
msgid "Sorted by file format."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:85
msgid "Unsorted"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:86
msgid "Fonts not present in any of your collections."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-categories.page:91
msgid "Disabled"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-categories.page:92
msgid "Currrently disabled font families."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-character-map.page:8
msgid "View individual characters and their details"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-character-map.page:11
msgid "Character Map"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-character-map.page:13
msgid "While in \"Manage\" mode the preview pane contains a tab labeled \"Characters\"."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-character-map.page:17
msgid "Selecting this tab allows viewing all glyphs contained in the currently selected font."
msgstr ""
#. (itstool) path: figure/title
#: ../help/C/font-manager-character-map.page:23
msgid "Character Map tab"
msgstr ""
#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-character-map.page:24
msgctxt "_"
msgid "external ref='media/character-map.png' md5='f5c11ea1511808e98e4ae1ae9ad8340e'"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-character-map.page:28
msgid "Drag characters onto other applications to use them."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-collections.page:7
msgid "Organizing Your Fonts"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-collections.page:10
msgid "Collections"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-collections.page:12
msgid "Font Manager allows you to define your own collections."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-collections.page:17
msgid "Collections allow you to organize your fonts in a way that makes sense to you and also make it easier to enable or disable many families at once."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-collections.page:24
msgid "Collections do not modify your files in any way."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-collections.page:27
msgid "Feel free to create or delete as many as you like."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:34
msgid "To create a new collection:"
msgstr ""
#. (itstool) path: gui/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-collections.page:40
#: ../help/C/font-manager-font-installation.page:25
#: ../help/C/font-manager-font-sources.page:46
#: ../help/C/font-manager-substitutions.page:37
#: ../help/C/font-manager-substitutions.page:51
msgctxt "_"
msgid "external ref='media/list-add-symbolic.svg' md5='cdb139c1ad5f1e6b4564cd1496251338'"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:37
msgid "Click at the bottom of the Collection view."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:46
msgid "Enter a name for your new collection"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:51
msgid "Add fonts by dragging them from the font list to your new collection."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:59
msgid "To delete a collection:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:62
#: ../help/C/font-manager-collections.page:81
#: ../help/C/font-manager-collections.page:99
#: ../help/C/font-manager-collections.page:117
msgid "Select the collection"
msgstr ""
#. (itstool) path: gui/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-collections.page:70
#: ../help/C/font-manager-collections.page:130
#: ../help/C/font-manager-font-removal.page:38
#: ../help/C/font-manager-font-sources.page:84
#: ../help/C/font-manager-substitutions.page:99
msgctxt "_"
msgid "external ref='media/list-remove-symbolic.svg' md5='962f7ae06837373bfad4e143cbf89a15'"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:67
msgid "Click at the bottom of the Collection view."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:78
msgid "To enable a collection:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:86
#: ../help/C/font-manager-collections.page:104
#: ../help/C/font-manager-font-activation.page:35
msgid "Click the checkbox "
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:96
msgid "To disable a collection:"
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:114
msgid "To remove families from a collection:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:122
msgid "Select the family or families you wish to remove"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:127
msgid "Click the at the top of the font list."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-collections.page:138
msgid "To rename a collection:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:141
msgid "Select a collection, click it again"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:146
msgid "Enter a new name"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-collections.page:151
msgid "Press Enter"
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-font-activation.page:8
msgid "Activating and De-activating font families"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-font-activation.page:11
msgid "Activation"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-activation.page:13
msgid "Font Manager allows you to activate and de-activate font families."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-activation.page:18
msgid "If you have a large number of fonts installed, font selection dialogs and lists in many applications can get very long and become uncomfortable to use, disabling fonts you do not use very often or do not need at the moment helps keep these at a reasonable size."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-font-activation.page:27
msgid "To enable or disable a font family:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-activation.page:30
msgid "Select the family you wish to enable/disable in the font list"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-activation.page:47
msgid "You can also double-click, press Space or press Enter to toggle the selected font."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-activation.page:51
msgid "Collections make it easy to enable or disable multiple families at once."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-activation.page:58
msgid "While any changes made using Font Manager are applied immediately, open applications may need to be restarted in order to reflect those changes."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-font-installation.page:7
msgid "Adding fonts for your use"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-font-installation.page:10
msgid "Installation"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-installation.page:12
msgid "Font Manager supports the most common font formats."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-installation.page:19
#: ../help/C/font-manager-font-removal.page:32
msgid "While in Manage mode"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-installation.page:22
msgid "Click at the top of the window"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-installation.page:31
msgid "Select the files you wish to install from the file selector dialog that is displayed and click Open"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-installation.page:40
msgid "Drag and drop is also supported. Simply drag files onto the font list to install them."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-installation.page:44
msgid "You can drag any supported filetype onto the font list. This includes font files, directories and archives."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-installation.page:51
msgid "Install Archive Manager. to enable support for compressed files."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-installation.page:59
#: ../help/C/font-manager-font-removal.page:76
#: ../help/C/font-manager-font-sources.page:138
msgid "Font Manager will reload anytime changes require it. This may take a moment depending on number of changes."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-font-removal.page:8
msgid "Getting rid of unwanted fonts"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-font-removal.page:11
msgid "Removal"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-removal.page:14
msgid "The only fonts listed in the removal dialog will be those installed in your default font directory."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-removal.page:18
msgid "Font files installed system wide are typically installed as part of the operating system, as packages or by the system administrator. Font Manager does not provide for removal of such files at this time."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-font-removal.page:29
msgid "To remove fonts you no longer need:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-removal.page:35
msgid "Click at the top of the window"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-removal.page:44
msgid "Select the families or individual styles you wish to remove from the list that is displayed"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-removal.page:50
msgid "Click Delete"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-removal.page:60
msgid "Font Manager organizes and stores installed fonts in the default user font directory."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-removal.page:63
msgid "Current default user font directory is located at ~/.local/share/fonts"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-removal.page:69
msgid "Files are permanently deleted. Before removing any fonts ensure you have backups if there is a chance you may need them again."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-font-sources.page:7
msgid "Adding and removing font directories"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-font-sources.page:10
msgid "Sources"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-sources.page:12
msgid "Font Manager allows you to add or remove directories to scan for font files. Added directories are scanned recursively."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-sources.page:17
msgid "This allows keeping font files somewhere other than your home directory or temporarily \"installing\" a directory of fonts."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-font-sources.page:21
msgid "It also allows you to organize your font files anyway you like."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-font-sources.page:27
msgid "To add a source:"
msgstr ""
#. (itstool) path: gui/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-font-sources.page:34
#: ../help/C/font-manager-font-sources.page:66
#: ../help/C/font-manager-font-sources.page:98
#: ../help/C/font-manager-substitutions.page:25
#: ../help/C/font-manager-substitutions.page:82
msgctxt "_"
msgid "external ref='media/open-menu.svg' md5='53c42fca9e64a93b4c572d5ba805fd4d'"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:30
#: ../help/C/font-manager-font-sources.page:62
#: ../help/C/font-manager-font-sources.page:94
#: ../help/C/font-manager-substitutions.page:21
#: ../help/C/font-manager-substitutions.page:78
msgid "Open the Font Manager preferences dialog by clicking at the top of the window and selecting Preferences from the menu."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:40
#: ../help/C/font-manager-font-sources.page:72
#: ../help/C/font-manager-font-sources.page:104
msgid "Select \"Sources\" from the sidebar"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:43
msgid "Click "
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:51
msgid "Select the directory you wish to add from the file selector that is displayed"
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-font-sources.page:59
msgid "To remove a source:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:75
msgid "Select the directory you wish to remove from the list that is displayed"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:81
msgid "Click "
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-font-sources.page:91
msgid "To enable or disable a source:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:107
msgid "Select the source you want to enable or disable"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-font-sources.page:112
msgid "Click the toggle switch "
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-sources.page:124
msgid "While sources are always available within the application they are not available to other applications until they are enabled."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-font-sources.page:131
msgid "You can avoid having multiple copies of the same files by adding directories from other filesystems."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-fontconfig.page:7
msgid "Generate fontconfig configuration files"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-fontconfig.page:10
msgid "Display and Rendering Preferences"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-fontconfig.page:12
msgid "The \"Display\" and \"Rendering\" panes in the preferences dialog generate valid fontconfig configuration files for the exposed properties."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-fontconfig.page:17
msgid "See fonts-conf for more details."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-fontconfig.page:22
msgid "Desktop environments and applications may rely on their own configuration mechanism."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-introduction.page:5
msgid "Introduction to Font Manager."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-introduction.page:10
msgid "Font Manager allows you to :"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-introduction.page:12
msgid "Introduction"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:18
msgid "Preview font files in various ways"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:23
msgid "View available font metadata"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:28
msgid "Install or remove fonts for your use"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:33
msgid "Group fonts into \"Collections\""
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:38
msgid "Enable or disable individual font families or entire collections"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:43
msgid "Specify different directories to use for fonts"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-introduction.page:48
msgid "Perform font substitution"
msgstr ""
#. (itstool) path: figure/title
#: ../help/C/font-manager-introduction.page:55
msgid "Font Manager"
msgstr ""
#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-introduction.page:57
msgctxt "_"
msgid "external ref='media/main-window.png' md5='0947d29731b952e41fe720ab4fab7bb3'"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-introduction.page:61
msgid "For more information about Font Manager, please visit the Homepage "
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-introduction.page:67
msgid "To report a bug or make a suggestion regarding the Font Manager application or this manual, please use the projects Issue Tracker "
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-license.page:7
msgid "View license information contained in font files"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-license.page:10
msgid "Licensing"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-license.page:12
msgid "While in \"Manage\" mode the preview pane contains a tab labeled \"License\"."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-license.page:16
msgid "Selecting this tab allows viewing any licensing information contained in the currently selected font."
msgstr ""
#. (itstool) path: figure/title
#: ../help/C/font-manager-license.page:22
msgid "Font License tab"
msgstr ""
#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-license.page:23
msgctxt "_"
msgid "external ref='media/license.png' md5='5c7a8640b105ef8f0862fe9310a9402d'"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-license.page:27
msgid "Not all font files contain licensing information."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-metadata.page:7
msgid "View metadata embedded in your font files"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-metadata.page:10
msgid "Metadata"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-metadata.page:12
msgid "While in \"Manage\" mode the preview pane contains a tab labeled \"Properties\"."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-metadata.page:16
msgid "Selecting this tab allows viewing metadata contained in the currently selected font."
msgstr ""
#. (itstool) path: figure/title
#: ../help/C/font-manager-metadata.page:22
msgid "Font Properties tab"
msgstr ""
#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-metadata.page:23
msgctxt "_"
msgid "external ref='media/metadata.png' md5='062f728a7d69be29ddfa02f4eb3afe28'"
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-metadata.page:27
msgid "Some properties are optional and may not be present in all font files."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-orthographies.page:8
msgid "View languages supported and their coverage"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-orthographies.page:11
msgid "Language Support"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-orthographies.page:13
msgid "While the character map is in use the sidebar will switch to displaying the orthographies supported by the currently selected font."
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-orthographies.page:18
msgid "Selecting an orthography from the list will filter the character map so that it only displays relevant characters"
msgstr ""
#. (itstool) path: figure/title
#: ../help/C/font-manager-orthographies.page:28
msgid "Supported Orthographies"
msgstr ""
#. (itstool) path: figure/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/font-manager-orthographies.page:29
msgctxt "_"
msgid "external ref='media/orthographies.png' md5='ba678b7230c85fb943b91db0a971cbf9'"
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-substitutions.page:7
msgid "Substitute one font family for another"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-substitutions.page:10
msgid "Substitution"
msgstr ""
#. (itstool) path: page/p
#: ../help/C/font-manager-substitutions.page:12
msgid "Font Manager allows you to substitute one font family for another."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-substitutions.page:18
msgid "To add a substitute:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:31
#: ../help/C/font-manager-substitutions.page:88
msgid "Select \"Substitutions\" from the sidebar"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:34
msgid "Click in the substitutions pane."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:43
msgid "Enter the name of the font family you wish to set up a substitute for."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:48
msgid "Click on the right."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:57
msgid "Enter the name of the substitute family and select the priority level."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:62
msgid "Repeat steps 3 – 6 as needed."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:67
#: ../help/C/font-manager-substitutions.page:105
msgid "Click Save to write the configuration file when done."
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-substitutions.page:75
msgid "To remove a substitute:"
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:91
msgid "Select the entry you wish to remove from the list."
msgstr ""
#. (itstool) path: item/p
#: ../help/C/font-manager-substitutions.page:96
msgid "Click in the substitutions pane."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-substitutions.page:115
msgid "Fonts matching the target family are edited to prepend the list of preferred families before the matching family, append the acceptable families after the matching family and append the default families to the end of the family list."
msgstr ""
#. (itstool) path: note/p
#: ../help/C/font-manager-substitutions.page:121
msgid "While changes are applied immediately open applications may need to be restarted."
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/font-manager-supported-formats.page:5
msgid "Font formats supported by Font Manager."
msgstr ""
#. (itstool) path: page/title
#: ../help/C/font-manager-supported-formats.page:10
msgid "Supported File Formats"
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-supported-formats.page:14
msgid " TrueType "
msgstr ""
#. (itstool) path: item/title
#: ../help/C/font-manager-supported-formats.page:21
msgid " OpenType "
msgstr ""
#. (itstool) path: info/desc
#: ../help/C/index.page:6
msgid "Getting started with Font Manager."
msgstr ""
#. (itstool) path: title/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/index.page:8
msgctxt "_"
msgid "external ref='media/com.github.FontManager.FontManager-48.png' md5='9aae4e17bb334c3572c2ff3981d0c407'"
msgstr ""
#. (itstool) path: info/title
#: ../help/C/index.page:10
msgctxt "link"
msgid "Font Manager"
msgstr ""
#. (itstool) path: info/title
#: ../help/C/index.page:11
msgctxt "text"
msgid "Font Manager"
msgstr ""
#. (itstool) path: credit/name
#: ../help/C/index.page:14
msgid "Jerry Casiano"
msgstr ""
#. (itstool) path: credit/years
#: ../help/C/index.page:16
msgid "2009–2025"
msgstr ""
#. (itstool) path: credit/name
#: ../help/C/index.page:20
msgid "Weblate"
msgstr ""
#. (itstool) path: license/p
#: ../help/C/index.page:24
msgid "GNU General Public License Version 3"
msgstr ""
#. (itstool) path: title/media
#. This is a reference to an external file such as an image or video. When
#. the file changes, the md5 hash will change to let you know you need to
#. update your localized copy. The msgstr is not used at all. Set it to
#. whatever you like once you have updated your copy of the file.
#: ../help/C/index.page:30
msgctxt "_"
msgid "external ref='media/com.github.FontManager.FontManager-64.png' md5='6c87b4f87f89a112474814611a30f2a9'"
msgstr ""
#. (itstool) path: page/title
#: ../help/C/index.page:29
msgid " Font Manager logo Font Manager"
msgstr ""
#. (itstool) path: section/title
#: ../help/C/index.page:37
msgid "Managing Your Fonts"
msgstr ""
#. (itstool) path: section/title
#: ../help/C/index.page:41
msgid "Getting to Know Your Fonts"
msgstr ""
#. (itstool) path: section/title
#: ../help/C/index.page:45
msgid "Advanced Features"
msgstr ""
font-manager-0.9.4/help/C/index.page 0000664 0000000 0000000 00000002455 14762711267 0017204 0 ustar 00root root 0000000 0000000 Getting started with Font Manager.Font ManagerFont ManagerJerry CasianoJerryCasiano@gmail.com2009–2025Weblate