Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement font table #27

Open
18 tasks
genebot opened this issue Jul 1, 2014 · 0 comments
Open
18 tasks

Implement font table #27

genebot opened this issue Jul 1, 2014 · 0 comments
Assignees
Labels

Comments

@genebot
Copy link
Collaborator

genebot commented Jul 1, 2014

From the docs:

The next component of a WordprocessingML document is storing information about the fonts used in the document. WordprocessingML stores two pieces of information about fonts:

  • (optionally) Information about the font to enable font substitution. Font substitution is a process by which an application, when it cannot locate a specific font, attempts to locate the closest possible match to the intended appearance of the font
    660
  • (optionally) One or more embedded forms of the font for use on systems which do not have access to the font. When fonts are embedded, they are obfuscated to ensure that they are only used to view the contents of the document in which they are embedded, and for no other purpose.

Tasks:

  • Implement font table class (a)
  • Implement font class (b)
  • Add alternate name property (c)
  • Add charset property (d)
  • Add embedded bold property (e)
  • Add embedded bold italic property (f)
  • Add embedded italic property (g)
  • Add embedded regular property (h)
  • Add embedded system fonts property (i)
  • Add embedded true type fonts property (j)
  • Add font family property (k)
  • Add not true type property (l)
  • Add Panose1 property (m)
  • Add pitch property (n)
  • Add subset fonts property (o)
  • Add sig property (p)
  • Support adding the font table to the package (q)
  • Support adding fonts to the font table (r)
@genebot genebot added this to the 0.8.0: Styles & Fonts milestone Jul 1, 2014
@genebot genebot added the feature label Jul 1, 2014
@genebot genebot self-assigned this Jul 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant