Skip to content

Added 6px font for enumeration#16

Merged
rumkit merged 4 commits intorumkit:masterfrom
Amomum:master
Aug 30, 2018
Merged

Added 6px font for enumeration#16
rumkit merged 4 commits intorumkit:masterfrom
Amomum:master

Conversation

@Amomum
Copy link
Copy Markdown
Collaborator

@Amomum Amomum commented Aug 29, 2018

This font should look readable on very los-res .png files with patterns and on big ones. I removed top padding since it caused numbers to "leak" from their cells.

Please look at the code carefully, it was stackoverflow-driven developed 💀

Amomum and others added 2 commits August 29, 2018 12:57
changed font file build action to embedded resource
Copy link
Copy Markdown
Owner

@rumkit rumkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to use embedded resource instead of resource resx designer. Looks simpler but on the other hand there is no code completion for resource names

Comment thread Pixie/PatternGenerator.cs
/// </summary>
/// <param name="resourceName">name of resource, containing font</param>
/// <param name="size">font size</param>
private Font GetCustomFont(string resourceName, float size)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possibly a parameter with resource name can make it better

Comment thread Pixie/packages.config
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CommandLineParser" version="1.9.71" targetFramework="net46" />
<package id="Microsoft.Net.Compilers" version="2.9.0" targetFramework="net46" developmentDependency="true" />
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason this causes merge conflict, probably we can include this in master branch, so all people with older VS can build the solution with less issues

@Amomum
Copy link
Copy Markdown
Collaborator Author

Amomum commented Aug 30, 2018

Okay. I'm not sure what to do now since you've already fixed it.

rumkit and others added 2 commits August 30, 2018 17:03
delimeters now don't "eat" symbol cells
@rumkit rumkit merged commit 4c50d56 into rumkit:master Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants